• Home
  • Projects
  • Library
  • Couplets

Library

Resources I've learned and learning from. recommend exploring them.

Books

High Performance Browser Networking

This book is required reading for anyone who want to learn about web performance and networking in general.

↗

Essays

Local-first software

A eassy about building software that works offline.

↗

A CRDT for Rich-Text Collaboration

A CRDT(an algorithm and data structure) for rich-text collaboration.

↗

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.

↗

Learning

Learn PWA

A course that breaks down every aspect of modern progressive web app development.

↗

Design

Good vs Great Animations

Learn when to add an animation.

↗