Skip to content
$ ls /blog/

DevOps, backend engineering, and cloud-native deep dives

Filter by tag:
Blameless Culture is Harder Than You Think
6 min read

Blameless Culture is Harder Than You Think

Everyone claims to have a blameless culture. Few actually do. Here's what real blamelessness looks like and why it's so difficult to achieve.

#engineering-culture#post-mortems#incident-management#leadership#psychological-safety
LocalStack Deep Dive - AWS on Your Laptop
8 min read

LocalStack Deep Dive - AWS on Your Laptop

Run AWS services locally for faster development and testing. A practical guide to LocalStack covering S3, Lambda, DynamoDB, SQS, and integration testing patterns.

#localstack#aws#testing#development#devops#docker
Kyverno vs OPA: Policy Engines Compared
5 min read

Kyverno vs OPA: Policy Engines Compared

Detailed comparison of Kyverno and OPA Gatekeeper for Kubernetes policy enforcement. Includes real examples, performance considerations, and migration guidance.

#kyverno#opa#gatekeeper#kubernetes#policy#security
Test GitHub Actions Locally with Act
7 min read

Test GitHub Actions Locally with Act

Stop pushing to test your workflows. Act lets you run GitHub Actions locally with instant feedback. Here's how to set it up and use it effectively.

#github-actions#ci-cd#act#devops#testing#automation