Writing it down ✍🏻

I try to note down everything I come across while developing or being part of the development process which I think might be useful to others. If it helps one other person I'm happy.

April 27th, 2020 • 35 min read
Exploring the options we have as developers to retrieve a large dataset. We will go through the process of finding the data we need, and then write the code to make that date ours in a format we can use.
April 19th, 2020 • 1 min read
It's good practice to force either www or non-www for your website. But how do you redirect your traffic properly using Express?
November 14th, 2017 • 9 min read
When you have an idea for a webapp it's easy to get lost into neat little features. But do you need all of them straight away? How do you define your Minimal Viable Product
November 7th, 2017 • 3 min read
Boilerplate apps are great. They let you get your next project up and running quickly, and usually provide some form of structure you can follow. But the best boilerplate app is the one you code yourself.
October 12th, 2017 • 8 min read
I have been a big fan of the .vue files, but I wanted to use them in a traditional non-SPA site. Luckily, you can!
September 26th, 2017 • 15 min read
I always wanted to toy around with an image recognition library but it always felt kinda daunting. Today we'll explore this together to detect license plates.
Page 1