© 2023 Hashnode
#cdn
A Content Delivery Network (CDN) is a system of servers that are distributed across multiple locations to deliver content to users more efficiently. The main purpose of a CDN is to reduce the latency …
The goal of this is to help others including myself learn the fundaments of building an app using Vue 3. In this step-by-step guide, we will be using Vue 3. The easiest way to get started using Vue is…
Hey there, It's been a busy past month with festivals and getting my new home ready. Hence the delay. Welcome back to the third part of the system design series. If you are a first-time visitor, You m…
what is Emmet? Emmet is something that makes our code write faster as compared to the normal writing style it is a kind of shortcut that you use to increase your productivity here are some shortcuts t…
There is a great book called “High Performance Browser Networking” by Ilya Grigorik that contains basic knowledge about networking and data transfer optimizations. In this book author writes the follo…
Introduction If you've ever been on a website and thought it was taking too long to load, then you know how frustrating it can be. In today's fast-paced world, we expect things to happen quickly. If y…
A CDN, or Content Delivery Network, is a network of servers that are distributed across different locations around the world. These servers work together to deliver content to users more efficiently, …
In 2022, I helped Ludum Dare, the largest online game jam community, improve their web application and API microservices architecture to be better performing, more secure and more scalable. I outlined…
As a Developer Advocate @ Akamai Technologies, I have the rare opportunity to consult and collaborate with companies and their developers worldwide to help improve their tech stack by making their web…
There are certain use-cases where you want to include <script> tag directly in your react application, like using or including a particular third party library. Certain libraries are only available v…