BKBinay Kumar Dasinfindcoffeemate.hashnode.dev·20h ago · 3 min readThe Feature Had Zero Bugs. We Removed It AnywayA few week ago, I am building a feature for my Product FindCoffeeMate. It was called “Recently Active Developers.” The idea sounded great. When users landed on the homepage, they’d immediately see dev00
AGAmit Giriinammitt.hashnode.dev·1d ago · 4 min readJWT vs ASP.NET Identity — When to Use WhichWhen I started building my Job Portal, I faced a question that stopped me for a while: Should I use ASP.NET Identity or JWT for authentication? After researching, building, and breaking things — I fin00
RCRoshan Chaturvediinjustacademyofficial.hashnode.dev·4d ago · 6 min readThe Angular Skills That Actually Moved The Needle For MeEvery developer has a moment where the framework stops feeling like a set of rules imposed on you and starts feeling like a tool you actually understand well enough to bend. Mine happened while starin00
CSConverge Solutioninconvergesol.hashnode.dev·Aug 11 · 2 min readMulti-Tenant SaaS with .NET and Angular: Key Architecture DecisionsBuilding a multi-tenant SaaS application is more than adding a TenantID to your database. When multiple customers share one platform, the architecture needs to keep tenant data isolated while maintain00
LOLikeur offin243.hashnode.dev·Aug 11 · 4 min readBuilding draftNG: Free, Modern Angular 22+ Dashboard Templates for the CommunityAngular has a template problem. Most dashboard starters you find online are stuck on Angular 14-16 patterns — NgModules everywhere, heavy RxJS chains, outdated styling approaches, and designs that fee00
Mmehdiinmodern-web-dev.hashnode.dev·Aug 9 · 12 min readThe Cleanest Angular Architecture You Aren't Using YetBuilding enterprise Angular applications often starts with the same pattern: fetching raw data objects from a REST API and storing them directly in application state. However, as applications grow, tr00
DKDonghwan Kiminblog-cattus.hashnode.dev·Aug 4 · 19 min readLive Chat, and the Problems Underneath ItAt the bottom of every KakaoShopping Live broadcast page there's a chat panel where viewers can talk to each other while watching. It looks like a plain "chat box," but underneath it has to render doz00
Mmehdiinmodern-web-dev.hashnode.dev·Aug 5 · 6 min readModernizing Ionic 8 & Angular 22: Moving from Karma, Zone.js & ESLint v8 to Vitest, Zoneless & Flat Config[!NOTE]Target Audience: Ionic & Angular developers looking to modernize starter boilerplate, boost unit test speed by 5x, adopt pure Zoneless change detection, and upgrade to ESLint v9 Flat Config. 00
DKDonghwan Kiminblog-cattus.hashnode.dev·Aug 4 · 16 min readWhat I Ran Into Building Photo/Video/Voice Attachments for a Gift Message CardOne project I worked on in the past was adding photo, video, and voice attachments to a "message card" you can send along with a gift. It used to be text-only, and once media attachments landed on top00
SCsaptarshi chakrabortyinsaptarshitech.hashnode.dev·Jul 31 · 4 min readHow I Cut My Angular App's Page Load Time by 48%We've all been there: you build a feature-rich Angular application, but as the project grows, the Lighthouse score begins to tank. Users start complaining about "stuttering" on mobile, and the Largest00