How to fix npm create-react-app stuck at 'found 0 vulnerabilities'?
I started learning to React recently. I was following The Net Ninjas' over YouTube. So as I was instr...
Do you know autoboxing in JS?
Hey folks 👋! I am currently learning javascript. I came across something that I never heard befo...
Why thinking asynchronous is important in JS?[Part-1]
Hey folks! I have been learning about javascript lately. I came across a lot of terms like v8, DOM, c...
Why thinking asynchronous is important in JS?[Part-2]
Hello folks! Now we know the working of JS that we discussed in my last article. Let's understand how...
Are you using context right?
Did you ever think why does context exists in react? You might have seen people asking on the interne...
What's Critical Rendering Path?
Whenever we talk about web performance, we come across things like async/defer, perceived...
Scope & Closure Ch. 1&2 Summary(YDKJSY)
This blog post is a summary of what I could understand from the first 2 chapters of this book. ...