A DOS JavaScript Canvas with sound. Contribute to SuperIlu/DOjS development by creating an account on GitHub. (more…)
Read more »
One of the ways JavaScript developers debug their code is by using console.log to figure out what the output of a particular variable or condition is. But, what if there is a better way of using this function to give us a better developer experience... (more…)
Read more »
I wasn’t a huge fan of Javascript in general and NodeJS in particular. I was usually more fond of other lower-level languages such as Go or Rust. I mistakenly thought Javascript and NodeJS couldn’t give me the low-level control I usually want in order to ... (more…)
Read more »
Types are bound to improve your JavaScript, if you’re willing to spend some time looking at their advantages.
Read more »
I spend most of my time on this blog talking about Clojure, but IRL I work on
a lot of projects written in a lot of languages. Lately, much of my time has been spent writing and maintaining
React-based frontends in Javascript. (more…)
Read more »