nodebestpractices
:white_check_mark: The Node.js best practices list (July 2024) (by goldbergyoni)
javascript-testing-best-practices
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (April 2024) (by goldbergyoni)
nodebestpractices | javascript-testing-best-practices | |
---|---|---|
79 | 16 | |
104,023 | 24,440 | |
0.5% | 0.0% | |
0.0 | 1.5 | |
5 months ago | about 1 year ago | |
Dockerfile | JavaScript | |
Creative Commons Attribution Share Alike 4.0 | MIT License |
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.
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.
-
🚀 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.
-
10 GitHub Repos to Become a Better Backend Developer
View on GitHub
javascript-testing-best-practices
Posts with mentions or reviews of javascript-testing-best-practices.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-03.
- Comprehensive and exhaustive JS & Node.js testing best practices (July 2023)
- JavaScript and Node.js testing best practices (July 2023)
-
Awesome Github Repos to Master JAVASCRIPT
😎 You want to take your JS testing skills to the next level, here is a nice repo -> javascript-testing-best-practices
- 10 GitHub repositories you must know as a JavaScript developer
- 10 Must-Know GitHub Repositories for JavaScript Developers
- 10 GitHub Repositories You Should Know as a JavaScript Developer
-
React Testing
Surprised nobody referred this
-
[AskJS] Recommend me a good resource to learn in-depth/advanced about testing (Jest, RTL, Enzyme)
Yoni Golberg's JavaScript Testing best practices guide is always a good resource to consult, for both beginners and experienced developers: https://github.com/goldbergyoni/javascript-testing-best-practices
-
Hyperstack - a new open source Node.js web framework with everything included
I really like how testing is done in Rails. Why did you choose the snapshots approach? I never have seen it for this purpose, they say it's bad practice even for the frontend (check testing practices for node btw), so, why?
-
Good (quick) Resources to Become a Better Developer
JavaScript Testing Best Practices, by Yoni Goldberg is a GitHub repository. It gives good practices about testing.
What are some alternatives?
When comparing nodebestpractices and javascript-testing-best-practices you can also consider the following projects:
Front-End-Checklist - 🗂 The perfect Front-End Checklist for modern websites and meticulous developers
svelte-jester - A Jest transformer for Svelte - compile your components before importing them into tests.
parquetjs - fully asynchronous, pure JavaScript implementation of the Parquet file format
testcontainers-node - Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
clean-code-javascript - Clean Code concepts adapted for JavaScript
front-end-interview-handbook - 🌐 Front End interview preparation materials for busy engineers (updated for 2025)