Rethinking Front-End Architecture

I've always liked thinking about structure — not just in code, but in how we work with it. When a codebase is well-organized, everything feels smoother: development, collaboration, onboarding, maint...
0 Read More

Routes Group - Next.js

We know that creating any folder in App Router creates a route. But if you want to create nested route without breaking URL. You can use routes group. You want to make routes like: http://localhost:30...
0 Read More