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 »
Parsers are fascinating and in the JavaScript ecosystem they're all around us. With Babel Macros tagged template literals can do more than just embed DSLs, they can be precompiled to become generated code. Let's look at how I built RegHex which let's you ... (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 »
Neutrino is a tool which brings together the best parts of the modern JavaScript toolchain with the ease of zero upfront configuration. Built to let ... (more…)
Read more »
It is one of the most complete JavaScript courses on the internet for those who want to master the language. Build a Real-World Project… (more…)
Read more »