Technical Writings
Deep dives into Full Stack, Cloud Engineering, and Distributed Systems.
#AWS#Next.js
Deploying Next.js on AWS EC2 with Nginx & SSL
A step-by-step guide to hosting your full-stack Next.js application on an EC2 instance, configuring Nginx as a reverse proxy, and securing it with Certbot.
Dec 05, 2024 8 min read
#Docker#MERN
Dockerizing a MERN Stack Application
Learn how to containerize a MongoDB, Express, React, and Node.js application using Docker Compose for consistent development and production environments.
Nov 28, 2024 10 min read
#System Design#Architecture
Monolith vs Microservices: When to Switch?
Analyzing the trade-offs between monolithic architectures and microservices. Understanding scalability, complexity, and team structure implications.
Nov 15, 2024 6 min read
#React#Frontend
Mastering React Hooks for Performance
Deep dive into useMemo, useCallback, and custom hooks. How to prevent unnecessary re-renders and optimize your React application.
Nov 02, 2024 7 min read