Dhairya Shah
Dhairya Shah's Blog

Dhairya Shah's Blog

Follow
homeProjectsSupport my work 🌟badgesnewsletter
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

What is a slug and how to create one?

May 18, 20233 min read 39 views

A slug is a piece of text that is attached to the end of a URL (after the backslash "/") that is unique and locates the specific page of a...

What is a slug and how to create one?

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

How to optimize images for website?

Sep 23, 20222 min read 75 views

Images are the core and heaviest component of the website. In your carrier, in web development, you might have encountered the following report in the...

How to optimize images for website?

Auto Pull Request Merge in GitHub Actions

Sep 21, 20222 min read 108 views

I write my blog almost daily, and I have to add new articles to it via Pull request. I wanted to schedule the pull request so that the article reaches...

Auto Pull Request Merge in GitHub Actions

Why SVG and not PNG?

Sep 13, 20222 min read 62 views

Have you ever asked yourself why we use SVG over PNG when they're both just images? I've got a few answers to your question. In this article, I'll...

Why SVG and not PNG?

How to create a top progress bar in Next.js

Jul 15, 20223 min read 75 views

Hello folks, in this article I am going to teach you to add a Top loading bar to your Next.js. Happy reading folks! Learning new things every...

How to create a top progress bar in Next.js