A glimpse into the mind of a JavaScript framework author

Have you ever read the source code of a popular library and come across comments which explain what the code is doing? Sometimes the… Read more

Similar

Casual Parsing in JavaScript

Over the last year and a half I've gotten really into writing parsers and parser-adjacent things like interpreters, transpilers, etc. I've done most of these projects in JavaScript, and I've settled into a nice little pattern that I re-use across projects... (more…)

Read more »

Start practicing OOP in JavaScript today

In this article, I will show you the fundamentals of object-oriented programming (OOP) in the JavaScript language. Of course, it is supposed to be just an introduction to this subject, but you will learn how to use objects, create entities, create in... (more…)

Read more »