The power of http headers and 4 examples you did not know beforeThere are a lot of http headers, most of them are quite simple, but there are also some powerful ones you probably have never heard of.Oct 23rd, 20207 min
What is the value of experience as a software developer?In the life of a software developer, the most valuable resource you have is experience, but what exactly is experience and how can you evaluate it?July 15th, 20205 min
Add automated code templates for react componentsSpeed up your day to day work with an easy way of creating components with plopJSJune 22nd, 20208 min
How to avoid race conditions with asynchronous javascriptHave you every heard about race conditions? What are they and why are they so dangerous? Here are some real life examples using asynchronous javascriptMay 4th, 20205 min
Five common mistakes writing react components (with hooks) in 2020The most common mistakes I found while writing react components, why they are mistakes and how to avoid or fix them.May 23rd, 20209 min
How to write useful commit messages? 5 helpful tips and a general guideline.As a software engineer working with a lot of people on a big project, it makes sense to think about your way of writing commit messages.May 11th, 20206 min
Inversion of Control with shareable react componentsWhy the inversion of control pattern could help you to make every component in react safer and cleanerDecember 28th, 20197 min
How to setup a global event tracker with plain javascript and html inside a react appHow to add event tracking to elements on any website, when they are interacted with using only plain javascript and htmlOctober 28th, 20194 min