I’ve found a very good article explaining Transducers. If you are familiar with Clojure, go and read it: “Understanding Transducers”. But… (more…)
Read more »
The author of Pintura, Rik Schennink, shared the journey of bootstrapping his business to $20k monthly recurring revenue (MRR). I thought… (more…)
Read more »
As a web developer, probably the question that keeps me up at night with the highest frequency is: what does this new-fangled framework do? Their webpages don't give you any clues. They all say exactly the same thing - "Foo Framework is designed to make y... (more…)
Read more »
Async and Await makes asynchronous code so much cleaner and nicer to work with. It is widely supported by all the latest versions of modern browsers, including Node v7.6+. See can i use for browser support and node.green for node support. So let's try and... (more…)
Read more »
JavaScript is Single-Threaded? YES. But I can do things Asynchronously in it? YES. This is a talk I've given a few times on the Synchronous and Asynchronous behavior of JavaScript. (more…)
Read more »