Something new, every day.

A daily journal of things I learn about tech — written in markdown, shipped by git.

1 min read

How publishing works

From a markdown file to a live page: the git-push-to-deploy loop, start to finish.

gitopsworkflow
1 min read

TIL: errors.Join collects multiple errors in Go

Go 1.20+ can bundle several errors into one, and errors.Is still sees through it.

gotil
1 min read

Starting a daily TIL journal

Why I'm keeping a short note every day about something new I learned in tech.

meta