Skip to main content

Code

Long Live The Lakehouse
·7 mins
I finally feel like the industry is ready to support ’the Lakehouse’. I thought I would write about how Apache Iceberg is making it possible.
Looking back - 10 years writing application framework code
··22 mins
What have I learned after 10 years of writing application framework code?
Use ssh instead of https for Terraform modules
··2 mins
Redirect your http Terraform modules to connect over ssh instead.
Jekyll pre-commit Hooks
··3 mins
I use multiple pre-commit hooks to make sure my posts are really ready. This is my setup.
Multiple custom domains with GitHub Pages
··4 mins
I moved all of my domains to GitHub pages
Adding Maps to my Travel Posts
··7 mins
My travel posts lacked visual context, so I added SVG maps to them.
Project Decomposition
··8 mins
As an architect, I frequently assist software engineers in breaking down project scope into manageable chunks. Here is one of the techniques I use.
One Rule to Build Them All
··3 mins
If you care about it, make it fail the build.
A Simple Script Base
··1 min
Sometimes you just need a script that takes arguments. This is a simple script which will call different functions based on the first argument from the user.
Simple QR Code Command
··1 min
A simple function to create a QR code for a URL, so you can ‘send’ a link to your phone.