📰 Dev.to · ujja
Articles from Dev.to · ujja · 7 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9376)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · ujja
1mo ago
What It Really Takes to Migrate 20+ Domains and 100+ SQL Tables from .NET to GraphQL
How We’re Surviving 20+ Domains and 100+ SQL Tables While...

Dev.to · ujja
1mo ago
We’ve leaned on generative AI to make navigating our legacy Angular code less painful. The stats in this blog, like which components are purely legacy versus newly added are analyzed by Claude Code.
How We’re Surviving 600+ Legacy Angular Components While...

Dev.to · ujja
1mo ago
How We’re Surviving 600+ Legacy Angular Components While Migrating to Next.js, GraphQL, and a Monorepo
Introduction If you've worked on a long-lived frontend, you already know the story. The...

Dev.to · ujja
2mo ago
Shadow DOM Tailwind and shadcn/ui all have their strengths, but they do not always play nicely together. Sometimes you just have to compromise. Use Shadow DOM only for simple components, let portals work normally, and accept a bit of global CSS.
I Know This Will Upset Some Devs, but Tailwind + Shadcn/ui +...

Dev.to · ujja
2mo ago
I Know This Will Upset Some Devs, but Tailwind + Shadcn/ui + Shadow DOM = Pain
This recent post Is Learning CSS a Waste of Time in 2026? (by @sylwia-lask) really hit me,...

Dev.to · ujja
4mo ago
Anyone who’s tried to stitch React into an Angular codebase knows it’s not magic.
Web Components help—but they also introduce their own quirks (looking at you, styling + change detection 👀).
Web Components in Angular: Integrating React Components Across...

Dev.to · ujja
4mo ago
Web Components in Angular: Integrating React Components Across Framework Boundaries
Context Our Angular 14.3.0 app reached end-of-life in November 2023. Rather than upgrading...
DeepCamp AI