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
Building a Full CRUD Application with ASP.NET Core and Angular
1+ day, 3+ hour ago (1218+ words) Modern full-stack applications are rarely just about creating a few CRUD endpoints. A real application usually needs a combination of: In this tutorial, we will build a small but realistic User Management System using: The goal is not to build…...
Refactoring NestJS Auth Built with brkpt-auth: How Easy Is It, Really?
5+ day, 20+ hour ago (621+ words) The last post built a password + Google sign-in MVP with brkpt-auth. This one makes two changes to that same project, the kind that come up naturally as a product grows, and checks what moved. Say the product now needs a…...
How AI changed the way I build software, and why I ended up building an open source shell for Angular
1+ week, 2+ day ago (244+ words) Up front: this is my own project, so I'm not exactly neutral here;-) Where I'm coming... Tagged with angular, opensource, ai, webdev....
An Angular +.NET Auth Template with Multi-Channel 2FA and a Live Demo
1+ week, 2+ 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…...
Turning spfx-factory Into an Evidence-Gated SPFx Agent
1+ week, 6+ day ago (207+ words) AI can generate an SPFx project. That is not the same as proving the project is ready. The latest spfx-factory release adds an evidence ledger around the existing generation workflow: Every check reports one of: The existing factory report status…...
I built plugins for three editors. Everywhere, you're a guest in someone else's house
2+ week, 5+ day ago (1067+ words) Over the last while I've built integrations for three places where people work with text and images: Obsidian, VS Code, and Figma. Doing a few of them back to back, I noticed something you don't see from a single one....
Angular cache bugs after switching user context
2+ week, 5+ day ago (337+ words) A cache often breaks after switching user, tenant, active account, or permission set. The screen requests the same endpoint and the cache responds quickly—but that response belongs to the previous context. The cause is not Angular or HttpClient. It…...
Announcing NgRx v22: Resource Extensions, Dynamic Deep Signals, a Light Theme, and more!
2+ week, 6+ day ago (838+ words) We are pleased to announce the latest major version of the NgRx framework, featuring exciting new features, bug fixes, and other updates. Angular's resource and httpResource APIs cover a large part of async state management, but two very common requirements…...
Forms in React: From Inputs to Controlled Components
3+ week, 1+ day ago (629+ words) You have probably written HTML forms before, and so the structure below resonates with you. Perhaps you even smile because, this one, you understand. If you have done this, you know what happens when you click the button. The whole…...
React vs Vue vs Angular: Build One App in 2026
3+ week, 5+ day ago (1595+ words) You’ll end up with a folder structure like this on disk: Each project gets its own dev server, its own test suite, and its own production build, so you can run `npm run build` in all three and compare the…...