May 10 ยท 5 min read ยท AI agents are everywhere right now. But most learning resources still stop at: prompt engineering simple chatbot demos one-off RAG examples tool-calling snippets I wanted something more practica
Join discussionMay 2 ยท 14 min read ยท ๐ค Why Angular + .NET Core? Angular and ASP.NET Core together give you a rock-solid full-stack foundation for 2026 and beyond. Both are strongly typed, both are built with scalability in mind, and the
Join discussionMay 1 ยท 14 min read ยท ๐ค Why bother migrating? NgModules were Angular's original way of organising code. Every component, directive, and pipe had to be declared in exactly one module โ and sharing anything between features
Join discussionApr 30 ยท 13 min read ยท ๐ค Why is this even a question? A few years ago the answer was simple: "use NgRx for serious apps." Today it's more nuanced. Angular Signals changed the game. You can now build reactive, scalable stat
Join discussionApr 29 ยท 15 min read ยท ๐ค The performance problem SSR was supposed to solve When you ship a standard Angular app, the browser receives a mostly empty HTML shell โ just a <app-root></app-root> tag and a big JavaScript bundle
Join discussionApr 28 ยท 13 min read ยท ๐ค A little history first Angular has had three forms approaches over the years: Template-driven Forms (simple but hard to test), Reactive Forms (powerful but verbose), and now โ Signal Forms (experim
VVartika commentedApr 27 ยท 11 min read ยท ๐ค What even is Zone.js โ and why did we need it? If you've been building Angular apps since the early days, you've probably never had to think about Zone.js. It just worked. But understanding what it
Join discussionApr 26 ยท 9 min read ยท ๐ฏ Why these two APIs matter right now Angular's Signals story has been building for three years. With Angular 20, the final pieces clicked into place: linkedSignal() and resource() both graduated to
Join discussion