How to love modern web development
24 August, 2019
Modern web development seems complicated, but it doesn't have to be Modern web development in the last few years has garnered serious…
Encryption, Authentication, Authorization
16 May, 2019
The saying goes that if you can't explain something simply then you don't know it well enough, for my own sake as much as anyone elses I…
Generating Mock CSV Data with faker.js
06 May, 2019
Faker.js is a neat little package that gives you a tonne of methods for generating various forms of fake data, from names and phone numbers…
Pure Components without React.PureComponent
06 May, 2019
Passing a function component to React.memo has the same effect as creating a component that extends the React.PureComponent class would…
Json is everywhere these days and perhaps like me, you may find yourself writing some shell scripts and needing to pull some value out of…