Library
Page 4 of 4
🇪🇸Spanish Ser vs Estar
Master the real distinction between ser and estar — identity vs. state — through conversational drills, meaning-flipping adjectives, and a capstone self-description that proves you've internalized both verbs.
🇪🇸Spanish Preterite vs Imperfect
Stop guessing which Spanish past tense to use. Build the aspectual instinct that lets you pick preterite or imperfect in any sentence — then prove it by narrating your own story.
🦀Rust's Ownership Model
Build a working mental model of Rust's ownership system — from stack vs heap intuition through borrow checker mastery — so you can read and write Rust without fighting the compiler.
🧪Property-Based Testing
Go beyond example-based tests — learn to express what your code should always do, then let a framework find the inputs that break it.
🎵Learn the Circle of Fifths in Music Theory
Stop memorizing the circle of fifths as a poster — start using it as a musical GPS. From key signatures to modulation, each drop turns one slice of the circle into a tool you can hear.
👂Learn Active Listening Skills
Stop nodding along and start actually hearing people. Learn four concrete listening moves — paraphrase, label, clarify, summarize — and practice each one in real conversations until they become second nature.
🐳Docker Containers Basics
Build the mental model first, then the commands — from containers vs VMs through images, layers, volumes, and networking to composing a multi-service app.
🏛️Learn Stoicism Basics
Meet classical Stoicism through Epictetus, Seneca, and Marcus Aurelius — the three disciplines, four virtues, and the logos — then write your own nightly meditation on a worry you actually carry.
🎲Learn Bayes' Theorem and Actually Use It to Update Beliefs
Update beliefs the way doctors, rationalists, and spam filters actually do — starting with frequency trees, finishing with a real prior-posterior update on a coin you've flipped yourself.
💻Elixir Pattern Matching
Stop reading `=` as assignment and start using it as Elixir's core flow-control tool — through function heads, guards, and `with` — until you can rewrite a tiny command parser without a single `if`.