TL;DR
init()
is a very useful system for bootstrapping package-level information, but it comes at a cost.
The Dangers of Init
Diving into OCI: The Descriptor
TL;DR The
Descriptor
data structure forms the backbone of the OCI spec's content-addressible storage (CAS). What is it?
All's Well That Composes Well
tldr; Refactoring and revamping component composition in Zarf, and what comes next.
CV as Code
TL;DR My single-page, clean and simple developer CV written with typst, tailwindcss colors and published to GitHub Pages.
DevX Gon' Give It To Ya
TL;DR The newly introduced
zarf dev deploy
can greatly speed up Zarf package dev cycles.I adapted much of this article from the ADR I wrote for
zarf dev
andzarf dev deploy