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…
Posted inthoughts What is clean code? Posted by By lukegarrigan Over the years my perception of what clean code really is has changed somewhat. The…
Posted inc# NSubstitute – mock better Posted by By lukegarrigan When following test-driven development and just writing unit tests in general, you'll often need to…
Posted inc# Coding a fluent API Posted by By lukegarrigan Fluent APIs are the best kind. They allow developers to jump in and use it…
Posted inc# tdd Mutation Tests – 100% code coverage is not enough Posted by By lukegarrigan Unit tests are written by programmers for the sole purpose of validating and ensuring that…
Posted injs Tracking crimes with JavaScript Posted by By lukegarrigan Going back to when I was at school, one assembly a Police officer came in…