2021 Wrapped
December 31, 2020It’s funny. This is going to be my first (and the last) public post in 2021. I guess it’s better than nothing. It’s been a good year — if I…
It’s funny. This is going to be my first (and the last) public post in 2021. I guess it’s better than nothing. It’s been a good year — if I…
Usually, I don’t set goals for the next year because I prefer to be driven by my values. Goals often limit the opportunities you could chase…
Today we’ll look under the hood of JavaScript's V8 engine and figure out how exactly JavaScript is executed.
Introduction to Web Standards and Web Browser implementation
Introducing the dev-to-js library
Today is my last day at FREE NOW. It’s a bittersweet moment, but I believe it’s the right thing to do. It’s been a lovely journey over 40…
What makes a great design system — and how can you create your own for your project or company?
Over the course of my life, I’ve participated in more than 20 hackathons, so I might be a little biased on them, but on the other hand, I…
What is React Concurrent Mode and how it can help building responsive webapps
From version 16.8.0, React introduced us to a way to use state and other React features without writing a class — [React Hooks](kcd-scripts…
If you’ll go to the official React website it says that the recommended way to use inputs is to control them via React state. It also…