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.
AI / ML
3Pattern recognition, from models to products.
Deep Learning Specialization
DeepLearning.AI · Coursera
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.
Build an LLM from Scratch
Sebastian Raschka · Self-study
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.
Practical Deep Learning
fast.ai
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
3Numbers as a language for uncertainty.
CFA Level I
CFA Institute
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.
IEOR 160: Nonlinear Optimization
UC Berkeley
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.
Options, Futures, and Other Derivatives
John Hull · Self-study
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
3Systems, code, infrastructure.
TypeScript
4 years in production
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.
Designing Data-Intensive Applications
Martin Kleppmann · Self-study
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.
System Design Interview
Alex Xu · Self-study
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
3How things should feel, not just look.
Refactoring UI
Adam Wathan · Self-study
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.
Figma Fundamentals
Figma
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.
Typography Workshop
Type@Cooper
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
2Getting the right product to the right people.
Google Analytics IQ
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.
Growth Series
Reforge
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
4Books that changed how I think.
The Art of Doing Science and Engineering
Richard Hamming
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.
Zero to One
Peter Thiel
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.
Man's Search for Meaning
Viktor Frankl
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.
Poor Charlie's Almanack
Charlie Munger
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.
CFA Level II
Targeting the May sitting. Portfolio management and equity valuation are where my energy is going.
Rust
Two chapters a week through the Rust book, writing small CLIs to internalize ownership.
The Power Broker
A 1,200-page biography on how a single unelected official reshaped New York. About halfway through.