June 2017 Recap: 18 JavaScript Articles & Tutorials
Did you miss something in June? Here’s my month in recap: 18 articles/tutorials on JavaScript, Node.js, and React.

Tutorials/Walkthroughs
- Build a simple Weather App with Node.js in just 16 lines of code
- Build a Weather Website in 30 minutes with Node.js + Express + OpenWeather
- What is Pug.js (Jade) and How can we use it within a Node.js Web Application?
- Build a simple Twitter Bot with Node.js Part 1, Part 2
- How to test JavaScript with Mocha — Part 1, Part 2
- Build a Minimalist HTML Card in just 53 lines of code (with Flexbox)
- Learn to build an Amazon Alexa Skill with Node.js (and get paid to do it)
- React Native: Nine Animation Screencast Tutorials
Understand JavaScript Concepts
- JavaScript: What the heck is an Immediately-Invoked Function Expression?
- JavaScript: What the heck is a Callback?
- JavaScript Showdown: == vs ===
- JavaScript Quickie: Shorthand Variable Assignment
- JavaScript: What is the ternary operator?
- JavaScript: What is short-circuit evaluation?
- JavaScript: Why does 3 + true = 4? (and 7 other tricky equations)