Technical Articles & Writings

Software Architecture & Thoughts

In-depth essays on Next.js 15, TypeScript type systems, full-stack architecture, and cloud deployment pipelines by Moloy Krishna Paul.

Architecting Modern Full-Stack Apps with Next.js 15 App Router & Express
Featured Article
July 24, 20266 min read

Architecting Modern Full-Stack Apps with Next.js 15 App Router & Express

A deep dive into server components, streaming data fetching, Monorepo structuring with Turborepo, and Express API integration.

Next.js 15App RouterExpress
Architecting Modern Full-Stack Apps with Next.js 15 App Router & Express
July 24, 20266 min read

Architecting Modern Full-Stack Apps with Next.js 15 App Router & Express

A deep dive into server components, streaming data fetching, Monorepo structuring with Turborepo, and Express API integration.

Next.jsRead article
Achieving 100% Type Safety Across Database, Express REST, and Next.js UI
July 18, 20265 min read

Achieving 100% Type Safety Across Database, Express REST, and Next.js UI

How to eliminate implicit any types, enforce Zod request body validation, and share static TypeScript interfaces between server models and client views.

TypeScriptRead article
Production CI/CD Pipelines: Deploying Next.js to Vercel and Express to Render
July 10, 20267 min read

Production CI/CD Pipelines: Deploying Next.js to Vercel and Express to Render

Step-by-step blueprint for automating multi-cloud deployments, CORS origin allowlists, environment variable security, and zero-downtime builds.

DevOpsRead article
Designing Scalable Monorepos with Turborepo & Shared Configuration Rules
June 28, 20268 min read

Designing Scalable Monorepos with Turborepo & Shared Configuration Rules

Learn how to manage multi-package repositories cleanly, cache build outputs, and share ESLint, Tailwind, and TypeScript configs.

ArchitectureRead article