Install
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
How I Architected a Modern Angular Dashboard Using Signals and Tailwind CSS
2+ day, 22+ hour ago (489+ words) If you’ve ever had to spin up a new admin panel or internal tool, you know the drill. You hunt for a template, install it, and suddenly your node_modules folder is 800MB. You’re forced to untangle a web of complex BehaviorSubject chains,…...
Moleculer vs NestJS: which one, and when
5+ day, 15+ hour ago (218+ words) The same service written in both frameworks, what each one does when you add a second instance, and a decision list instead of a sales pitch. Tagged with node, nestjs, microservices, javascript....
I built a compiler so I could stop writing custom element boilerplate
6+ day, 4+ hour ago (538+ words) I've been building HTMLPlus Element on and off for a few years. It's at v4 now, 500+ commits, and I've never really shown it to anyone. So this is me finally doing that. Custom elements are a good idea. The browser gives…...
Architecting Enterprise Angular with Signals: Zoneless Reactivity and 60fps Performance
1+ week, 1+ day ago (489+ words) For nearly a decade, Angular relied on Zone.js to intercept asynchronous browser events and trigger top-down dirty checking across the entire component tree. In large enterprise dashboards displaying live telemetry, grid streams, and complex forms, this model leads directly…...
An Angular +.NET Auth Template with Multi-Channel 2FA and a Live Demo
1+ week, 1+ day ago (782+ words) Most auth starter templates ask you to take them on faith. The README promises login, 2FA, and password reset, and you find out whether any of it works after you've cloned it and spent an evening wiring it up. Here's what's…...
Wrapping Component Libraries
1+ week, 2+ day ago (698+ words) How production libraries handle decoupling, and what I learned building my own wrapper layer... Tagged with react, typescript, designsystem, componentlibrary....
When Forms Start Talking to Each Other
1+ week, 2+ day ago (1284+ words) Declarative Field Dependencies in React: How Configuration Replaces useEffect Spaghetti... Tagged with react, typescript, forms, webdev....
Building an Authentication Service in Angular with Signals, JWT & Refresh Tokens
1+ week, 4+ day ago (815+ words) Authentication is one of the most common requirements in modern web applications. When building an Angular frontend with an ASP.NET Core Web API, we need a way to: Login users Register users Logout users Store authentication information Restore authentication…...
SibuJS 4.0.1: Reactive Interfaces Without a Virtual DOM
1+ week, 4+ day ago (986+ words) After a long hardening pass, SibuJS 4.0.1 is now available. I started SibuJS around a fairly simple question: if the browser already gives us a DOM, how much framework machinery do we really need between our state and that DOM? SibuJS…...
Your Component Fits. But Is It Still Useful?
1+ week, 4+ day ago (501+ words) Does this component fit in the available space? But there is another question that is much harder to express: Is the content still useful at that size? Those two questions are not always equivalent. Imagine a dashboard panel with these…...