Self Code Review
When first exposed to working on a development team in the "real world", I had the privilege of experiencing code review. Code review can be good for getting criticism about one's code, but I found it especially beneficial to gain the skill of critiquing code of a much higher quality than mine. This greatly improved the quality of my o...
ParseInt Fails on Small Numbers
A while ago I was trying to get the floor of a number using parseInt() in a Node.js app. The specific use case was expected to return 0, but a larger integer was returned instead. I opened up the node REPL to test out the behaviour of parseInt() and it turns out that when working with very small or very large numbers parseInt() breaks....
👋 Hello Internet
I got fed up with WordPress so I developed my own simple blogging platform using Node.js, Express, and Markdown as a post format. It's called simple-blog if you want to check it out!