TL;DR 📝
If you're in a hurry and don't have time to read the blog, I have built a Next.js app ready for you to experience the different Next.js data fetching strategies. If you need the source code as well, do find it here and also here are some sho...Read more
Understanding call, apply and bind methods through polyfills
Introduction
Knowing polyfills of well-known and most widely used JavaScript methods, makes any developer understand its working more deeply and helps to grow in his/her career. I am going to discuss some of them which include - call(), apply() and b...Read more