Personal Blog
insight in my thoughtsHere you'll find all my public thoughts, notes, learnings and experiences. I share whatever I want, ranging from programming to math, over books and podcasts and much more. Scroll down to check them out!
Flexible Client-Side Error Handling of different Server Errors
How I handle different error messages from a server in the client, focusing on separating concerns and flexibility.
Caching and Content Delivery Networks
Using a CDN platform provides predictable end-to-end system quality and performance that web application developers desire.
Heuristics for clean code
To write new code we have to read old code. So making it easy to read actually makes it easier to write.