Start anywhere. Keep going.

27 reading paths, 235 articles. Each path starts from nothing and builds. Read a whole subject in order instead of picking articles off a list and hoping they connect.

InvestingThe ladder

Start Investing From Zero

Everything you need before you buy anything, in the order it actually matters: cash buffer first, compounding second, and the cheapest possible fund third.

  1. What Is an Emergency Fund and How Big Should Yours Be
  2. Compound Interest Is the Whole Game
  3. What Is an Index Fund, Really

10 articles · about 79 min in total

InvestingValuation

Read a Company Like an Analyst

A P/E ratio is a starting question, not an answer. This runs from the ratios everyone quotes down to the cash flows they are supposed to stand for.

  1. The P/E Ratio, Explained: What It Tells You and What It Hides
  2. Market Cap vs Enterprise Value: Which Number Actually Matters
  3. Free Cash Flow: Not a GAAP Number, So Compute It Yourself

9 articles · about 76 min in total

InvestingThe big one

The AI Capex Trade

Hundreds of billions are being spent on chips, buildings and power on the bet that demand shows up. Here is where the money goes, who books it, and what breaks if the bet is wrong.

  1. Is This an AI Bubble? A Computer Engineer Reads the Financials
  2. AI Chip Stocks in 2026: The Bull Case and the Bear Case Are Both Right
  3. Nvidia Customer Concentration: The Chart That Should Keep You Up at Night

15 articles · about 164 min in total

InvestingTax shelters

Retirement Accounts, Decoded

Six account types, one question each: who gets taxed, and when. Start with the free money and work down to the accounts almost nobody uses correctly.

  1. The 401(k) Match Is Free Money. Don't Leave It on the Table
  2. Roth 401(k) vs Traditional 401(k): How to Choose
  3. Roth vs Traditional IRA: Which One Actually Wins

8 articles · about 71 min in total

InvestingDrawdown

Making the Money Last

Saving is the easy half. Spending a portfolio down without running out is a different problem, and the order your returns arrive in matters more than their average.

  1. The 4% Rule's Own Author Now Says 4.7%. Morningstar Says 3.9%.
  2. Sequence of Returns Risk: Why Order Beats Average
  3. What Are Bonds, Really, and How Do They Work

6 articles · about 53 min in total

InvestingThe house

Housing, Rates, and Rent vs Buy

Mortgage rates do not follow the Fed, a house is a leveraged illiquid asset you also live in, and the supply shortage is structural. Work out what that means for you.

  1. How a Mortgage Actually Works (Amortization, Explained)
  2. The Different Types of FHA Loans Explained
  3. Why Mortgage Rates Don't Follow the Fed

10 articles · about 85 min in total

InvestingThe numbers

Who Actually Makes Money in Real Estate

Every role in the business, with real income figures attached, then the two structures that let you own property without any of the jobs.

  1. How Much Landlords Actually Make
  2. What Is Cap Rate in Real Estate, and What Counts as Good
  3. How Much You Actually Make Flipping a House

9 articles · about 61 min in total

InvestingCrash history

When Markets Break

Four panics in chronological order, then the indicators people reach for afterward. The mechanics rhyme even when the decade does not.

  1. The Panic of 1907: How One Man’s Library Saved the Banks
  2. Black Tuesday 1929: The Day the Roaring Twenties Ended
  3. Black Monday 1987: The Day Stocks Fell 22% for No Obvious Reason

9 articles · about 56 min in total

InvestingRisk

Leverage and the Ways to Lose

Margin, shorting and options all do the same thing: they turn a small move into a large one, in both directions. Understand the mechanism before the marketing.

  1. Buying on Margin: Why the Call Comes at 28%, Not 50%
  2. Short Selling Explained: Being Right Early Still Loses
  3. Calls vs Puts: How Options Actually Work

8 articles · about 66 min in total

InvestingTaxes

The Tax Bill on Your Investments

The return you keep is the only one that counts. Dividends, gains, harvested losses and equity comp each get taxed on different rules, and a few of them are avoidable.

  1. Gross Income vs Net Income: Why the Gap Is Wider Than You Think
  2. How Dividends Are Taxed, and Why a Dividend Is Not Free Money
  3. There Is a 0% Capital Gains Bracket. The Numbers to Watch Are the Frozen Ones.

7 articles · about 56 min in total

InvestingTokenization

Crypto Grows Up

The interesting part of crypto stopped being the coins. It is now stablecoins moving dollars and Treasuries settling on-chain, which is a much less exciting and much bigger story.

  1. Stablecoins Are the Internet's Dollar, and Nobody Noticed
  2. Tokenized Treasuries Are a Better Savings Account Than Your Bank Offers
  3. Real-World Asset Tokenization: Four Industries That'll Actually Change

5 articles · about 54 min in total

TechFoundations

How the Internet Actually Works

Follow one request from the name you typed to the bytes on your screen, then find out why your connection is slower than the number on the box.

  1. What Is DNS and How Does It Actually Work
  2. TCP vs UDP: What the Difference Actually Means
  3. HTTP vs HTTPS: What the S Actually Buys You

9 articles · about 68 min in total

TechBackend

Distributed Systems From First Principles

Once there are two machines, everything you assumed about a single process stops being true. This is the set of trade-offs that replaces those assumptions.

  1. Monolith vs Microservices: How to Actually Decide
  2. CAP Is Not “Pick Two of Three”, and It Describes the Rare Case
  3. Exactly-Once Delivery Does Not Exist. Your Consumer Has To Be Idempotent.

10 articles · about 91 min in total

TechAPI design

Design an API People Can Live With

Picking REST or GraphQL is the smallest decision you will make. Retries, auth and rate limits are the ones your callers will actually feel.

  1. What Is an API, Really
  2. REST vs GraphQL vs gRPC: How to Actually Pick an API Style
  3. Rate Limiting: The Algorithm Is the Easy Part

8 articles · about 74 min in total

TechAgents

The AI Agent Stack

What it takes to put an agent in production: giving it context, giving it tools, and then stopping it from being talked into using them against you.

  1. What Is MCP (Model Context Protocol), Really
  2. Context Engineering Is the New Prompt Engineering
  3. RAG Explained: Why Your Chatbot Still Makes Things Up

12 articles · about 124 min in total

TechAppSec

Application Security, Attack by Attack

Start at the password store and work outward through the attacks that keep landing, then finish on why known vulnerabilities sit unpatched for years.

  1. Password Hashing: bcrypt vs Argon2id, and Why Fast Is a Bug
  2. If Your JWT Needs a Denylist, You Have Rebuilt Sessions With Extra Steps
  3. Your App Got CSRF Protection in 2020 Without Doing Anything. Three Holes Remain.

11 articles · about 99 min in total

TechFundamentals

Learn to Program, Properly

The concepts that stay true after the language you learned them in goes out of fashion, starting from the editor and ending at complexity and character encoding.

  1. What Is an IDE, and Why Does It Matter
  2. Compiled vs Interpreted Languages Explained
  3. Comment Syntax in Every Major Programming Language

13 articles · about 90 min in total

TechDelivery

Ship It: Delivery and Platform

From a pipeline that builds one container to a platform a hundred engineers use, and the measurement mistakes that make all of it look fine while it is not.

  1. What Is CI/CD, Really
  2. Docker vs Virtual Machines: What a Container Actually Is
  3. Kubernetes in Production: The 2025 Survival Guide

10 articles · about 89 min in total

TechDatabases

Where the Data Lives

Choosing a database is mostly choosing which guarantee you are willing to give up. Then it is about making the one you chose go fast.

  1. SQL vs NoSQL: How to Actually Choose
  2. Database Architecture Patterns for High-Scale Systems
  3. Database Indexes: Why Postgres Ignores the One You Added

6 articles · about 55 min in total

TechModel wars

The Frontier Model Race

Who is ahead, what a token costs this quarter, and the research that decides whether the next jump comes from more compute or from a smarter shape.

  1. GPT-5.5 vs Claude Opus 4.7: Where Each Actually Wins
  2. The Model Price War Is Here. Raw Token Access Is Now a Commodity.
  3. GPT-5.6 Sol, Terra, Luna: How to Actually Pick a Tier

12 articles · about 123 min in total

TechCareers

AI and the Engineering Job

The honest version of what coding agents do to a career: which rungs of the ladder they remove, which skills they make more valuable, and what happens to the people who stop thinking.

  1. AI Coding Agents and the Death of the Junior Developer Pipeline
  2. How I Use Claude Code and Coding Agents Without Becoming Useless
  3. Knowledge Collapse and Cognitive Debt: Two MIT Papers on AI

6 articles · about 60 min in total

TechFront end

The Modern Web Front End

From the two files every page is still made of, up to a rendering model where half your components never reach the browser at all.

  1. How HTML and CSS Actually Work Together
  2. How JavaScript and jQuery Are Related
  3. Advanced TypeScript Patterns Every Senior Engineer Should Know

9 articles · about 91 min in total

TechSystems

The Languages and the Machine

Memory safety went from a preference to a federal position in about three years. Here is the argument, the hardware underneath it, and how the choice gets made in practice.

  1. Memory-Safe-by-Default: The US Federal Push and What It Does to Your Stack
  2. Rust Adoption Stalled: What It Means and What I'd Bet On Instead
  3. Rust vs Go: How to Choose Your Next Backend

7 articles · about 67 min in total

TechDerivations

Math From First Principles

Short derivations rather than formulas to memorize. Where each result comes from, so you can rebuild it when you forget it, which you will.

  1. Why Pi Is 3.14
  2. Deriving the Pythagorean Theorem
  3. What Is a Factorial

7 articles · about 36 min in total

InvestingPlumbing

How the Stock Market Actually Works

The conventions nobody explains: why prices are quoted in percentages, what a ticker symbol is, when the market is shut, and what the indicators on every chart are really measuring.

  1. Why Stocks Have Ticker Symbols (and Why Apple Is AAPL, Not APPL)
  2. Why Stock Traders Quote Percentages, Not Dollars
  3. What Is a Stock Split and Why Companies Still Do It

8 articles · about 42 min in total

InvestingMacro

Inflation, Rates and the Fed

What the central bank actually controls, what it does not, and why the rate that matters to your mortgage is set somewhere else entirely.

  1. What Is Inflation and How It Actually Eats Your Money
  2. What Are Bonds, Really, and How Do They Work
  3. Why Mortgage Rates Don't Follow the Fed

6 articles · about 54 min in total

InvestingPrivate markets

Startup Funding and Exits

Where venture money is actually going, why the IPO window opens and shuts, and what happens when a famous investor publicly drops a company.

  1. Where Venture Capital is Flowing in 2025: A Deep Tech Investment Map
  2. Europe Just Had Its Best VC Quarter in Four Years. It Still Loses.
  3. Tech IPOs in 2025: What Every Investor Needs to Know Before the Window Opens

5 articles · about 49 min in total

Looking for one specific thing? Try every article or the calculators that run the numbers from these pieces.