📰 Dev.to · ujja
10 articles · Updated every 3 hours · View all reads
All
Articles 67,239Blog Posts 99,885Tech Tutorials 16,242Research Papers 13,808News 12,532
⚡ AI Lessons

Dev.to · ujja
6d ago
From Govhack Win to Something That Actually Matters
This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built Project...

Dev.to · ujja
🤖 AI Agents & Automation
⚡ AI Lesson
1mo ago
I built my own event bus for a sustainability app — here's what I learned about agent automation using OpenClaw
This is a submission for the OpenClaw Challenge. What I Built PlanetLedger is a...

Dev.to · ujja
1mo ago
Revisiting Idris in 2026: Is It Ready for Real Work?
Idris has always promised something bold: encode correctness directly into the type system. In 2026,...

Dev.to · ujja
2mo 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
3mo 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
3mo 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
3mo 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
3mo 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
6mo 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
6mo 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