Favicon generator - 2017-04-09

With so many platforms and icons, it’s hard to know exactly what you should do. What are the dimensions of favicon.ico? How many Touch icons do I need? RealFaviconGenerator did the research and testing for you.

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.

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.

Gulp screencast overview - 2016-09-28

Depth table of contents of one of the most popular screencast about utility for managing tasks.

Start new project on Angular ^1.5 - 2016-09-18

Great series of recommendation how/why to start new “NG2 ready” Angular 1.5 app with architecture of component-oriented approach.