Recent Blogs

I like to write about the things I learn

Cover Image

8 months ago

πŸ”ͺ Distinguishing slice() vs splice() in JavaScript

Hey folks! Today let’s look into another common JavaScript question: Distinguish between slice() and splice() in JavaScript πŸš€ πŸ”· Slicing Arrays with slice(): slice() is a handy method for extracting a portion of an array. It always creates a new arr...

Read Blog

Cover Image

8 months ago

Is React.js a Frontend Framework?

"Well, yeah, it is. No doubt about it! 😎" If this was your immediate response, then I'm here to offer a gentle correction. Contrary to common belief, React is categorized as a frontend library, not a framework. "But wait, aren't libraries and framew...

Read Blog

Cover Image

8 months ago

What is Hoisting in JavaScript πŸš€

Hey folks πŸ‘‹πŸΌ Today we are going to look at one of the intriguing features of JavaScript. Whether you are interviewing for a frontend role or a backend role, this is one of the top questions asked in an interview. So let’s dive in and shed light on ...

Read Blog

Cover Image

a year ago

Important Javascript functions: Emojis Edition πŸš€

JavaScript functions play a crucial role in web programming, allowing us to perform various operations on data and manipulate arrays and objects efficiently. By understanding and utilizing these functions effectively, you can write cleaner and more c...

Read Blog

Cover Image

2 years ago

How to create a Custom scrollbar using only CSS in 4 easy steps - CSS Tutorial

This tutorial will teach you how to create your custom scrollbar using only CSS. But first, why should you create a custom scrollbar? The answer is quite simple - the default scroll bar is ugly and does not go with the theme of any website! Moreover,...

Read Blog

Cover Image

2 years ago

How to Host your website on Netlify using a Custom Domain (with free SSL certificate) - Step by Step Guide

This tutorial will guide you through the steps required to easily deploy your static website to Netlify using your custom domain and enabling free SSL certification. But before that, make sure to upload your files to a GitHub repository. 1. Create a ...

Read Blog

Cover Image

2 years ago

Must-have Visual Studio Code extension for Web Development in 2022

Visual Studio Code requires no introduction. If you are even a little bit into coding, you know what VS Code is. It is a source-code editor built by Microsoft and is one of the best code editors out there. Also, it is my personal favorite! Its simple...

Read Blog

Cover Image

2 years ago

How to become a good Front-End Developer in 2022 - A Complete Roadmap

So you want to make one of those cool-looking websites? Don't worry I gotcha! If you are just a beginner who wants to get into the world of development this article will help you with all the basic technologies that you need to know and learn to crea...

Read Blog