clean-code-javascript
Clean Code concepts adapted for JavaScript (by ryanmcdermott)
nodebestpractices
:white_check_mark: The Node.js best practices list (July 2024) (by goldbergyoni)
| clean-code-javascript | nodebestpractices | |
|---|---|---|
| 67 | 80 | |
| 94,302 | 105,174 | |
| 0.0% | 0.0% | |
| 0.0 | 0.0 | |
| almost 2 years ago | about 1 year ago | |
| JavaScript | Dockerfile | |
| MIT License | Creative Commons Attribution Share Alike 4.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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
Posts with mentions or reviews of clean-code-javascript.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-19.
-
Why Clean Code Matters: Lessons from Uncle Bob
In this article, inspired by Uncle Bob’s Clean Code lessons on YouTube and Ryan McDermott’s JavaScript adaptation (clean-code-javascript), I created a quick and practical guide, blending my notes on these timeless principles to help improve your code.
-
Software design isn’t magic, but it feels like sorcery when you get it right
Clean Code Cheat Sheet (GitHub)
-
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
nodebestpractices
Posts with mentions or reviews of nodebestpractices.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-08.
-
🚀 Node.js Best Practices
Comprehensive Node.js development guidelines Based on goldbergyoni/nodebestpractices
-
🚀 20 Must-Know GitHub Repositories for Developers in 2025!
1️⃣4️⃣ Node.js Best Practices 🚀 📌 https://github.com/goldbergyoni/nodebestpractices Best practices for building scalable and efficient Node.js applications.
-
Does Claude 3.7 Sonnet Generate Insecure Code?
In this example, we can see by timing the command that execution took 3 seconds. But if we keep adding more “a” characters, it will take catastrophically longer to compute. Because regex is CPU-bound on node.js, which is single-threaded, what we have here is a Denial of Service issue.
- Node.js Best Practices 2024
- 11 GitHub Repositories to learn NodeJs
-
18 GitHub Repos to Learn JavaScript
14 . Node Best Practices This repository is a summary and curation of the top-ranked content on Node.js best practices. It has the largest compilation and it is growing every week. Currently, more than 80 best practices, style guides, and architectural tips are presented.
-
6 Repositories To Master Node.js
1. Node.js Best Practices
-
10 GitHub Repos for Mastering JavaScript
Repository: goldbergyoni/nodebestpractices
- 18 Must-Bookmark GitHub Repositories Every Developer Should Know
-
ReactJS, NextJS and the modern frontend community (Rant)
ah, but there is one more reason to return await. have a read.
What are some alternatives?
When comparing clean-code-javascript and nodebestpractices you can also consider the following projects:
Front-End-Checklist - 🗂 The essential checklist for modern web development, for humans and AI agents
numjs - Like NumPy, in JavaScript
JavaScript30 - 30 Day Vanilla JS Challenge
javascript-algorithms - 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
javascript-testing-best-practices - 📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2025)