PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Dhairya Shah

@dhairyashah

1238 Points 11 Followers

24 Posts

0 Answers

I am 18 years old and young passionate and self-taught frontend web developer and have an intention to become a successful developer. I usually write about JavaScript and Web Development and share some tips in the articles.

How to set up your own proxy server in minutes?

Today, most websites track your online activities by capturing essential information such as IP addresses, cookies, and geolocation. All this information starts associating with the user, an...

How to make responsive font size in CSS?

We usually talk about the Responsive design and images on the web. Have you are thought of making fonts, the core part of the website responsive? Don't worry if you haven't, in this article...

How to disable right-click on your website?

Disabling right-click on websites provides basic security so that people don't save images and copy links and text. Today, in this article I will show you how you can also disable right-cl...

How to make a custom text selection color?

## Introduction So are you sick of the default text selection color? I am, so today we're going to override the default color with one that's a lot more attractive. It will be readily appare...

CSS Box shadow v/s Drop shadow

Shadows are a critical function in the world of web design and can serve a number of useful functions. Shadows add depth, dimensionality, and direction to your content. There are two proper...

How to set the HTML lang attribute in Next.js?

## What is HTML lang Attribute? The HTML lang attribute is used to identify the language of the content on the web and, when you've got an international audience say for example Spanish an...

How to make a beautiful gradient scroll bar with CSS

# Introduction In this article, we will explain how to make a custom scrollbar in CSS. Custom scrollbar using CSS is a very useful and important thing for a website. It makes the website mor...

Let's make a Sponsor page with Next JS and Stripe

Today, let's build a sponsor page with [Next JS](https://nextjs.org/) and [Stripe](https://stripe.com/). Wish you all the best 🙌 ## Introduction [Next JS](https://nextjs.org/) - Next.js...

Do you know history.back() in JavaScript?

So, we all surf the internet to watch YouTube videos and Stackoverflow and many more. And we usually click "←" this button to go back to the previous website. ![back button](https://cdn.has...

Let's make a sticky navbar in both Vanilla & Tailwind CSS

Many of us have noticed, a sticky navigation bar on many websites including this blog... ![demo](https://cdn.devdojo.com/images/march2022/Mar-06-2022%2011-16-16.gif) Here in the GIF, as y...

It's 2022, don't use the console.log(😎)

We as Javascript developers usually **console.log()** stuffs to test the output or just for fun. Even, I can bet that our (include me ✌️) first code was **"Hello world"** logged in the conso...

View list of GitHub commits within the specified date range

### Hello Folks 👋 What's up friends, this is **SnowBit** here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Have y...

Flipping Card in CSS

### Hello Folks 👋 What's up friends, this is **SnowBit** here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Today,...

How can you implement the sleep() function in Javascript?

### Hello Folks 👋 What's up friends, this is **SnowBit** here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Today,...

7 JavaScript One Liners to look like a pro

### Hello Folks 👋 What's up friends, this is **SnowBit** here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. I love...

This is how you make numbers more readable in your JS code

### Hello Folks 👋 What's up friends, this is **SnowBit** here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Today,...

This is how you make images Responsive in CSS

### Hello Folks 👋 What's up friends, this is **SnowBit** back here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. T...

Simple ways to convert a string into a number

### Hello Folks 👋 What's up friends, this is **SnowBit** here. I am a young passionate and self-taught front-end web developer and have an intention to become a successful developer. Today...

These things you should keep in mind while writing JavaScript

### Hello Folks 👋 What's up friends, this is **SnowBit** here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Today,...

What are Template Literals and why you should use them?

### Hello Folks 👋 What's up friends, this is **SnowBit** here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. In thi...