Recent Posts

JavaScript Custom Events

1 minute read

Modern web applications rely a lot on JavaScript, and different elements on a page may need to communicate with other elements. What happens if those elemen...

A case for expression reduction

3 minute read

As a software developer you will inevitably have to debug some piece of code you wrote months if not years ago, or code from a colleague that is no longer pa...