As developers, we all want to improve our programming skills. Today I’m introducing not 5, not 7, but 10 GitHub repositories to help you grow as a JavaScript developer!
Grab your favorite tea and head on over to these resources.
ES6 Cheatsheet
Similar to the modern JS cheatsheet presented earlier, here is a repository of tips, tricks, best practices and code snippets in JavaScript.
Bookmark it and refer back to it when you need it.
+12.9k = > https://github.com/DrkSephy/es6-cheatsheet
JavaScript algorithms
Heard you need to implement an algorithm in JavaScript? Then this is the repository for you.
It provides a comprehensive list of algorithms and data structures in JavaScript with explanations and examples. The content is organized by experience: B (beginner) and A (advanced).
+151k ️= > https://github.com/trekhleb/javascript-algorithms
Node Best Practices
Node JS is one of the most widely used technologies in the industry….