Blogs

9 posts on development, learning, and building things.

01June 3, 2026·11 min read

dockerizing a turborepo monorepo for local development with hot reload

dockerizing a turborepo monorepo for local development with hot reload — go/gin + next.js + postgres

DockerDevOpsGoNext.jsContainersLearning
02June 1, 2026·18 min read

docker fundamentals - what i learned in a day

i'd been deploying go backends on ec2 and pushing next.js to vercel. docker kept showing up everywhere, so i finally sat down with it. cli, dockerfiles, compose, and the mental model that actually stuck.

DockerDevOpsGoNext.jsContainersLearning
03May 15, 2026·5 min read

i thought i understood servers until i deployed to aws

deploying my first real backend to ec2 accidentally turned into a deep dive into reverse proxies, load balancers, scaling, replicas, private ips, and what a "server" actually is.

AWSEC2NginxLoad BalancingDistributed SystemsDevOpsBackend
04May 15, 2026·4 min read

two months with go, what building cartspace actually taught me

i didn't switch to go because it was trending. i switched because i wanted to understand what was actually happening. here's what two months of building a real e-commerce backend taught me.

GoCartSpaceBackendLearningPostgreSQL
05May 14, 2026·6 min read

i deployed to aws ec2 for the first time (here's what actually happened)

i'd been on render for every project. it was comfortable, it just worked. then a client project pushed me to ec2 and i learned more in one day than i had in weeks of reading docs.

AWSEC2GoDevOpsNginxCI/CD
06March 15, 2026·4 min read

why i switched from express to go (and why it was hard)

i knew express. i was comfortable. so why did i throw myself into go, a language that made me question everything i thought i knew about backend dev? honest story.

GoExpressBackendJavaScriptLearning
07March 10, 2026·3 min read

learning backend as a cs student (the real story)

nobody tells you that university and self-taught development are almost completely separate tracks. here's what actually worked for me and what didn't.

StudentBackendLearningCareerDevelopment
08March 5, 2025·3 min read

js ecosystem vs go ecosystem (honest comparison)

after years in the js world and recently diving into go, i have thoughts. not hot takes — just honest observations from someone who's lived in both.

GoJavaScriptEcosystemBackendComparison
09February 28, 2025·3 min read

how i actually use ai tools as a developer (honest version)

everyone's either saying ai will replace developers or that it's useless hype. here's what it actually looks like to use ai tools daily as a student developer building real projects.

AIDeveloper ToolsLearningProductivityHonest