🦖 A JavaScript/TypeScript Game Library that feels like a game. - kaplayjs/kaplay... (more…)
Read more »
Destructuring is one of my favorite tools in JavaScript, in simple terms, destructuring allows you to break down a complex structure (like an array or an object) into simpler parts, though there’s a bit more to it than that. Let’s see it better in an exam... (more…)
Read more »
In this blog post I explain why, in my opinion, currying is in conflict with some of JavaScript’s foundations. (more…)
Read more »
A secure JavaScript and TypeScript runtime. Contribute to denoland/deno development by creating an account on GitHub. (more…)
Read more »
Yesterday I learned about the concepts of the global constant Infinity and the existince of -0 in Javascript. Despite working with the language for most of my career, it still finds ways to suprise me. (more…)
Read more »