Posted inreverse-engineering How does Bitwarden work? Posted by By lukegarrigan Bitwarden is not only a password manager, it's a password manager written in C# and…
Posted inp5.js How to code Particles Posted by By lukegarrigan There are 3 certainties in life: death, taxes and somebody you know has a website…
Posted inc# side-project Coding a File to URL website Posted by By lukegarrigan For a while now I've run the cycle of getting inspired by an idea I've…
Posted incss html Fixing accessibility issues using Axe Posted by By lukegarrigan The last couple weeks I've had to hone in on some accessibility requirements for my…
Posted inalgorithm js Comparing Flood Fill Algorithms in JavaScript Posted by By lukegarrigan Every now and then I like to deep-dive into an algorithm I'll probably never use…
Posted injs Date Converter in JavaScript Posted by By lukegarrigan There's not much else that tops the list of things I struggle with in software…
Posted injs How to code a JWT debugger in JavaScript Posted by By lukegarrigan If you're a developer then you've probably pasted a JWT into jwt.io to have a…
Posted inalgorithm js Coding a base64 Encoder in JavaScript Posted by By lukegarrigan Base64 encoding is something you'll come across almost every day in your development life, it's…
Posted injs Coding a JSON formatter Posted by By lukegarrigan If you're anything like me then you probably have a load of websites listed in…
Posted invue Upgrading from Vue 2.x to Vue 3.x Posted by By lukegarrigan Today I upgraded from Vue 2 to Vue 3 and it was pretty painless, so…