menu

Blog

Getting Started with Cloud Init

Exploring the defacto way to configure VMs on startup using cloud-init.

Notes on the Google Cloud Architect Certification

The Google Cloud Architect certification is not like other cloud exams. It is intended to validate your experience as a software architect in general while also verifying that you can apply your knowledge to the Google Cloud Platform. Here is the path I took to getting certified.

Simple Golang Retry Function

If at first you don't succeed, try, try again. In go code, that translates to...

Golang Tip: Wrapping http.ResponseWriter for Middleware

How to capture and log status codes written by nested handler functions in Golang middleware (utilizing composition and interfaces).