Articles

I build stuff, learn things, and write about it.


  1. 4 min read

    What is BEM in CSS?

    Have you ever worked on an application with one huge CSS file and found that when you changed something in one place, something unexpected happened somewhere else? I had this problem a lot in my early days of front end development. It was frustrating! So what can you do to stop this from happening?

    Read more →
  2. 5 min read

    How to build, test and release a node module in ES6

    Over the last couple of weeks I’ve had incredible fun building the random code generator live on Twitch. At the time of writing this post, I’ve also merged over 70 pull requests into the repository for the application on GitHub. This got me thinking — what if people could use the same silly random code on their own applications to create even more lols on the web?

    Read more →