capscode

capscode @capscode

About: Inspiring tech careers of students with coding education and empowering businesses with IT solutions. Learn to code, build, innovate, and grow in a tech-driven world. Your success starts here! 🚀💻

Location:
Bangalore, India
Joined:
Nov 21, 2020

capscode
articles - 44 total

Add Dark theme & Light theme in website

Table of content Introduction Need of dark mode on websites Different ways of enabling...

Learn More 4 2Jun 8

Difference between __proto__, [[Prototype]] & .prototype in JavaScript

Introduction JavaScript’s prototype-based inheritance can be confusing, especially when...

Learn More 7 4May 25

Constructor Function in JavaScript

What is a Constructor Function? Both regular functions and constructor functions are just...

Learn More 0 0May 22

In-depth details of Class in JavaScript

Introduction to Classes A class in JavaScript is a blueprint for creating objects. It...

Learn More 1 0May 19

Difference between some() & every() in JavaScript

Table of content Introduction array.every() in JavaScript Real world use case of...

Learn More 1 0Feb 22

Horizontal swiper using HTML & CSS only.

Introduction In the world of web development, creating interactive and engaging user...

Learn More 7 0Feb 4 '24

WEB DEV RESOURCE: Your Ultimate Hub for 1000+ Web Development Tools

Introduction: Welcome to WEB DEV RESOURCE, your ultimate destination for a curated...

Learn More 2 2Jan 15 '24

Temporal Dead Zone

Table of content Introduction How hoisting works in JavaScript What is a Temporal Dead...

Learn More 0 0Jan 12 '24

What is CSS Module?

Table of content Introduction What is CSS Module How to use CSS Module How to write...

Learn More 8 8Aug 20 '23

You should not use Fetch API

Introduction Fetch API is the most common and traditional way to fetch resources from the...

Learn More 6 2Jul 4 '23

Identifier In JavaScript

Let's first see what an Identifier is An Identifier is a user-defined name or a sequence...

Learn More 1 0May 15 '23

split in JavaScript

Hello Devs, If you have landed here then I must say that you have used the JavaScript split() method...

Learn More 0 0Mar 16 '23

Why we need HTTP methods

Hello Developers, Have you worked with APIs and used different HTTP Methods like GET, POST, PUT,...

Learn More 5 0Dec 28 '22

Creating Variables in CSS

Hello Devs, CSS variables are the most important topic that most developers ignore learning and due...

Learn More 3 1Dec 27 '22

How Array find() method works in JavaScript

Hi Devs, In this article, I will introduce you to find() method of JavaScript Array. Table...

Learn More 1 0Dec 27 '22

Very Large Delay Value In setTimeout

Hello Dev, In this article, I will explain you 1 very important limitation of setTimeout in...

Learn More 0 0Nov 7 '22

BillSplita

Hello Everyone, I have recently taken part in 1 of the hackathons where I was supposed to develop a...

Learn More 3 0Sep 6 '22

Numeric Separator In JavaScript

Hello Devs, In this article let's discuss about one of the most amazing features introduced in...

Learn More 11 0Aug 27 '22

💚CapsCode Anniversary💜

Hi All, Let's celebrate CapsCode anniversary together. On this auspicious day, 2 years back we have...

Learn More 4 0Aug 3 '22

Useful VS Code Extensions

Hello Devs, In this blog post I am going to tell you some of the interesting and useful VS Code...

Learn More 8 0Jul 18 '22

Hide ReactJS Code From Browser

Hello Devs, In this blog post I am going to tell you something about hiding ReactJS code in...

Learn More 48 3Apr 3 '22

How to Detect Screen Orientation Using JavaScript

Hello Devs, In this blog we will see, How to detect screen orientation using...

Learn More 4 0Feb 1 '22

Set Variable As A Key Name In JavaScript Object

Hello Devs, In this blog you are going to learn a very important and useful concept of JavaScript...

Learn More 15 5Dec 24 '21

List Of HTTP Status Codes

Hello Devs, In this blog I am going to discuss about the https status code in an API calls. I know,...

Learn More 19 2Dec 16 '21

6 Different Ways to Insert Elements to an Array in JavaScript

Here are the 6 different JavaScript functions you can use to add elements to an array: 1....

Learn More 32 4Nov 6 '21

Introduction to Github.dev

Hello Devs, Have you tried github.dev ? if (yes) { console.log("let me know"); }...

Learn More 32 2Nov 6 '21

How To Detect Mobile Device, OS using JavaScript

Hello Devs, In this blog, we are going to learn that how you can detect mobile device or browser or...

Learn More 155 2Sep 7 '21

Dot and Bracket Notation in JavaScript Object

In JavaScript we can access the properties of object using dot notation(person.first_name) and...

Learn More 12 1Aug 4 '21

VOID in JavaScript

Hello Devs, If you are a web developer then you must know this concept of JavaScript i.e VOID /...

Learn More 5 1Aug 2 '21

How to Add BUY ME A COFFEE Button in DEV.TO Blog

Hello Dev, In this article i will show you and help you out adding "BUY ME A COFFEE" button in you...

Learn More 60 6Jul 30 '21