Category: Uncategorized

My Home Office

Below you find a summary of all my current devices and mounts I use in my home office setup.

Recommended Books for Software Development Leaders

This list contain only books I’ve read, or am reading, and believe to be relevant for technical leaders. (updated in 2024)

12 Front End Developers to Follow on Twitter

My first paid venture as a Software Developer was a website shop, I had no name for it, but would sell online websites built with HTML (version 3.2 and soon the updated version 4.01), CSS (version 2), and JavaScript (version ES3). The tools needed to build it were Notepad, Microsoft FrontPage and later Macromedia Dreamweaver.…
Read more

Learn the best approach to install npm dependencies in your project

I’ve been using npm for around 10 years now and got to learn a lot about it’s behaviors and features and still get a little surprised how often I meet developers that don’t know when to use npm ci and what are the differences between running npm ci and npm install so let’s have a…
Read more