CSConverge Solutioninconvergesol.hashnode.dev·19h ago · 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·20h ago · 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·2d ago · 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·6d ago · 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
SCsaptarshi chakrabortyinsaptarshitech.hashnode.dev·Jul 31 · 4 min readSSR vs SSG vs CSR: What Actually Matters for Performance and SEO?When building modern web applications, developers often debate between SSR (Server-Side Rendering), SSG (Static Site Generation), and CSR (Client-Side Rendering). But here's the reality: it's not just00
SKSahil Khuranaininnostaxengineering.hashnode.dev·Jul 31 · 10 min readEssential Angular Features Every Developer Should KnowAngular occupies an interesting position in the frontend landscape. It's the most opinionated of the major frameworks, the most prescriptive about structure, and — when applied to the right kind of pr00
LDLettStart Designinlettstartdesign.hashnode.dev·Jul 23 · 6 min readAngular 22 Lazy Loading: Speed Up Your Dashboard Before Users Notice It's SlowAdmin dashboards get slow the same way — gradually and then all at once. You start with a dashboard route, add users, add settings, add analytics, add reports. Each section adds components, services, 00