Technical Blogs
Deep dives into web technologies, protocols, and developer tools, fetched directly from Dev.to.

Hello readers π, welcome back to 10th blog in this JavaScript series. Imagine you're at a party, and...

Hello readers π, welcome back to 9th blog in this JavaScript series. Imagine you are a car...

Hello readers π, welcome to the 8th blog of this JavaScript series. Imagine you are packing your bag...

Hello readers π, welcome back to 7th blog in this JavaScript series. Imagine you have a recipe book....

Hello Readers π, Welcome to the 6th blog of this Javascript series. Imagine you are going to work,...

Hello readers π, welcome to the 5th blog of this JavaScript series. Today we're going to talk about...

Hello readers π, this is the 4th blog of my JavaScript series. In this blog we will understand What...

Hello readers π, welcome to the 3rd blog of this JavaScript series! In this blog, we will deep dive...

Hello readers π, welcome to the second blog of this JavaScript series. In this article, weβll...

So imagine this, you are going to work, and you carry a backpack. That backpack contains laptop, ID...

Before we dive into our midnight adventure, let's quickly understand what Promises are in JavaScript....

To provide a structure to the website we need HTML. But HTML does not itself provide style to the...

We all can agree that writing HTML is a slow and Repetitive task. Most of the time either we write...

HTML(HyperText Markup Language) is a basic building block of the Web. It was created by Sir Tim...

What Happens When You Type google.com in the Browser? Before we deep-dive into the...

Before we understand cURL, letβs understand what a server is. A server is nothing but a machine,...

Imagine this: You are in a classroom and you want to ask your friend to give you a pencil. He is...

Imagine this: You are in a classroom and want to ask your friend to give you a pencil. Your friend is...

How does the browser know where the website lives? Machines understand numbers, not words or letters,...

Have you ever wondered, when you type google.com in the browser search bar what actually happens? How...

Before we start discussing about the Networking devices, let's discuss about what a NETWORK is. A...

Before we begin diving into Git commands, let us first understand what Git is and why it is...

Many people use Git every day, yet only a few truly grasp what happens behind the scenes. This post...

Life Before Version Control Imagine this: you are a developer in the 1990s, building...