Skip to content
$ ls /blog/

DevOps, backend engineering, and cloud-native deep dives

Filter by tag:
SPIFFE and SPIRE: Zero Trust Workload Identity
9 min read

SPIFFE and SPIRE: Zero Trust Workload Identity

Deep dive into SPIFFE and SPIRE for workload identity. Replace shared secrets with cryptographic identity for service-to-service authentication. Includes Kubernetes deployment and mTLS examples.

#spiffe#spire#zero-trust#security#kubernetes#mtls
Database Backup to S3 with Kubernetes CronJobs
9 min read

Database Backup to S3 with Kubernetes CronJobs

Build a production-ready database backup system using Kubernetes CronJobs, PostgreSQL, and S3. Includes a complete local testing environment with KIND and LocalStack.

#kubernetes#postgresql#s3#backup#cronjob#localstack#devops#databases
Build an ETL Pipeline with Python, PostgreSQL, and Airflow
9 min read

Build an ETL Pipeline with Python, PostgreSQL, and Airflow

A practical guide to building an ETL pipeline that extracts weather data from OpenWeatherMap, transforms it with pandas, and loads it into PostgreSQL. Includes Airflow orchestration with email notifications.

#etl#python#airflow#postgresql#docker#data-engineering#devops
Remote Work Won
7 min read

Remote Work Won

The RTO push isn't about productivity. The data is clear: remote work works. What's really happening is a fight over control, real estate, and management inability to adapt.

#remote-work#engineering-culture#productivity#management#career
Migrating Event Store Data from SQL Server and Oracle to DynamoDB with AWS DMS
13 min read

Migrating Event Store Data from SQL Server and Oracle to DynamoDB with AWS DMS

How we used AWS DMS with database views, partitioned replication tasks, and Terraform to migrate event sourcing data from on-prem SQL Server and Oracle to DynamoDB – the architecture, the gotchas, and production Terraform you can reuse.

#dynamodb#sql-server#oracle#migration#aws#dms#terraform#event-sourcing#platform-engineering#devops