JavaScript Factory Functions with ES6+

Note: This is part of the “Composing Software” series on learning functional programming and compositional software techniques in… Read more

Similar

Create Zip Files with JavaScript

While we’re doing amazing things with JavaScript on the server side, it’s important not to take our eyes off of some of the great stuff happening on the client side.  One such awesome project I recently discovered was JSZip:  a JavaScript library that all... (more…)

Read more »

JavaScript for Python Programmers

JavaScript is a lot like Python! JavaScript borrowed concepts from Python early in its development and there's been a healthy exchange of features between the two ever since. For example, JavaScript took generators and coroutines from Python, shook them u... (more…)

Read more »