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!