antojebikshan.hashnode.devFrom Local Next.js App to Production Docker Image on Google CloudIf you’re building a Next.js App Router project with TypeScript, using pnpm and want to deploy it as a Docker container, this guide is for you. We’ll go from local development → Docker build → versioned image tagging → deployment to Google Cloud Run,...Oct 15, 2025·4 min read
antojebikshan.hashnode.devFix Build & Lint Issues in Docker: Deploying Next.js 15 with Supabase SafelyDeploying a modern Next.js app with Supabase can be tricky, especially when you want strict TypeScript and ESLint checks in your CI/CD pipeline. Here’s a guide based on real-world fixes that ensure production safety without skipping errors. Common P...Oct 15, 2025·3 min read
antojebikshan.hashnode.devBuilding and Deploying a Next.js 13 App with Docker on GCP(skip check method- temporary)When I started deploying my Next.js 13 app to a GCP VM using Docker, I ran into several challenges. In this post, I’ll share what went wrong, how I solved it and the final approach to build and deploy a standalone Docker image Project Context Frame...Oct 15, 2025·4 min read
antojebikshan.hashnode.devManaging Dual GitHub Accounts on a Single Windows LaptopWorking with multiple GitHub accounts on a single machine can be confusing, especially when SSH keys, GitHub Desktop and global Git configurations interact. Today, we solved a full dual-account setup scenario for a Windows laptop. Here’s the full doc...Oct 11, 2025·3 min read
antojebikshan.hashnode.devExposing n8n via Ngrok in Docker: A Complete Guiden8n is a powerful workflow automation tool that allows you to automate tasks and integrate apps seamlessly. Often, you might want to expose your local n8n instance to the internet for testing webhooks or integrations. Ngrok provides a simple and secu...Oct 10, 2025·2 min read