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
- Marketing a SaaSJuly 27, 2026
A step-by-step course on taking a SaaS from zero users to a real user base — learned by doing it, on a real product.
marketingsaasindie-hacking - PostHogJuly 26, 2026
Learning analytics from scratch with PostHog — what to measure, how to capture it, and how to read the result. The premise: under every dashboard is one table of events, and every chart is a question asked of it.
analyticsproductsindie-hacking - 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