Bringing structure to chaos: lessons from a multi-component open source project

Bringing structure to chaos: lessons from a multi-component open source project

When I joined a complex open source project with many components, I expected to spend my first weeks understanding the architecture and diving into code. Instead, I found a gap: the architects had a clear vision (Miro boards, diagrams, the big picture) but it wasn’t translating into something engineers could work from. The gap was in process and communication, not in intent. The team was spinning in meetings where you leave and still don’t know what was decided. Here’s what we did to bring structure back.

Read More
Connecting to Korifi on a KinD Cluster Using Go

Connecting to Korifi on a KinD Cluster Using Go

In this post, I’ll explain how to connect to Korifi on a KinD cluster using Go, addressing the challenges and differences in authentication between Cloud Foundry and Korifi.

Read More
How to Securely Use Secrets in Hugo with GitHub Actions

How to Securely Use Secrets in Hugo with GitHub Actions

In this post, I’ll explain how to securely use sensitive information in Hugo site hosted on GitHub Pages without exposing it in a public repository.

Read More