May 25 ยท 7 min read ยท I 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/Do
Join discussion
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 commented