# Web Development
-
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
-
Microfrontends And Microsites
Microfrontends And Microsites are Architectural patterns for building front-end application