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.

Essential Programming Books - 2017-04-23

The list of 129 books deemed fundamental to the art of programming and includes books for various languages.

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.

PatternCraft - 2017-03-05

An awesome explanation of GOF design patterns. The only way to learn pattern is to know what problem it solves.

Book: 'Node.js design pattern' - 2016-10-06

“How could I organize my code?”, “What is the best way to design this?”, “How can I make my application more modular?”, “How do I handle a set of asynchronous call effectively?”, “How can I make sure that my application will not collapse while it grows?”.

If you have such questions without answers, that book is definitely for you!

The aim of this book is to guide you through this emerging world of patterns, techniques and practices, showing proven solution to the common problem.