Issue #125 · August 26, 2019

5 Interesting Uses of JavaScript Destructuring

“Technology is just a tool. In terms of getting the kids working together and motivating them, the teacher is the most important”

Bill Gates , Software Developer and Microsoft co-founder

Best 7 links of week #34, 2019

Articles

Functional Programming Jargon in Rust

Functional programming (FP) provides many advantages, and its popularity has been increasing as a result. However, each programming paradigm comes with its own unique jargon and FP is no exception. By providing a glossary, we hope to make learning FP easier.

Zebu

Zebu is a JavaScript library for buildingĀ  little languages with tagged template literals.

Promises and Static Values

Async can throw a real wrench into the cogs of our programming workflows, all despite the fact that async is the modern JavaScript pattern. While async/await helps, there's sometimes confusion about the way to have a single function that returns a value whether it exists or needs a Promise to retrieve.

Book of the week

Eloquent JavaScript: A Modern Introduction to Programming

Eloquent JavaScript: A Modern Introduction to Programming

by Marijn Haverbeke

JavaScript lies at the heart of almost every modern web application, from social apps to the newest browser-based games. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. Eloquent JavaScript, 2nd Edition dives deep into the JavaScript language to show you how to write beautiful, effective code.