Everything, in one place.

21 articles and three interactive labs covering the tech fundamentals that matter right now. Each article stands on its own. Start anywhere.

Articles
Overview

Build & Ship Your Personal Website

A practical guide to building and publishing any website — from zero to live URL. Personal, portfolio, passion project — whatever you want on the internet.

Read →
Overview

Why Are There So Many JavaScript Frameworks?

Vue, React, Angular, Svelte — they all do similar things. Here's why they exist, where they came from, and what actually makes them different. No prior framework experience needed.

Read →
Overview

What Is Astro? — A Gentle Introduction

New to web frameworks entirely? Start here. A beginner-friendly single-page guide to what Astro is, why it exists, and whether it's the right tool for what you want to build.

Read →
Overview

What Is an API?

Every app you use is secretly talking to dozens of other apps behind the scenes. That conversation has a name — and once you understand it, the entire internet makes a lot more sense.

Read →
Overview

API Auth — Who Gets In and How

API keys, tokens, OAuth, sessions, JWTs — you've heard these terms used interchangeably. They're not the same thing. Here's what each one actually is, why it exists, and how they fit together.

Read →
Overview

Front Matter, Keys & Values — Explained Simply

What is front matter? What is a key-value pair? What are data types? A single-page beginner's guide to the vocabulary that shows up in every config file, blog post, and developer tool.

Read →
Breakdown

A Tech Bootstrap for the New AI Creative Developer

You've been using computers for years but the moment developers start talking, it sounds like a different language. This guide fixes that. No CS degree required.

Read →
Breakdown

AI Field Guide 2026 — The Concepts Behind the Tools

Explains the ideas, vocabulary, and mental models behind today's AI tools — so the whole picture clicks. No prior technical knowledge required.

Read →
Breakdown

The AI Landscape — 2026 Edition

A beginner-friendly guide to the most powerful AI tools right now — from IDEs where code gets written to image generators reshaping creativity. Updated early 2026.

Read →
Breakdown

Git Branches, Commits and PRs, oh my!

You don't need to be a wizard to understand git. Starts from absolute zero — what a branch even is — and ends with the most debated button in software development.

Read →
Breakdown

The Story of the Terminal

How a blinking cursor became the most powerful tool in computing, and why every developer still uses it today.

Read →
Breakdown

The CLI Decoded

Every developer tool you'll ever use speaks the same language. Learn the grammar once and you can read any command ever written.

Read →
Breakdown

The Frontend Framework Family Tree

React didn't just ship a library — it shipped a mental model that every major framework since has inherited. This is the genealogy: what they all share, how Vue, Angular, Svelte, and Solid each diverged, and where the industry is converging right now.

Read →
Breakdown

Astro — The Framework That Ships Less

What Astro is, why it exists, how it compares to Next.js and the rest, when to deploy on Cloudflare vs Vercel — plus a deep dive into the .astro file format and what makes it unlike anything else.

Read →
Breakdown

React, Next.js, and the War for the Modern Web

What React is, why it exists, how Next.js built an empire on top of it, what the dominance numbers actually look like, who the real competitors are — and why Cloudflare is playing a very clever long game to break Vercel's grip on the ecosystem.

Read →
Breakdown

The Platform Wars: Cloudflare vs. Vercel

A long-form editorial on the ongoing rivalry between Cloudflare and Vercel — origin stories, product comparisons, the vinext AI rewrite incident, the just-bash fork controversy, and what it all means for developers in 2026.

Read →
Breakdown

Markdown & Front Matter — The Language AI Reads

Markdown and front matter have become the universal standard for documentation across the entire AI ecosystem. Here's why that happened — and how to write docs that work for both humans and machines.

Read →
Breakdown

Key-Value Pairs & Data Types — The Complete Guide

A comprehensive beginner's guide to front matter, key-value pairs, all six data types, YAML vs TOML vs JSON, and where this pattern lives across the entire tech ecosystem.

Read →
Breakdown

YAML & Structured Data — In Depth

An intermediate guide to how YAML actually parses — type resolution, the Norway Problem, multiline strings, anchors, and how Astro, Jekyll, and Hugo each handle the same front matter differently.

Read →
Breakdown

How Claude Reads Its Own Instructions — A Skills & Context Window Explainer

A plain-English guide to context windows, Skills files, and how a small change called front matter makes your AI coding tool faster and smarter.

Read →
Deep Dive

YAML Internals, Parsers & Typed Config

An advanced guide to the YAML 1.2 spec's four processing layers, parser divergence and schema modes in js-yaml/Psych/PyYAML, advanced Zod schema design for Astro content collections, and typed config alternatives to YAML at scale.

Read →
Curious what T3 topics are planned? See the T3 Roadmap →
Interactive Labs

How Computers Work

From blank text windows to AI coding assistants — a beginner-friendly look at the tools developers use every day, including the editors reshaping how code gets written in 2026.

Start →

Git Lab

Think you've got git figured out? Put your knowledge of branches, commits, and pull requests to the test.

Start →

CLI Lab

Understand the command line from zero. An interactive lab to train and test your terminal confidence.

Start →