When it comes to building applications, inevitably you will encounter situations where the base markup of your page is different than other parts of your site. …
I used to be vehemently against using `reduce` in Javascript. It wasn’t because I thought there was a better way, I actually think the functional …
The controversial Australian government contact tracing application based on the Singapore version has finally been released for Australians. Understandably, a …
When it comes to mocking dependencies in Jest, it couldn’t be easier. You can create an actual mock module that gets loaded in place of the dependency in …
As I explained in my HelloFresh review here, we have been trying out at home meal kits because of the shortages of basics in the grocery stores here in …
Recently whilst working on some blockchain specific code, I needed to write a random number generator to simulate generating a range of numbers, except it …
Globally, many of us are all in the same unfortunate and unprecedented situation because of the Novel Coronavirus COVID-19. I am fortunate to both work in an …
This COVID-19/Novel Coronavirus has really changed the world and how we live. Even the basic things we take for granted like being able to go to the shop and …
If you have been watching the news of late and let’s be honest, who hasn’t given we are a part of an unprecedented global pandemic? Then you would …
Whilst doing some work in a library I maintain, I needed to add in the ability to calculate the hash of an included file for an integrity check feature I was …