Learn about the different options for running JavaScript on microcontrollers and IoT platforms... (more…)
Read more »
In this blog post I explain why I think currying is not idiomatic in JavaScript. Check the section at the end if you really like currying. (more…)
Read more »
I decided to create a portfolio/profile/interactive resume, a 3d interactive version of myself, as a complement for my actual resume and Linkedin profile. (more…)
Read more »
Learn the inside-out of JavaScript constructors and their role in prototypal inheritance. (more…)
Read more »
Scopes and closures are important in JavaScript. But, they were confusing for me when I first started. Here's an explanation of scopes and closures to help... (more…)
Read more »