Disclaimer 1 This blogpost most likely won’t teach you anything useful. It doesn’t focus on a real-life use case; rather a “because I can” type of situation. If…
Read moreLatest
10 min read
6 min read
Okay, so there’s this thing called React. Depending on who you ask the question, it’s either a framework, a jQuery replacement, a magic unicorn or a library for building…
Read more3 min read
Disclaimer: This post is extremely subjective and may cause anxiety, fear, even rage. You are reading this at your own risk. TL;DR: When writing CSS, think in components:…
Read more3 min read
Attention frontend developers… There are three things we can be sure of: that we’re all gonna die some day, that the new iPhone will outperform the current model,…
Read more6 min read
JavaScript Promises have been with us for a while. In fact they’re with us more and more thanks to native browser implementations. In a nutshell, promises are a…
Read more