100daysofcode

100daysofcode posts, videos, courses, and more

Dhairya Shah · 2 years ago

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-clic...
3

Dhairya Shah · 2 years ago

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 apparent...
4

Dhairya Shah · 2 years ago

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 propert...
4

Dhairya Shah · 2 years ago

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 and Eng...
3

Dhairya Shah · 2 years ago

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 more...
6

Dhairya Shah · 2 years ago

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

Today, let's build a sponsor page with Next JS and Stripe. Wish you all the best 🙌 Introduction Next JS - Next.js is an open-source web development framework built on top of Node.js enablin...
2

Dhairya Shah · 2 years ago

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. Do you know? You ca...
3

Dhairya Shah · 2 years ago

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 con...
3

Dhairya Shah · 2 years ago

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 you ever n...
2

Dhairya Shah · 2 years ago

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, I am her...
4

Dhairya Shah · 2 years ago

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, I am her...
1

Dhairya Shah · 2 years ago

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 building...
1

Dhairya Shah · 2 years ago

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. Today, I a...
3

Bobby Iliev · 3 years ago

7 Tips on How to Manage Stress as a Developer

Introduction Stress is a natural reaction of our body when we face situations we can't cope with (for example, that one piece of code you can't figure out). Unfortunately, it can be a little...
7

Bobby Iliev · 3 years ago

Popular Non-technical Interview Questions For Developers

INTRODUCTION No matter how old you are and what job experience you have, job interviews are always stressful. If you are looking for your dream job during COVID-19, you may find this article...
7

Bobby Iliev · 3 years ago

How To Stop Procrastination As A Developer

Introduction Have you ever procrastinated? If you say "No", you are totally a liar! But most important, do you know what procrastination is? This is a (un)aware process of postponi...
9

Loading More Content