Hi, I am

Back to Home Notes Icon

Sanjeet Tiwari

Here are my notes on...
Web

How Suspense, lazy and dynamic imports are used to split the code for better performance.

Code Splitting

How Suspense, lazy and dynamic imports are used to split the code for better performance.

How Google computes core web vitals for websites and uses them for page rankings and SEO.

Core Web Vitals

How Google computes core web vitals for websites and uses them for page rankings and SEO.

A brief history about HTTP versions and what exactly HTTP2 fixed.

HTTP2

A brief history about HTTP versions and what exactly HTTP2 fixed.

A guide about how to use HTTP caching headers and different directives.

HTTP Caching

A guide about how to use HTTP caching headers and different directives.

Basic difference between 2 widely used architectures - Monolithic and Microservices.

Monolithic VS Microservices

Basic difference between 2 widely used architectures - Monolithic and Microservices.

A brief about what are the different ways websites can be rendered.

Rendering Patterns

A brief about what are the different ways websites can be rendered.

What are the SOLID principles and what do they mean in the world of JavaScript.

S.O.L.I.D

What are the SOLID principles and what do they mean in the world of JavaScript.

How service workers actually work and give your app offline capabilities.

Service Workers

How service workers actually work and give your app offline capabilities.

This page talks about 2 web compression techniques - GZIP and Brotli.

Web Compression

This page talks about 2 web compression techniques - GZIP and Brotli.

What are XSS and CSRF strategies and how to protect our website against them.

XSS & CSRF

What are XSS and CSRF strategies and how to protect our website against them.

How Suspense, lazy and dynamic imports are used to split the code for better performance.

Code Splitting

How Suspense, lazy and dynamic imports are used to split the code for better performance.

8 mins | 09-08-2024
Performance
Web
React
How Google computes core web vitals for websites and uses them for page rankings and SEO.

Core Web Vitals

How Google computes core web vitals for websites and uses them for page rankings and SEO.

8 mins | 13-07-2024
Performance
Web
A brief history about HTTP versions and what exactly HTTP2 fixed.

HTTP2

A brief history about HTTP versions and what exactly HTTP2 fixed.

8 mins | 12-07-2024
Web
A guide about how to use HTTP caching headers and different directives.

HTTP Caching

A guide about how to use HTTP caching headers and different directives.

10 mins | 22-07-2024
Web
Basic difference between 2 widely used architectures - Monolithic and Microservices.

Monolithic VS Microservices

Basic difference between 2 widely used architectures - Monolithic and Microservices.

5 mins | 06-09-2024
Web
A brief about what are the different ways websites can be rendered.

Rendering Patterns

A brief about what are the different ways websites can be rendered.

15 mins | 20-07-2024
Web
React
What are the SOLID principles and what do they mean in the world of JavaScript.

S.O.L.I.D

What are the SOLID principles and what do they mean in the world of JavaScript.

5 mins | 01-08-2024
Web
JavaScript
How service workers actually work and give your app offline capabilities.

Service Workers

How service workers actually work and give your app offline capabilities.

12 mins | 30-07-2024
Web
JavaScript
This page talks about 2 web compression techniques - GZIP and Brotli.

Web Compression

This page talks about 2 web compression techniques - GZIP and Brotli.

7 mins | 16-07-2024
Web
Performance
What are XSS and CSRF strategies and how to protect our website against them.

XSS & CSRF

What are XSS and CSRF strategies and how to protect our website against them.

7 mins | 16-07-2024
Web
Security