nodebestpractices
javascript
nodebestpractices | javascript | |
---|---|---|
79 | 145 | |
104,023 | 147,325 | |
0.5% | 0.1% | |
0.0 | 5.8 | |
5 months ago | 9 months ago | |
Dockerfile | JavaScript | |
Creative Commons Attribution Share Alike 4.0 | MIT License |
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
-
🚀 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
-
Share Your CLAUDE.mds
TL;DR https://claudemd.dev is where you can find guidelines to make your vibe coding more effective
If you haven't used claude code, I highly recommend you check it out. You may have used other AI tools in development, but being a cli with a refined "plan" step has revolutionized my development workflow. The fact that I can dispatch three prompts to run concurrently, and reliably trust the actions being taken feels incredible. I am spending less time thinking about code and more about the higher level direction of the code.
If you want claude code to be more reliable in its output, it can further be directed by using CLAUDE.md files. These files are included in the plan step and significantly improve the quality of its output. What makes a useful CLAUDE.md is similar to a well written style guide [1]. By providing a set of guidelines for what patterns to follow, the LLM can be more focused when building its plan. In a sense, a CLAUDE.md can be thought of as a "language semantics" for your codebase or directory for how to "compile" your thoughts into actions. Fortunately, you don't need to write your semantics in BNF [2], but the completeness of your semantics matter nonetheless. Without forethought, an LLM will happily come up with its own plan for your codebase.
I thought of and published https://claudemd.dev last night with the idea that sharing these files will improve the quality of code that we will be writing for this next abstraction of software development.
If you want to learn more about these files, I recommend reading this https://claudelog.com/mechanics/claude-md-supremacy.
[1] https://github.com/airbnb/javascript
- Migrating a JavaScript Project from Prettier and ESLint to BiomeJS
-
Error Propagation with Custom Error Types
Airbnb JavaScript Style Guide
-
Step-by-Step Guide to Front-end Engineering — A Comprehensive Tutorial
airbnb (101k stars, English version), airbnb-Chinese version
- ESLint v9 Support
- From Chaos to Clarity: Formatting React Code for a Clean and Readable Codebase
-
Just use this Next.js Eslint Configuration
AirBbB. I usually start here, but Vercel's config covered most of what I care about for both React and Node code styling.
-
GitHub Repositories Every Developer Should Know: An In-Depth Guide
Visit the repository to read the style rules.
- The CLEAN Framework: A 5-Step Blueprint for Writing Bug-Free, Maintainable JavaScript Code
-
18 GitHub Repos to Learn JavaScript
1 . Airbnb JavaScript Style Guide Airbnb, Inc. is an American vacation rental online marketplace company based in San Francisco, California, United States.
What are some alternatives?
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
33-js-concepts - 📜 33 JavaScript concepts every developer should know.
javascript-testing-best-practices - 📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (April 2024)
eslint-plugin-react - React-specific linting rules for ESLint