HomeAbout MeMy SeriesBadgesBiticodes

Rahul

89 followers

I'm a πŸ‘¨β€πŸ’» Frontend Web Developer and Blogger. I love to do some research.

What are Prototypes in JavaScript?

Jan 26, 20214 min read

The prototype is the simple and the hardest feature of JavaScript. Once you get the main concept that it's just a tree or "chain" then all of those methods like Object.getPrototypeOf() or the instanceof operator and even constructors. Objects in...

What is IIFE in JavaScript?

Jan 25, 20213 min read

Privacy is important and IIFEs can be useful to achieve it. While reading many posts about JavaScript interviews I came towards this term so I thought of learning and writing about it. What is it? Immediately Invoked Function Expression (IIFE) are b...

Overcoming the Imposter Syndrome

Jan 23, 20213 min read

(Short POST)Let's deal with the Impostor syndrome as it is an important topic, especially for developers! 🧠 Imposter Syndrome is a mix of feeling in which individual doubts their accomplishments or talents and has persistent internalized fear of bei...

6 steps to get problem solving skills

Jan 21, 20212 min read

(Short PostπŸ˜‰) Problem-solving is one of the characteristics of the highest values you can have as a developer. Following 6 steps will help you become a master problem-solver. 1. Focus Focus on the solution, not the problem because you're effectiv...

6 Tips for refactoring Code

Jan 20, 20212 min read

(Just a short post give a quick read) Hey there, Refactoring is the process of restructuring existing code (changing the factoring) without changing its external behavior. So, I present you 6 tips for Refactoring code. 1. Remove duplication Follow...

What is Event Bubbling in JavaScript?

Jan 19, 20213 min read

This post will reveal the mystery of button, how it works when you click it. Let's learn about Event Bubbling in JavaScript. What does it Mean? Whenever an event is started, it goes form the deeply nested element to all way up to its ancestors' ele...

Β© 2021 RAHULISM

PrivacyTerms
Proudly part of