September 5, 2021
First of all, I'm sorry for the click-baity title. I am a huge proponent of testing! However, I think some people exaggerate the benefits, and claim that if you just write tests for your code, you...
ReadOctober 4, 2020
Last week I noticed that some of our image that got uploaded from the trix editor in Nova to S3 was containing non url-safe characters. No big deal i thought, there must be an easy way to 'sluggify'...
ReadMay 10, 2020
Almost everyone browses the internet daily. We read news, check social media, check when the pizzeria closes and so on, but do you know how it actually works? When you type in www.google.com in the...
ReadJune 6, 2019
The other day, I wanted to publish a component I had made to npm. I thought to myself - This can't be that hard? There are literary hundreds of Vue components and plugins out there already. This must...
Read