Skip to content
$ ls /blog/

DevOps, backend engineering, and cloud-native deep dives

Filter by tag:
Securing Your Clawdbot & Setting Up Powerful Integrations
6 min read

Securing Your Clawdbot & Setting Up Powerful Integrations

A comprehensive guide to hardening your Clawdbot installation and integrating with Google Workspace, GitHub, and Notion – turning your AI assistant into a productivity powerhouse.

#clawdbot#security#google-workspace#github#notion#integrations#oauth#tutorial
eBPF Deep Dive - Beyond Cilium
8 min read

eBPF Deep Dive - Beyond Cilium

eBPF is transforming how we observe, secure, and network Linux systems. This guide covers the fundamentals, practical use cases beyond Cilium, and how to start writing your own eBPF programs.

#ebpf#linux#networking#security#observability#kernel
Production War Stories: The NGINX Log Rotation That Caused a P1
9 min read

Production War Stories: The NGINX Log Rotation That Caused a P1

How a 'safe' AMI upgrade led to traffic drops, zombie log files, and disk exhaustion – and the debugging journey that followed. A real incident from on-call, with technical details and lessons learned.

#nginx#incident#log-rotation#linux#on-call#devops#production#war-stories
Stop Chasing Certifications
5 min read

Stop Chasing Certifications

Certifications have become a checkbox exercise. They don't prove competence, and they often distract from what actually matters: building things and solving real problems.

#career#certifications#learning#engineering-culture
Right-Sizing Kubernetes Workloads - Stop Burning Money
9 min read

Right-Sizing Kubernetes Workloads - Stop Burning Money

Most Kubernetes clusters waste 50-70% of their resources. Here's how to measure what you're actually using, fix the worst offenders, and automate the process - without breaking production.

#kubernetes#cost-optimization#resource-management#devops#cloud#finops
AWS Managed Prefix Lists with Terraform - Stop Hardcoding CIDRs
12 min read

AWS Managed Prefix Lists with Terraform - Stop Hardcoding CIDRs

How to use AWS Managed Prefix Lists to eliminate hardcoded CIDR blocks in security groups and route tables. Covers AWS-managed prefixes, customer-managed lists for data centres, and production Terraform patterns.

#aws#terraform#security#networking#prefix-lists#security-groups#vpc
Building an Internal Developer Platform
8 min read

Building an Internal Developer Platform

A practical guide to building an IDP that developers actually want to use. Covers the build vs buy decision, Backstage implementation, and the organisational changes required for success.

#platform-engineering#idp#backstage#developer-experience#devops