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.

Mastering Flux and Redux - 2017-05-02

At the core of any solid web application is an effective and well-managed data model. In this course, Mastering Flux and Redux, you’ll learn the skills and technologies necessary to manage your application’s data model in extremely efficient and standards-compliant ways. Topics First, you’ll learn all about the popular data-modeling libraries Flux and Redux; their differences and similarities, how they relate to one another, and which is appropriate for what kind of projects.

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.

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

A static site with a dynamic search function - 2017-04-09

A static site with a dynamic search function? Yes. Alternatively to embeddable scripts from Google or other search engines you can provide your visitors a custom search by indexing your content files directly.