Dhairya Shah
Dhairya Shah's Blog

Dhairya Shah's Blog

Follow
homeProjectsSupport my work 🌟badgesnewsletter
Tag

JavaScript

#javascript

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?

No JavaScript Required: Adding Dark Mode to Your Website with CSS

Mar 8, 20231 min read 55 views

Dark mode has become an essential accessibility feature for websites, providing a visually comfortable experience for users in low-light environments....

No JavaScript Required: Adding Dark Mode to Your Website with CSS

Debugging Front-end Apps: Make It Easier with These Simple Techniques

Feb 25, 20236 min read 66 views

The term "debugging" indicates that it involves eliminating or getting rid of "bugs" and errors in the code. Debugging is a crucial step in building...

Debugging Front-end Apps: Make It Easier with These Simple Techniques

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 Google Search from the terminal?

Oct 26, 20221 min read 355 views

As developers, we spend the majority of our time working with the terminal. The terminal is excellent at saving time and increasing productivity, such...

How to Google Search from the terminal?

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