Blog
Welcome to my Blog. Here I share my thoughts related to Fullstack development topics and programming in general. I've always been a fan of writing, and I hope you can find something here that could help you in your developer career.
How to Use Next.js to Proxy HTTP Requests to External APIs
A technical deep dive into two approaches for proxying HTTP requests in Next.js, covering Route Handlers and the new Proxy feature introduced in Next.js 16 with full code implementation, trade-offs, and practical use cases.
February 2026, 11
10 min read
My Journey Self-Hosting Multiple Apps on a Single VPS with Dokploy
A complete walkthrough of setting up a production-ready VPS from scratch. Learn how to harden SSH security, configure Cloudflare DNS, install Dokploy, and deploy your first application with HTTPS. Includes firewall setup and real-world deployment examples of running multiple self-hosted services on one VPS.
January 2026, 13
9 min read
How I Escaped Frontend Monotony and Rediscovered My Love for Programming
A candid journey from frontend burnout to programming passion - how exploring game development, server management, and automation helped me rediscover what makes coding truly exciting and fulfilling.
July 2025, 16
9 min read
From VSCode to Neovim: A Hilarious Journey of Text Editor Addiction
Learn how I discovered the magic of modal editing, survived the infamous learning curve, and eventually built my own custom Neovim setup.
January 2025, 9
7 min read
My Developer Journey: Crafting the Ideal Workflow
Explores my personal journey towards crafting an ideal workflow tailored to my unique needs and preferences.
May 2024, 13
8 min read
Set up T3 Stack with Planetscale, Prisma, and JWT authentication
Learn how to create a database on Planetscale, set up Prisma to connect to your database, and configure JWT authentication using NextAuth within T3 stack application.
August 2023, 26
13 min read