Blog

60 articles on DevOps, cloud, and platform engineering, written from production experience.

60 articles

Progressive Delivery on Kubernetes with Argo Rollouts

2026-08-06 · 8 min read

Progressive Delivery on Kubernetes with Argo Rollouts

Move beyond rolling updates, use Argo Rollouts for canary and blue-green deployments on Kubernetes, with automated analysis and rollback based on real metrics.

#kubernetes#argo-rollouts#gitops#sre
Why I Moved My Blog from dev.to to My Own Website

2026-08-04 · 10 min read

Why I Moved My Blog from dev.to to My Own Website

The full breakdown of building my own blog instead of relying on dev.to: the stack, the cost ($0/month), the tools, and why owning your content matters more than platform reach. Plus the cross-posting strategy that keeps dev.to as distribution.

#career#blogging#nextjs#cloudflare
AWS Security Done Right: The Services and Habits That Cut Risk Multiple-Fold

2026-08-02 · 15 min read

AWS Security Done Right: The Services and Habits That Cut Risk Multiple-Fold

The AWS services and habits that reduce risk the most, Secrets Manager with rotation, SSM (no SSH keys), least-privilege IAM, CodeConnections, KMS, comprehensive logging (CloudTrail + VPC Flow Logs + S3 access logs), and the guardrails, with runnable Terraform.

#aws#security#devsecops#cloud
What an Internal Developer Platform Actually Looks Like

2026-07-30 · 9 min read

What an Internal Developer Platform Actually Looks Like

Beyond the buzzword, a working reference for an Internal Developer Platform: Backstage service catalog, golden-path scaffolder, and the paved-road defaults that tie GitOps, observability, and CI/CD together.

#platform-engineering#backstage#kubernetes#gitops
GCP Landing Zone from Scratch with Terraform

2026-07-30 · 8 min read

GCP Landing Zone from Scratch with Terraform

Building a production-grade Google Cloud foundation, resource hierarchy, shared VPC with Cloud NAT, a project factory, and org-policy guardrails. All Terraform, CI-validated.

#gcp#terraform#landing-zone#networking
DevSecOps in 30 Minutes: Drop-In Security for Any Repo

2026-07-30 · 7 min read

DevSecOps in 30 Minutes: Drop-In Security for Any Repo

A copy-paste DevSecOps toolkit, pre-commit hooks, gitleaks, Trivy, tfsec, checkov, and hadolint wired into one CI pipeline. Security from the first commit, not bolted on after an audit.

#devsecops#security#github-actions#trivy
Building AI Agents for Cloud Operations with AWS Bedrock

2026-07-30 · 10 min read

Building AI Agents for Cloud Operations with AWS Bedrock

How I built 5 production-grade AI agents, DevOps, Cost, Security, Incident, and IaC Review, on AWS Bedrock with guardrails, audit trails, and human-approval gates for write operations.

#aws#bedrock#ai#devops
AWS Security Baseline in One Terraform Apply

2026-07-30 · 8 min read

AWS Security Baseline in One Terraform Apply

Five Terraform patterns that set up AWS the right way from day one, Secrets Manager, least-privilege IAM, CodeConnections, KMS, and a full security baseline (GuardDuty, Security Hub, Config, Access Analyzer, CloudTrail).

#aws#terraform#security#iam
Event-Driven Architecture with EventBridge & Step Functions

2026-07-23 · 8 min read

Event-Driven Architecture with EventBridge & Step Functions

How to build decoupled, resilient systems on AWS using EventBridge for routing and Step Functions for orchestration, when to use each, and the patterns that keep them maintainable.

#aws#eventbridge#step-functions#serverless
DynamoDB Data Modeling for DevOps Engineers

2026-07-16 · 8 min read

DynamoDB Data Modeling for DevOps Engineers

A practical introduction to DynamoDB data modeling, partition keys, single-table design, access patterns, and the mistakes that cause hot partitions and runaway cost.

#aws#dynamodb#serverless#data
EKS vs ECS vs Fargate: Choosing AWS Container Compute

2026-07-09 · 8 min read

EKS vs ECS vs Fargate: Choosing AWS Container Compute

A decision guide for running containers on AWS, when to pick ECS, EKS, or Fargate, the real trade-offs on control, cost, and operational burden, and how to avoid over-engineering.

#aws#ecs#eks#fargate
AWS VPC Networking Explained for DevOps Engineers

2026-07-02 · 9 min read

AWS VPC Networking Explained for DevOps Engineers

A clear, practical mental model of AWS VPC networking, subnets, route tables, gateways, NAT, security groups vs NACLs, and VPC endpoints, without the jargon overload.

#aws#vpc#networking#devops
AWS IAM Least Privilege Without Losing Your Mind

2026-06-25 · 8 min read

AWS IAM Least Privilege Without Losing Your Mind

A practical, repeatable approach to least-privilege IAM on AWS, start-deny, use Access Analyzer, scope with conditions, and avoid the wildcard traps that quietly grant too much.

#aws#iam#security#devsecops
Building LogSentry: Detecting Secrets Leaked into Application Logs

2026-06-08 · 9 min read

Building LogSentry: Detecting Secrets Leaked into Application Logs

How I built a serverless pipeline on AWS that auto-monitors all CloudWatch log groups, scans for leaked credentials in real-time, sends rate-limited alerts, and provides a dashboard for triage, zero config after deploy.

#aws#cloudwatch#observability#security
Why Cloud Run + Cloudflare Beats VMs for Multi-Tenant Hosting

2026-06-04 · 8 min read

Why Cloud Run + Cloudflare Beats VMs for Multi-Tenant Hosting

A practical breakdown of why serverless Cloud Run behind Cloudflare outperforms always-on VMs for hosting many sites, on cost, scaling, security, and operations, with the trade-offs spelled out.

#gcp#cloud-run#cloudflare#serverless
Why African Engineering Talent Is a Competitive Advantage

2026-06-03 · 7 min read

Why African Engineering Talent Is a Competitive Advantage

From building DevOps infrastructure for global teams from Cameroon, why hiring African cloud and DevOps engineers is a strategic advantage, not a compromise, and how to do it well.

#africa#cameroon#remote-work#devops
The Reality of Working as a DevOps Engineer in Cameroon

2026-06-02 · 9 min read

The Reality of Working as a DevOps Engineer in Cameroon

An honest, first-person account of building a DevOps career from Buea, Cameroon, the power cuts, internet bottlenecks, timezone gymnastics, payment hurdles, and the workarounds that actually let me ship for global teams.

#devops#cameroon#buea#remote-work
Cutting AWS & GCP Cloud Costs: A Practical Guide

2026-06-02 · 8 min read

Cutting AWS & GCP Cloud Costs: A Practical Guide

Real, implementable strategies to reduce your AWS and GCP bills by 30-70%, right-sizing, autoscaling, spot/preemptible instances, storage tiering, and the FinOps habits that keep costs down for good.

#aws#gcp#finops#cost-optimization
Building an Interlinked DevOps Project Ecosystem

2026-06-01 · 8 min read

Building an Interlinked DevOps Project Ecosystem

Most DevOps portfolios are a pile of disconnected demos. Here's how I built six open-source projects that compose into one enterprise-grade platform, and why that matters more than any single repo.

#devops#portfolio#kubernetes#terraform
Becoming a DevOps Engineer in Cameroon: A Practical Roadmap

2026-06-01 · 9 min read

Becoming a DevOps Engineer in Cameroon: A Practical Roadmap

How to become a DevOps engineer in Cameroon and work remotely for global teams, the real skills, tools, and path I used to go from local IT to multi-cloud DevOps across six countries.

#devops#cameroon#career#cloud
Kubernetes Service Mesh: Istio vs Linkerd vs Consul

2026-03-18 · 5 min read

Kubernetes Service Mesh: Istio vs Linkerd vs Consul

A practical comparison of the three most popular service mesh solutions for Kubernetes, with real-world deployment considerations and performance benchmarks.

#kubernetes#service-mesh#istio#linkerd
AWS Service Spotlight: Amazon S3

2026-03-18 · 6 min read

AWS Service Spotlight: Amazon S3

Welcome to my AWS Service Spotlight series, where I break down AWS services, how they work, when to...

#aws#s3#devops#cloud
Integrating Bitbucket with ArgoCD

2025-10-15 · 2 min read

Integrating Bitbucket with ArgoCD

Overview This guide explains how to set up and connect Bitbucket repositories with ArgoCD...

#argocd#devops#kubernetes#bitbucket

Follow the blog

New articles weekly. Copy the RSS feed URL into your reader (Feedly, Inoreader, NetNewsWire), or open it to view the raw feed.

View raw feed ↗