Blog
Browse by track, then pick a series to dive in.
JVM & Backend
Kotlin, Ktor, Guice, and Misk — for engineers building backends on the JVM.
-
Kotlin for Java Engineers
A ground-up tour of Kotlin for developers coming from Java.
27 posts
-
Kotlin Workbooks
Short coding exercises to practice the concepts from each Kotlin lesson.
27 posts
-
Building APIs with Ktor
Build real-world backends and APIs in Kotlin with Ktor — from your first route to production.
17 posts
-
Guice for JVM Engineers · I
Dependency injection with Guice from the ground up — fundamentals, in Kotlin and Java.
8 posts
-
Guice for JVM Engineers · II
Advanced Guice: multibindings, generics, assisted injection, AOP, private modules, custom scopes, the servlet extension, and testing.
8 posts
-
Building Production Services with Misk
A source-verified, production-first guide to Cash App's open-source Kotlin microservice container.
25 posts
AI & ML
A math-light path into running and fine-tuning real AI models — and wiring them to your own tools and data — for engineers, not researchers.
-
Practical PyTorch: Running Models — Foundations
Tensors, shapes, the GPU, and building your first model from a single layer up — the math-free groundwork, in Colab.
7 posts
-
Practical PyTorch: Running Models — Vision
Convolution and LeNet, ResNet up close, and running a pretrained image classifier end to end — then wrapping it in an app.
5 posts
-
Practical PyTorch: Running Models — Language
Words to vectors, attention and the transformer, DistilBERT, Hugging Face pipelines, embeddings, and a semantic search engine.
9 posts
-
Practical PyTorch: Running Models — LLMs
Find and run heavyweight models from the Hub, debug runs, and drive a decoder — GPT-2, sampling, chat models, and a chatbot.
6 posts
-
Practical PyTorch: Running Models — Audio
Generate speech and music with pretrained models — text-to-speech, neural audio codecs, and MusicGen — in Colab, still without the math.
8 posts
-
Practical PyTorch: Training Models
Understanding & fine-tuning — how models learn, and adapting a pretrained model to your own data, still without the heavy math.
9 posts
-
Building MCP Servers
The Model Context Protocol from first principles to a production server — tools, resources, prompts, transports, and auth, in Python and TypeScript.
12 posts
-
LangGraph from Scratch
Build agentic systems from first principles — LangChain 1.x primitives, the StateGraph, tools and RAG, persistence and human-in-the-loop, up to a multi-agent bookshop support system. Run-verified on langchain 1.3 / langgraph 1.2.
17 posts
Data & Analytics Engineering
Building reliable data transformations as real software — starting with dbt, verified on DuckDB.
-
Analytics Engineering with dbt
Turn SQL into a real software project — models, tests, and a DAG — with dbt, verified end to end on DuckDB.
21 posts
-
Airflow from Scratch
Orchestration for newcomers — why it exists, running Airflow locally, and building your first DAGs with the TaskFlow API on Airflow 3.
13 posts
-
Airflow in Practice
Custom operators, sensors, dynamic mapping, assets, executors, and shipping to production — Airflow 3 beyond the basics.
18 posts
-
Orchestrating dbt with Airflow
Turn a dbt project into a real Airflow task graph with Cosmos — a task per model, selectors, state-aware runs, tests, and CI.
11 posts
-
Snowflake from the Ground Up
A cloud data warehouse from first principles — Snowsight, virtual warehouses, loading, roles, time travel, semi-structured data, clustering and performance, cost governance, data sharing, and programmability.
20 posts
-
The Modern Data Stack: Snowflake + dbt + Airflow
The capstone — point dbt at Snowflake with key-pair auth, orchestrate it with Airflow and Cosmos, and build a TPCH pipeline end to end.
12 posts
-
Dimensional Modeling from the Ground Up
What to actually build in the warehouse — the star schema, fact and dimension tables, and slowly changing dimensions, each modeled in dbt on Snowflake.
17 posts
-
Prefect for Airflow Engineers
The Pythonic orchestrator, seen from Airflow — flows and tasks, dynamic execution, deployments, work pools, blocks, and Prefect 3's transactions.
20 posts
Integration & iPaaS
Connecting systems, APIs, and data with an integration platform — starting with MuleSoft, from first flow to production.
-
MuleSoft from Scratch
Integration for newcomers — what MuleSoft is, your first Mule app, DataWeave, connectors, and a deploy to the cloud.
9 posts
-
MuleSoft in Practice
API-led connectivity, advanced DataWeave, batch, policies, security, and CI/CD — MuleSoft beyond the basics.
9 posts
-
DataWeave: The Language
DataWeave 2.0 as a functional language — the data model, types, functions, and the map/filter/reduce core that transforms behave.
8 posts
-
DataWeave in the Wild
Real formats and real problems — XML, CSV and flat files, dates, the standard library, modules, testing, and streaming at scale.
8 posts
Python for Kids
A five-phase summer of coding for middle-schoolers — from turtle drawings to a taste of AI.
-
Python for Kids · Phase I
Summer coding for middle-schoolers — draw with Python and the turtle, right in the browser.
13 posts
-
Python for Kids · Phase II
Words, logic, and data: programs that talk back.
13 posts
-
Python for Kids · Phase III
Code Your Own Games — build real arcade games in the browser with pygame, no install.
12 posts
-
Python for Kids · Phase IV
Data Detective — load and chart real data in Google Colab with pandas and matplotlib.
12 posts
-
Python for Kids · Phase V
A Taste of AI — use, teach, and train machine-learning models in Colab.
12 posts
Platform Engineering
The layer under your services — Kubernetes from an empty cluster, then a service mesh with Istio, with every claim run against a real lab.
-
Kubernetes from Scratch
Containers, orchestrated — pods, deployments, services, and the reconcile loop, built up from an empty kind cluster to a running bookshop.
15 posts
-
Istio from Scratch
A service mesh without sidecars — ambient mode, ztunnel, waypoints, and mTLS you did not have to ask for, on Istio 1.30.
12 posts
-
Istio in Practice
The mesh in the real world — the sidecars you inherit, migrating without an outage, tracing, egress, multicluster, cost, upgrades, and debugging it at 3am.
14 posts
Claude Certifications
Study guides for the Anthropic Claude certification exams — the underlying skills, mapped to each exam blueprint and built against the current SDK and tooling.
macOS
Notes and fixes from keeping an Intel Mac healthy.