[ WRITING ]
Thoughts &
Insights
Thoughts, tutorials, and insights on modern web development, Next.js, and software engineering.
A
FeaturedTechnology
A Deep Dive into Next.js Server Actions
Learn how Next.js Server Actions simplify data mutations by removing the need for API routes and managing client-server communication seamlessly.
Aug 2, 2026
5 min
Blog
TechnologyAug 1
Why TypeScript is Essential for Large Codebases
Explore how static typing catches bugs early, improves developer experience, and acts as living documentation in scaling applications.
4 min read
Read Article
Blog
TechnologyJul 31
Building a Custom CMS with Prisma and Next.js
A look into how combining Next.js App Router with Prisma ORM creates a rapid, type-safe development environment for custom content management systems.
7 min read
Read Article