SASANAN ANSARIinlearn.sannan.appยท4d ago ยท 12 min readConnecting Angular to My AI Backend โ Full Stack AI in PracticeWeek 4 ended with api.sannan.app live โ a real public AI endpoint anyone could call. Week 5 is about building the thing people actually use to call it. This week I built the Angular frontend at ai-cha00
KKavyaindevbytesdaily12.hashnode.devยทJun 12 ยท 1 min readI'm Challenging Myself to Learn Angular in 30 Days โ Here's My PlanEvery day for the next 30 days, I'll be posting one Angular concept with a clear explanation and working code example. I'm a React developer upskilling in Angular โ so if you're in the same boat, foll00
EAElham Ajdariinelham-notes.hashnode.devยทJun 9 ยท 6 min readJava for Frontend Developers: A Practical Starting GuideAs a frontend developer, learning Java can feel strange at first. The syntax looks familiar, but the mindset is different. JavaScript and TypeScript let you move fast with flexible types and runtime b00
DCDonald Chinhuruindonnclab.hashnode.devยทMay 25 ยท 7 min readWhy I built Vant Flow: An Angular schema-driven form platform for fast-changing business workflowI did not build Vant Flow because I wanted to build another form builder. I built it because I kept running into a delivery wall. Github Repo: https://github.com/DonnC/vant-flow https://github.com/Do10
RPRohit Patilinr8hitpatil.hashnode.devยทMay 13 ยท 5 min readAngular for beginners 101Setup The command below will install Angular with global access. npm install -g @angular/cli Why ? Helps us scaffold the angular like creating new project, component, serving the application, buildin00
APAnkit Parekhinagentic-engineering-lab.hashnode.devยทMay 10 ยท 5 min readI Built an Open-Source Roadmap to Learn AI Agent Engineering by Building Real SystemsAI 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 practica00
AAAngular Academyinblog.angularacademy.caยทMay 8 ยท 2 min readAngular 22: Stability and Asynchronous PowerAs we approach the anticipated early June release, the Angular ecosystem is gearing up for a version that feels less like a transition and more like a solid foundation. While we wait for the full docu00
TPTushar Patilinblog.techtush.inยทMay 2 ยท 14 min read๐ Building a Full-Stack App with Angular + .NET Core Web API: The Complete Beginner's Guide๐ค 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 the00
TPTushar Patilinblog.techtush.inยทMay 1 ยท 14 min read๐๏ธ Migrating from NgModules to Angular Standalone Components: The Complete Guide๐ค 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 features00
TPTushar Patilinblog.techtush.inยทApr 30 ยท 13 min read๐ Angular State Management in 2026: Plain Services vs NgRx Signal Store vs NgRx๐ค 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 stat00