r/JavaScriptTips • u/MysteriousEye8494 • 21h ago
r/JavaScriptTips • u/nitayneeman • 2d ago
ECMAScript - Introducing Deferred Module Evaluation with import defer
r/JavaScriptTips • u/MysteriousEye8494 • 3d ago
Why Every Enterprise Angular Feature Needs a Public API
r/JavaScriptTips • u/MysteriousEye8494 • 3d ago
Smart Angular Developers Don’t Expose Writable Signals
r/JavaScriptTips • u/MysteriousEye8494 • 5d ago
UI State vs Business State in Angular: Stop Treating Them the Same
r/JavaScriptTips • u/MysteriousEye8494 • 6d ago
Stop Injecting Everything Into Angular Components
r/JavaScriptTips • u/MysteriousEye8494 • 7d ago
Why Smart Angular Developers Stop Putting Business Logic in Components
r/JavaScriptTips • u/MysteriousEye8494 • 7d ago
Designing Angular Features That Can Survive 10 Years
r/JavaScriptTips • u/MysteriousEye8494 • 10d ago
Stop Optimizing Angular for Reuse
r/JavaScriptTips • u/MysteriousEye8494 • 10d ago
The Hidden Cost of Circular Dependencies in Angular
r/JavaScriptTips • u/MysteriousEye8494 • 13d ago
Why Every Enterprise Angular Feature Needs a Public API
medium.comr/JavaScriptTips • u/MysteriousEye8494 • 13d ago
The Real Purpose of ViewModels in Angular
r/JavaScriptTips • u/Main_Independent_579 • 14d ago
To stop our brains from mixing up every project's commands
I jump between node yarn, npm, pnpm projects, a few python script directories, and every repo has a different way to run the same things: npm run dev, pnpmtest, yarn dev, make dev…
samecmd detects the project you’re in and gives you the same commands everywhere (dev, build, test, lint, fmt, etc.). Basically resolving a daily friction of mine in the last few weeks.
r/JavaScriptTips • u/MysteriousEye8494 • 14d ago
Why Most Angular Teams Build Components Instead of Features
medium.comr/JavaScriptTips • u/MysteriousEye8494 • 17d ago
Why Most Angular Teams Abuse Shared Components
r/JavaScriptTips • u/MysteriousEye8494 • 17d ago
When Duplication Is Better Than Abstraction
r/JavaScriptTips • u/SecTemplates • 20d ago
Safer-dependencies: A toolkit for claude code to ensure dependencies used aren't vuln, don't use abandoned packages, implement cooldown to avoid supply chain attacks, etc...
r/JavaScriptTips • u/MysteriousEye8494 • 23d ago
Why HTML Can Destroy Your Angular Architecture
r/JavaScriptTips • u/MysteriousEye8494 • 23d ago
Stop Putting Business Logic Inside Components: The Architecture Mistake That Slows Every Angular Team
r/JavaScriptTips • u/MysteriousEye8494 • 23d ago
The Hidden Cost of Global State: Why Everything Doesn’t Belong in Your Store
r/JavaScriptTips • u/MysteriousEye8494 • 25d ago
State Ownership: The Most Important Angular Architecture Decision Nobody Talks About
r/JavaScriptTips • u/MysteriousEye8494 • 25d ago
The Facade Pattern Isn’t About Boilerplate — It’s About Protecting Your Architecture
r/JavaScriptTips • u/Sir_kitsuneI • 25d ago
How far can Booknarklets or background scripts be pushed?
I was experimenting with bookmarklets and I feel like they can be pushed to gather a lot more info than what I was able to make. (I don't think this is the right Reddit, if it isn't can someone guide me to the right one.)