Asynchronous Javascript with async/await - 2017-05-09

ES2017 async and await keywords to write asynchronous code that is more readable and easier to follow than equivalent code based on long promise chains or deeply nested callbacks.

Advanced NodeJS - 2017-05-02

This course will teach you the core Node.js concepts and API modules from simple utility modules all the way to streams and clusters.

Kata: Salesman's Travel - 2017-04-29

A traveling salesman has to visit clients. He got each client’s address e.g. “432 Main Long Road St. Louisville OH 43071” as a list.

npm scrips as your build tool - 2017-04-29

The course introduces the topic of using npm scripts as a build tool. It starts simple and then continue to build a small website as we introduce new topics.

By the end of the course, you’ll know how to get started and what tools and techniques are needed for you to create your own set of build scripts.

Front End Handbook 2017 - 2017-04-23

This is a guide that anyone could use to learn about the practice of front-end development. It broadly outlines and discusses the practice of front-end engineering: how to learn it and what tools are used when practicing it in 2017

Building a JavaScript development environment - 2017-04-02

Starting a new JavaScript project from scratch is overwhelming. This course provides a playbook outlining the key decisions you need to make. Build a robust development environment that handles bundling, linting, transpiling, testing, and much more.