Blogs
-
Micro-frontend with Cloudflare ESI
Explores ESI for dynamic injection of header and footer (as microfrontent) in a microsite architecture implemented with SSG
-
Implementing Rollback in SSG with Cloudfront
Since entire site is pre-rendered, difference in layout between mobile/desktop causes higher CLS.
-
Improving CLS
Since entire site is pre-rendered, difference in layout between mobile/desktop causes higher CLS.
-
Optimizing Content Delivery by Serving Pre-compressed content
Serving Pre-compressed content from CDN
-
Implementing Redirections for Static Sites
This blogs talks about handling redirects in Static Sites
-
Static Site Generation (SSG)
Implementing different features and optimizations
-
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
-
LRU Implementation
Implement a in-memory cache in JS with LRU as cache-eviction policy
-
Length of a string
What you see is not always what you get!. The length of "👩👩👦👦🌦️🧘🏻♂️" is 21. Let us explore why is it 21 and how to get 3.
-
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
-
Microfrontends And Microsites
Microfrontends And Microsites are Architectural patterns for building front-end application