Why are there so many monad articles and tutorials? Because people like me keep writing them 😎 Maybe it's because of the monad tutorial… (more…)
Read more »
In this blog post, I take a different approach to explaining `this` in JavaScript: I pretend that arrow functions are the real functions and ordinary functions a special construct for methods. I think it makes `this` easier to understand – give it a try. (more…)
Read more »
SerenityOS is open source on GitHub: https://github.com/SerenityOS/serenityLadybird, too: https://github.com/SerenityOS/ladybirdFollow me on Twitter: https:/... (more…)
Read more »
An example of a JavaScript program to create a game in which player will play with computer and first to have a set of 3 adding to 15 wins. (more…)
Read more »
How to write a small extensible code editor in pure javascript, with syntax highlighting and a few other nice features in 1KB. Absolutely no dependencies, a bit of contenteditable magic, with a strong focus on keeping it small and simple. (more…)
Read more »