javascript
java-interviews
| javascript | java-interviews | |
|---|---|---|
| 149 | 1 | |
| 148,088 | 300 | |
| -0.0% | 0.0% | |
| 2.6 | 0.0 | |
| about 2 months ago | about 7 years ago | |
| JavaScript | ||
| 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.
javascript
-
33-js-concepts VS javascript - a user suggested alternative
2 projects | 15 Jan 2026
saimatouseef78
-
JavaScript's For-Of Loops Are Fast
Their rationale is written here, May 21 2021 final comment on the closed issue from the creator themself. Even in 2021 this was a dubious argument to make given the browser landscape, and they are clearly just frustrated to be challenged on this topic:
> in the latest version of all browsers. Despite marketing, no browsers are "evergreen" according to the google analytics of major websites I've been able to review over the last couple years. (Nothing but safari will likely ever support PTC - which is not an optimization - so that's not really relevant to discuss) Performance isn't important, readability is.
ref: https://github.com/airbnb/javascript/issues/1122#issuecommen...
-
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.
java-interviews
-
Best Websites Every Programmer Should Visit
svozniuk/java-interviews : Java interview questions
What are some alternatives?
33-js-concepts - 📜 33 JavaScript concepts every developer should know.
RegExr - RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.
eslint-config-google - ESLint shareable config for the Google JavaScript style guide
missing-semester - The Missing Semester of Your CS Education 📚
Standard - 🌟 JavaScript Style Guide, with linter & automatic code fixer
Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.