Dhairya Shah
Dhairya Shah's Blog

Dhairya Shah's Blog

Follow
homeProjectsSupport my work 🌟badgesnewsletter
Tag

Tutorial

#tutorial

More content

Read more stories on Hashnode


Articles with this tag

Style number likes Social media with Javascript

Nov 21, 20221 min read 62 views

All the big social media sites format their numbers like 12.3M or 1.2B: To format the numbers from 19223324 to 19M, we don't need to use any...

Style number likes Social media with Javascript

Introduction to cURL

Sep 18, 20222 min read 34 views

Introduction cURL is practically ubiquitous, whether it's testing the output of an API before deploying it to production or simply fetching a response...

Introduction to cURL

Get response header using cURL request

Sep 17, 20221 min read 81 views

cURL does not display request or response headers by default, instead displaying only the HTML contents. To display only the response header, we can...

Get response header using cURL request

How to create gradient shadow in CSS

Sep 14, 20221 min read 44 views

In this article, I will show you an easy way to create a gradient shadow in CSS. Inside the HTML file first, create a div: <div class="shadow"> <div...

How to create gradient shadow in CSS

How to take screenshots in Google Chrome

Aug 16, 20221 min read 33 views

Originally published on my blog Do you know, that Google Chrome has an impressive hidden feature that will blow your mind? Today, we will look into...

How to take screenshots in Google Chrome

How to install Fira Code font in Visual Studio Code

Aug 9, 20221 min read 188 views

We get tired of seeing the same things in our routine work, and we get tired of seeing the same simple monospace font inside VS Code. So, in this...

How to install Fira Code font in Visual Studio Code