Learning in Public
A running collection of everything I'm learning with the help of AI — notes, experiments, and topics I'm working through right now. Lessons are generated with a customized version of Matt Pocock's teach skill.
Note: Lessons are generated based on my learning goals and are only here for posterity. Install the skill and generate lessons personalized for you. The skill does really well checking and verifying sources but AI can make mistakes. Be careful when using lessons generated by AI.
Currently Learning
- GolangJuly 20, 2026
Getting fluent with Go — the language, its tooling, and the mindset. The goal is idiomatic, production-ready services, not just passing syntax familiarity.
LanguageBackend - temporal.ioJuly 20, 2026
Temporal makes long-running, failure-prone processes reliable by default. You write ordinary code; Temporal persists its state and replays it on failure.
workflowsdistributed systems