Opinion Blogs

These are Opinion Blogs for curious minds.

Next.js API Routes: Building Server Endpoints - Syed Ali Naqi Hasni

Next.js API Routes: Building Server Endpoints

Next.js API routes allow you to create serverless functions as part of your Next.js application. This means you can build backend functionality without needing a separate server, making it easier to handle tasks like form submissions, authentication, and data fetching directly within your Next.js app.

January 14, 2026
15 min read
Redux vs Zedux : My Journey & Perspective - Syed Ali Naqi Hasni

Redux vs Zedux : My Journey & Perspective

State management in React (or React-adjacent) apps is a subject that has evolved rapidly. Over time, I’ve used Redux, experimented with Context, swallowed the bitter pill of boilerplate, and most recently explored Zedux.

October 10, 2025
15 min read