Library
Resources I've learned and learning from. Recommend exploring them.
Agentic engineering
Articles
Agents
Learn about agents and what they are. Author is Chip Huyen.
The Logs: What every software engineer should know about real-time data's unifying abstraction
Jay Kreps on how the 'log'—an append-only, ordered sequence of records—serves as elegant solution for distributed systems and real-time stream processing.
How Imports Work in RSC
Learn about how imports work in React Server Components.
JSX Over The Wire
Learn about how JSX is sent from server to client.
Books
High Performance Browser Networking
A book on web networking and protocols (HTTP, HTTP/2, SSE, TCP) that also builds strong general networking fundamentals.
The Bullshit Machines
A book that teaches how to evaluate LLMs, like these are just algorithms not miracles. Explains how to adopt these tools thoughtfully.