clean-code-javascript
You-Dont-Know-JS
clean-code-javascript | You-Dont-Know-JS | |
---|---|---|
65 | 313 | |
91,848 | 179,954 | |
- | - | |
0.0 | 4.3 | |
4 months ago | 3 months ago | |
JavaScript | ||
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
clean-code-javascript
-
How to level up your frontend skills
Programming: The Pragmatic Programmer, Clean Code (check the JS version here → Clean Code JavaScript)
-
Mastering the JavaScript Ternary Operator: A Comprehensive Guide
Clean Code JavaScript
-
18 GitHub Repos to Learn JavaScript
clean-code-JavaScript This repository consists of the software engineering principles, from Robert C. Martin’s book Clean Code, adapted for JavaScript. It’s a guide for producing readable, reusable, and refactorable software in JavaScript.
-
The Clean Code book and the clean code paradigms
By the way, the other day I found on Twitter a summary of Clean Code concepts with examples in Javascript so you can take a look at the content of the book before deciding whether to buy it or not.
- 10 GitHub Repos for Mastering JavaScript
-
Why clean code makes JavaScript programming easier
Further examples of clean code
- Clean code (la juniori)
- If you're a junior to mid-level fullstack engineer and have an upcoming frontend technical interview, here's some things to freshen up on
- How to learn small but important coding conversations/practices?
-
How to avoid writing rubbish code
https://github.com/ryanmcdermott/clean-code-javascript - highly recommendable short read
You-Dont-Know-JS
-
GitHub Repositories Every Developer Should Know: An In-Depth Guide
Access the books for free on the repository.
-
JavaScript Essentials: Part 5
This is a good read, getify - You-Dont-Know-JS
-
10 Useful GitHub Repos Made for Front-End Developers in 2024
You Don’t Know JS Yet
-
Ask HN: Changing my mind about JavaScript
Seconded. I won't recommend it and no one I know has recommended it for a decade. It's hard for someone who doesn't know JS to know which parts has changed and is no longer the way to do things.
https://github.com/getify/You-Dont-Know-JS and
https://eloquentjavascript.net/ are the 2 best source for learning JS.
If you don't have time to read both, just go with https://eloquentjavascript.net/
If one needs to go further, go through http://superherojs.com/ , just ignore links that are dead.
-
Top 12 JavaScript Resources for Learning and Mastery
You Don't Know JS (Yet) by Kyle Simpson is a series of books that dive deep into JavaScript, covering both basic and advanced topics. The series is available for free on GitHub.
-
18 GitHub Repos to Learn JavaScript
16 . You Don’t Know JS This is a series of books diving deep into the core mechanisms of the JavaScript language.
-
12 Essential JavaScript Websites Every Web Developer Should Be Familiar With
You Don’t Know JS is a series of books that take a deep dive into the inner workings of JavaScript. Authored by Kyle Simpson, these books explore advanced topics like scope, closures, and prototypes, helping you master the more intricate aspects of JavaScript.
-
Looking for Complete JavaScript Learning Materials: Basics to Advanced
Kyle Simpson "You don't know JS" - I read the first edition cover to cover, and can unreservedly recommend it.
https://github.com/getify/You-Dont-Know-JS
-
Scope vs. Context in JavaScript: Clearing Up the Confusion
You Don't Know JS: Scope & Closures
-
10 GitHub Repos for Mastering JavaScript
Repository: getify/You-Dont-Know-JS
What are some alternatives?
javascript-algorithms - 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Crafting Interpreters - Repository for the book "Crafting Interpreters"
tech-interview-handbook - 💯 Curated coding interview preparation materials for busy software engineers
front-end-interview-handbook - ⚡️ Front End interview preparation materials for busy engineers
nodebestpractices - :white_check_mark: The Node.js best practices list (July 2024)
Numba - NumPy aware dynamic Python compiler using LLVM
bulletproof-react - 🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.
awesome-cheatsheets - 👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
free-for-dev - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea!
Material UI - Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
javascript - JavaScript Style Guide