2026.03.10B·07Cron Jobs and Background Tasks: Code That Runs at 3 AM Without You
I was manually cleaning data every day. How I set up cron jobs and background tasks in a serverless environment to automate the boring stuff.
Cron JobsBackground TasksServerless
→2026.02.22E·76Dev Environment Automation: Dotfiles, Shell Config, and Tool Setup
Setting up a new Mac took 2 days. With dotfiles and automation scripts, it now takes 30 minutes to get a fully configured dev environment.
DotfilesShellAutomation
→2026.02.01E·64GitHub Actions in Practice: Building Your Own CI/CD Pipeline
Manual builds and deploys led to shipping bugs to production. GitHub Actions automated my pipeline and eliminated human error.
GitHub ActionsCI/CDAutomation
→2026.01.17F·176AI Code Review: Automated Code Quality at Scale
Solo developers can't get code reviews? AI review tools changed that. Setting up automated code review on every PR.
AICode ReviewCI/CD
→2026.01.14F·173AI Agents: How Autonomous AI Systems Actually Work
ChatGPT answers questions. AI Agents plan, use tools, and complete tasks autonomously. Understanding this difference changes how you build with AI.
AIAgentLLM
→2025.12.13E·27Supabase Type Mismatch: Why Are My Generated Types Out of Sync?
Added a column to DB, but frontend TS still complains? Learn how 'supabase gen types' works and how to automate type sync in your CI/CD pipeline.
SupabaseTypeScriptCodeGen
→2025.08.23I·13I Deleted Production with One Click: Why IaC Matters
Managing infrastructure manually via a web console is a disaster waiting to happen. I share my horror story of accidentally terminating a production database server and how Infrastructure as Code (IaC) with Terraform saves us from human error, providing version control, reproducibility, and peace of mind.
DevOpsIaCTerraform
→2025.08.03I·09Terraform: Infrastructure as Code
Understanding Terraform principles and practical applications through project experience
terraformiacdevops
→2025.06.03I·04DevOps is NOT a Job Title: The Culture of Continuous Delivery
Stop hiring 'DevOps Engineers' to fix your broken culture. DevOps is about breaking down silos between Development and Operations, not creating a new silo. We explore the 'Three Ways' of DevOps (Flow, Feedback, Learning), the importance of CI/CD, Immutable Infrastructure, and why DevSecOps is the inevitable future.
DevOpsCultureCI/CD
→2025.06.01F·122CI/CD: Deploy on Friday Without Fear
'It works on my machine' is no longer an excuse. Robots test (CI) and deploy (CD) when you push code. Deploy 100 times a day with automation pipelines.
CSDevOpsCICD
→