Demo App: Phase 8 — CI/CD & Publishing
In this session we covered unit tests, CI/CD, binary and container publishing, and Terraform provider publishing. This session was probably the easiest one f...
In this session we covered unit tests, CI/CD, binary and container publishing, and Terraform provider publishing. This session was probably the easiest one f...
A month ago I started learning Go by building a demo app. Today I have a published Terraform provider on registry.terraform.io. Here’s what I built and what ...
This phase started off simple create metrics endpoint and create a webhook that ships generic logs. We ended up refactoring the code into multiple files give...
We used the Terraform provider we created in Phase 5 to create a baseline demo. I have been calling it the “demo for the demo”. The provider introduced a dat...
I have been using Terraform for the better part of 10 years. First as a practitioner, today I use it as a Solutions Engineer helping out HashiCorp customers....
Quick session tonight. We set up the Dockerfile for multi-arch builds (amd64 and arm64).
We built the frontend tonight in vanilla JS. This was a tricky one for me because of my lack of JavaScript experience. It was great to finally see something ...
Tonight we built the API for our demo app. I had a real moment where Go just clicked for me. It was when we built the display API. Instead of reading Claude’...
I think I am becoming a serial vibe coder. For a number of years I have been looking for the perfect demo app. I build a lot of labs and often live demo solu...
Phase 10 focused on UI improvements - We wanted to display the data that we have have in the database but have been hiding from the user. We created a side p...