Essential Programming Books - 2017-04-23

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

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

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.

Git reset, checkout and revert - 2016-11-06

The git reset, git checkout and git revert let you to undo changes in repository, and the first two can be use to manipulate either commits or individual files.