Coding Dimension Logo
CodingDimension

Our Blogs

Explore our latest articles and updates.

8 articles found
πŸ“DevOps

Push One Local Repo to Two GitHub Accounts (Remotes + SSH)

Keep one local Git folder and update two GitHub accounts with a second remote. Covers empty Repo B setup, Windows SSH Host aliases, username typos, and Repository not found.

Aug 14, 2026
10 min read
#GIT#GITHUB#SSH
πŸ“DevOps

GCP Compute Engine SSH from Windows: OS Login Step-by-Step

Create an SSH key on Windows, install gcloud, add the key with OS Login (project ID not number), enable OS Login on the VM, set IAM roles, and connect.

Aug 14, 2026
12 min read
#GCP#SSH#OS-LOGIN
πŸ“DevOps

How to Deploy a Next.js Project on Cloudflare

Deploy Next.js App Router to Cloudflare Workers with OpenNext: wrangler config, middleware.ts vs proxy.ts, secrets, Git auto-deploy, and the .npmrc peer-deps fix.

Aug 11, 2026
7 min read
#CLOUDFLARE#NEXTJS#OPENNEXT
πŸ“DevOps

Complete AWS EC2 Ubuntu Deployment Guide (Node.js + PM2 + Nginx)

Deploy a Node.js/Express backend on AWS EC2 Ubuntu: install Node, clone the repo, configure .env, run with PM2, and put Nginx in front with a firewall checklist.

Aug 11, 2026
15 min read
#AWS#EC2#NODEJS
πŸ“DevOps

Stop Local Windows PostgreSQL and Run Docker Postgres on Port 5433

Fix the Windows PostgreSQL vs Docker port clash: stop the local service, map Docker to 5433, update DATABASE_URL, and verify the connection.

Aug 11, 2026
8 min read
#DOCKER#POSTGRESQL#WINDOWS
πŸ“React

React State Patterns You Will Use Every Day

Local state, lifting state up, and when to reach for derived values instead of extra useState calls.

Aug 11, 2026
8 min read
#REACT#HOOKS#FRONTEND
πŸ“SEO

Writing SEO-Friendly Technical Notes

Simple habits that make your coding notes easier to discover and skim.

Aug 11, 2026
6 min read
#SEO#WRITING#NOTES
πŸ“Architecture

How to Structure a Modern Blog with Next.js and NestJS

A practical architecture for separating your Next.js frontend from a NestJS API with cookies, SEO, and admin publishing.

Aug 11, 2026
9 min read
#NEXTJS#NESTJS#ARCHITECTURE