Transducers Compose Top-to-Bottom

Let's code some transducers and take a deeper look at how they work under the hood to see differences from pipes.

JavaScript async/await in a Loop

Async/await syntax is a great technique how to deal with promises in modern JavaScript. Unfortunately it's not always easy to understand how it works which can lead to strange bugs. Let's investigate one of them.