nodebestpractices
:white_check_mark: The Node.js best practices list (July 2024) (by goldbergyoni)
domain-driven-hexagon
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included (by Sairyss)
nodebestpractices | domain-driven-hexagon | |
---|---|---|
79 | 68 | |
104,023 | 13,470 | |
0.5% | 0.0% | |
0.0 | 4.9 | |
5 months ago | about 1 year ago | |
Dockerfile | TypeScript | |
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
domain-driven-hexagon
Posts with mentions or reviews of domain-driven-hexagon.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-08.
-
From Frontend to Backend
That's exactly where I am. My manager gave me these links, that cover a lot of those words the backend uses, so I can identify what they mean and how to use them. 1. For inspiration and concepts: https://github.com/Sairyss/domain-driven-hexagon 2. Suggested to read the documentation for nest.js. They apply such concepts I don't understand: https://nestjs.com/
-
How to Become a Node.js Backend Developer? Share Helpful Resources!
Domain-Driven Hexagon - architecture (NodeJS code examples)
-
Best file structure for node js project
Can't use any frameworks or libraries? Seems like a terrible idea tbh. I can suggest this repo https://github.com/Sairyss/domain-driven-hexagon - read "modules" and "folder and file structure" sections for some suggestions on how to structure files using patterns like Modular Architecture, Vertical Slicing, etc. Make sure to read the attached links and check code examples.
-
i just made an equation solver using constraint propogation in style of sicp
This is a reasonable intro, furthermore it points out more resources if you would he interested: https://github.com/Sairyss/domain-driven-hexagon
-
Anyone using CQRS in production? Does it really have any benefits?
I’ve recently refactored one of my key domains using nestjs/cqrs and was heavily inspired by this repository.
-
Clean architecture in real world app?
Not a big one, but explains how to combine architectures like clean architecture, domain-driven design, hexagonal, etc. https://github.com/Sairyss/domain-driven-hexagon
-
Recommended practices for better Angular large application architecture, project structure
I strongly recommand this: https://github.com/Sairyss/domain-driven-hexagon
- Examples of APIs that follows the best practices and are production ready on Github?
-
[AskJS] How to architect a JavaScript (backend) app that can scale?
Here is an example codebase with architectural patterns described more in details: https://github.com/Sairyss/domain-driven-hexagon
- Complex business logic in Node
What are some alternatives?
When comparing nodebestpractices and domain-driven-hexagon you can also consider the following projects:
Front-End-Checklist - 🗂 The perfect Front-End Checklist for modern websites and meticulous developers
bulletproof-nodejs - Implementation of a bulletproof node.js API 🛡️
parquetjs - fully asynchronous, pure JavaScript implementation of the Parquet file format
typescript-clean-architecture - It is my attempt to create Clean Architecture based application in TypeScript.
javascript-testing-best-practices - 📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (April 2024)
nestjs-config - Config module for nestjs using dotenv :key: