A

Library

What I’ve learned, and how deeply.

A working log of formal credentials, self-directed study, and the books I’ve put real hours into.

18 credentials6 categoriesupdated 2026.04

AI / ML

3

Pattern recognition, from models to products.

Building
Certificate2023.08

Deep Learning Specialization

DeepLearning.AI · Coursera

Building

Foundational intuition for why deep nets work, not just how to call the APIs.

Five-course sequence covering fundamentals through sequence models. Completed all programming assignments in raw numpy first, then re-implemented in PyTorch to feel the difference. The convolution and RNN backprop derivations are the ones that stuck.

Self-study2024.06

Build an LLM from Scratch

Sebastian Raschka · Self-study

Shipping

Mechanical understanding of what happens inside a transformer on every forward pass.

Worked through the entire book over two months, typing every line and running experiments at each checkpoint. Fine-tuned a small model on my own writing corpus at the end.

Certificate2024.03

Practical Deep Learning

fast.ai

Building

Top-down learning: ship a model on day one, understand it by week four.

Counter-programming to the usual math-first approach. Built an image classifier that outperformed my earlier Coursera version in a weekend. The philosophy reshaped how I learn.

Quant / Finance

3

Numbers as a language for uncertainty.

Building
License2024.11

CFA Level I

CFA Institute

Building

A shared vocabulary with anyone serious in institutional finance.

Four months of evenings. Passed on the first attempt. The ethics section mattered more than expected — it's not rules, it's how to think about conflicts of interest.

Workshop2024.05

IEOR 160: Nonlinear Optimization

UC Berkeley

Shipping

Optimization is the math that actually changes decisions.

Convex analysis through interior-point methods. Final project modeled portfolio construction as a second-order cone program. The convex duality chapter reshaped how I see modeling problems.

Self-study2023.12

Options, Futures, and Other Derivatives

John Hull · Self-study

Building

The canonical reference. Every serious derivatives conversation assumes you've read it.

Read the first fifteen chapters carefully, skimmed the rest. Worked through binomial tree and Black–Scholes derivations by hand until I could reproduce them from memory. Wrote a small options pricer in Python afterward.

Engineering

3

Systems, code, infrastructure.

Shipping
Self-study2021 — present

TypeScript

4 years in production

Teaching

My default language. I think in types before I write code.

Shipped five production projects across startups and research. Comfortable with advanced generics, conditional types, and designing type-safe APIs. Contributed to two open-source TypeScript libraries.

Self-study2024.04

Designing Data-Intensive Applications

Martin Kleppmann · Self-study

Building

The reference I reach for whenever I touch anything distributed.

Read cover to cover over six weeks, with detailed notes. Rewrote the consistency-models chapter as a tutorial for interns. Stream processing reshaped how I think about any real-time system.

Self-study2024.02

System Design Interview

Alex Xu · Self-study

Building

Not just for interviews — a structured way to talk about architecture.

Worked through twenty case studies, then designed three of my own for systems I actually use daily. Can now reason about read/write ratios, cache strategies, and partition keys without looking things up.

Design

3

How things should feel, not just look.

Building
Self-study2023.09

Refactoring UI

Adam Wathan · Self-study

Shipping

Taste is a skill — and this book teaches the rules behind the taste.

Redesigned three of my past projects using the book's principles. The section on spacing scales and color systems is my most-referenced resource. I reread parts of it every quarter.

Certificate2023.06

Figma Fundamentals

Figma

Shipping

Fluent with auto-layout, variables, and component systems.

Use Figma daily. Built a design system with 40+ components for a side project. Comfortable prototyping complex interactions and handing off to engineering with clean specs.

Workshop2023.07

Typography Workshop

Type@Cooper

Using

Three days that changed how I see every piece of text on every page.

Hands-on workshop on the history and mechanics of type. Drew letterforms on paper, then digitized them. I'm nowhere near a type designer, but I now notice kerning, leading, and x-heights everywhere.

Marketing / Growth

2

Getting the right product to the right people.

Building
Certificate2023.10

Google Analytics IQ

Google

Building

Know what to measure before you measure.

Covered event schema design, attribution models, and the difference between GA4 and Universal Analytics. Set up analytics on two personal projects end-to-end. Funnel analysis changed how I design landing pages.

Workshop2024.07

Growth Series

Reforge

Building

Growth = retention × referral, not ads × CAC.

Eight-week cohort with PMs from major product companies. Applied the frameworks to a friend's early-stage startup as a practicum. Habit-loop decomposition was the single most useful tool.

Reading

4

Books that changed how I think.

Shipping
Book2024.02

The Art of Doing Science and Engineering

Richard Hamming

Shipping

The most quotable book I've ever read. Every chapter is a career lesson.

Hamming's Bell Labs lectures, revised for publication. The chapter on choosing research problems should be required reading for anyone early in a technical career. I reread it every six months.

Book2023.05

Zero to One

Peter Thiel

Shipping

Contrarian clarity about what actually creates value in startups.

Read in a weekend, re-read three times over the next year. The parts on monopoly, secrets, and the contrarian-question framing rewired how I evaluate my own ideas.

Book2023.08

Man's Search for Meaning

Viktor Frankl

Shipping

The most important thing I've read about choosing how to face suffering.

Half memoir, half the psychological framework Frankl built from surviving the camps. The core idea — that the last freedom is the freedom to choose your response — is something I come back to whenever I'm stuck.

Book2024.09

Poor Charlie's Almanack

Charlie Munger

Building

A lifetime of multi-disciplinary mental models, compressed.

The latticework-of-mental-models framing is the single most useful lens I've picked up in two years of reading. Still working through which models I actually use vs. which I just know exist.

Currently studying

A few things on the bench right now.

In progress2025.01

CFA Level II

Targeting the May sitting. Portfolio management and equity valuation are where my energy is going.

In progress2024.12

Rust

Two chapters a week through the Rust book, writing small CLIs to internalize ownership.

In progress2024.11

The Power Broker

A 1,200-page biography on how a single unelected official reshaped New York. About halfway through.