Essential Programming Books - 2017-04-23
The list of 129 books deemed fundamental to the art of programming and includes books for various languages.
The list of 129 books deemed fundamental to the art of programming and includes books for various languages.
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
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? 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.
To fresh memory with 30 day vanilla js coding challenge. Build 30 things in 30 days with 30 tutorials. No Frameworks, No Compilers, No Libraries, No Boilerplate!
This course covers how to analyze your web pages to make sure they are following known performance best practices.
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.
An awesome explanation of GOF design patterns. The only way to learn pattern is to know what problem it solves.
Node.js is a simple and powerful tool for backend development. When combined with express, you can create lightweight, fast, scalable APIs quickly and simply.
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.