© 2023 Hashnode
#cdn
How it started: It was 5:00 pm, 1st of November, and I was off work, celebrating "Karnataka Rajotsava" a regional festival in Bangalore, India. I was about to step out to enjoy the evening when my pho…
Hello Hashnoders... How are you? Do you like to watch videos on YouTube or shop online for toys and games? When you do, have you ever noticed that the website or video starts to load slowly? This happ…
Imagine a company is hosting a website on a server in an AWS data center in California, it may take 100 milliseconds to load for users in the US, but it takes 3 to 4 seconds to load for users in China…
Introduction JavaScript is one of the most widely-used programming languages in web development and plays a crucial role in the development of modern web applications. Despite the influence of javascr…
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, you know how frustrating it can be. In today's fast-paced world, we expect things to happen quickly. Visitors …