Codeguage

Codeguage @codeguage

About: An online platform dedicated to helping programmers become fundamentally-sound 💪

Joined:
Mar 14, 2022

Codeguage
articles - 21 total

What Exactly is Debouncing in JavaScript?

Table of contents Debouncing in electrical engineering Adaptation in software...

Learn More 1 0Feb 24

[Boost]

9 Questions on Hoisting in JavaScript Answered Codeguage...

Learn More 0 0Feb 9

9 Questions on Hoisting in JavaScript Answered

Table of contents Why does JavaScript have hoisting? Why did JavaScript have hoisting...

Learn More 0 0Feb 8

What is the Difference Between :focus, :focus-visible, and :focus-within in CSS?

Table of contents The :focus pseudo-class The problem with :focus Interactions using the...

Learn More 0 0Jan 28

14 Common Questions for JSX (React) and Their Answers

Table of contents The list of questions What exactly is JSX? What is the full-form of...

Learn More 1 0May 15 '24

Why Should You Always Use <nav> for Navigation Sections in HTML?

Table of contents What is the &lt;nav&gt; element? What is a landmark? So why use...

Learn More 2 0May 6 '24

8 Simple Ways To Become Better at JavaScript!

Disclaimer: The following content includes affiliate links. If you buy something through these links,...

Learn More 3 2Mar 5 '24

You Probably Don't Know Of These 2 Math Methods in JavaScript: fround() and imul()

Table of contents Introduction What is Math.fround()? Examples of fround() Practical...

Learn More 0 0Feb 27 '24

What does this JavaScript code log and why?

Q. What does the following code log? var s = 'Good'; s[0] = 'F'; console.log(s); Enter...

Learn More 0 0Feb 5 '24

Rollup's intro and outro - Two Amazing Features You Can't Miss!

Table of contents What is Rollup? The very basic setup The intro and outro properties An...

Learn More 1 0Feb 5 '24

Building a Lazy Loader from Scratch in React (Part 3)

Table of Contents Introduction Understanding the effect The loading indicator Added a...

Learn More 1 0Nov 30 '23

Building a Lazy Loader from Scratch in React (Part 2)

Table of Contents Introduction The problem of CLS The problem with absolute width First...

Learn More 3 0Nov 1 '23

Building a Lazy Loader from Scratch in React (Part 1)

Table of Contents Introduction Prerequisites Knowledge of React Knowledge of the...

Learn More 0 0Oct 11 '23

How to Create a Flip Card Using CSS? (Learn 'Exactly' How It Works)

Table of Contents Introduction The HTML of the card Styling the card sides Backface...

Learn More 0 0Sep 21 '23

4 Incredible VS Code Features That You Can't Miss!

Table of Contents Introduction Rulers Tasks Keybindings Exclude Git Ignore In...

Learn More 2 0Aug 23 '23

Is Frontend Development Easier Than Backend?

Table of Contents Introduction What is frontend and backend development? How the...

Learn More 2 2Aug 15 '23

150+ Questions to Practice JavaScript's Foundational Concepts

JavaScript is one of the most used programming languages over the world. It has topped countless of...

Learn More 0 0Jun 24 '23

How to Set Up Rollup for a React Application?

Introduction React is one of the most popular libraries out there to create interactive...

Learn More 1 0Mar 17 '23

Workspaces in VSCode and How To Set Up and Customize Them?

Introduction Over the years, many editors have been created to allow developers to easily...

Learn More 0 0Mar 15 '23

Can You Solve These 10 HTML DOM Exercises?

JavaScript, as we all know, is a really powerful language, whether it runs inside the browser...

Learn More 0 0Mar 4 '23

3 Kinds of Loops That We Use All The Time Without Knowing Their Names.

Loops are an integral part of programming. Without them, we can't even think of the modern era of...

Learn More 0 0Mar 2 '23