nodebestpractices
:white_check_mark: The Node.js best practices list (July 2024) (by goldbergyoni)
javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings (by trekhleb)
nodebestpractices | javascript-algorithms | |
---|---|---|
79 | 124 | |
104,023 | 193,143 | |
0.8% | 0.8% | |
0.0 | 5.9 | |
5 months ago | 7 months 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-algorithms
Posts with mentions or reviews of javascript-algorithms.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-17.
- DSA Study map + Revise All
-
🚀 20 Must-Know GitHub Repositories for Developers in 2025!
6️⃣ JavaScript Algorithms and Data Structures 🧠 📌 https://github.com/trekhleb/javascript-algorithms A collection of JavaScript-based algorithms and data structures with explanations.
-
Beginning my Open Source Journey
While browsing trending repositories on GitHub, I discovered trekhleb's javascript-algorithms repository. This repository focuses on helping new developers learn and implement algorithms, serving as an educational resource rather than a traditional software product. I find this approach appealing, as it aligns with my desire to contribute to projects that empower others to learn and grow.
-
18 GitHub Repos to Learn JavaScript
3 . JavaScript Algorithms and Data Structures This repository contains JavaScript-based examples of many popular algorithms and data structures. Each algorithm and data structure has its own separate README with related explanations and links for further reading (including ones to YouTube videos).
-
Top Github repositories for 10+ programming languages
JS Algorithms JS Algorithms and Data Structures entire documentation teaching ranges of or almost all the DSA required topics javascript-algorithms
- Top 10 GitHub repositoriess for Javascript developers 🚀
- 10 GitHub Repos for Mastering JavaScript
-
Minecraft Grub Theme
I'm reminded of the time when some kid wrote a script to crawl GitHub and create issues[1] about using inclusive language... except it was really dumb, for example: https://github.com/trekhleb/javascript-algorithms/pull/875/f...
[1] E.g.: https://github.com/EbookFoundation/free-programming-books/pu...
-
is there any website that you can practise javascript from complete beginning to mastery
Try codewars or leetcode Or you can use this repo for ds practice https://github.com/trekhleb/javascript-algorithms
-
Is anyone interested in contributing to Ultimate Guide to Algorithm opensource together?
This one is pretty popular too.
What are some alternatives?
When comparing nodebestpractices and javascript-algorithms you can also consider the following projects:
Front-End-Checklist - 🗂 The perfect Front-End Checklist for modern websites and meticulous developers
You-Dont-Know-JS - A book series (2 published editions) on the JS language.
parquetjs - fully asynchronous, pure JavaScript implementation of the Parquet file format
javascript-testing-best-practices - 📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (April 2024)
javascript-es2020-sandbox - This is a place for me to screw around some code and will be the home of my future JavaScript ES2020 Cheat Sheet