# Performance Optimization
-
Unveiling NGINX's Proxy Cache Lock for SSR-Generated Content
Saves compute cost by significantly reducing origin server load
-
Switching HTTP Versions on browser
How and when browser decides to switch HTTP Versions
-
Critical Rendering Path
Understanding the Critical Rendering Path for web performance optimization
-
Better Error Handling in JavaScript / Typescript
Making errors as first-class citizens in your async function response, inspired by Go.
-
Pub Sub
Publisher Subscriber Pattern for decoupling