Data Structures and Algorithms
Like my content and want more? 👇
Follow me on Twitter and LinkedIn
Stay up to date on the latest design and performance patterns on design, rendering, and performance.
👉 https://www.patterns.dev/posts
One of the best Style Guides out there.
👉 https://github.com/airbnb/javascript
Software engineering principles, from Robert C. Martin's book "Clean Code", adapted for JavaScript. A guide to producing readable, reusable, and refactorable software in JavaScript.
👉 https://github.com/ryanmcdermott/clean-code-javascript
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
👉 https://github.com/donnemartin/system-design-primer
Refactoring And Design Patterns
Design Patterns & Refactoring
A set of best practices for JavaScript projects.
👉 https://github.com/elsewhencode/project-guidelines
This is a guide about READMEs. About what they do, why they are an absolute necessity, and how to craft them well.