89 followers
I'm a π¨βπ» Frontend Web Developer and Blogger. I love to do some research.
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...
(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...
(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...
(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...
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...
Generally, these two things disturb and irritate a lot when learning JS. In this post, we'll learn how to use them as a beginner. Sometimes we may decide to execute a function after a certain time delay. That's called "scheduling a call". setTime...