Library
Resources I've learned and learning from. recommend exploring them.
Essays
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.