Here are my notes on...
Web
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.
A brief history about HTTP versions and what exactly HTTP2 fixed.
A guide about how to use HTTP caching headers and different directives.
Basic difference between 2 widely used architectures - Monolithic and Microservices.
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.
How service workers actually work and give your app offline capabilities.
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.