PinnedSuhas More·Feb 2, 2019Understanding Repaint and Reflow in JavaScriptIn this post, I’ll try to answer what exactly repaint and reflow is and doe’s really Real DOM is faster than React’s Virtual DOM?A response icon16A response icon16
InGeek CulturebySuhas More·Apr 16, 2021The Cost of useState Hook — ReactWe often take things for granted and never pay attention to details, in this blog will see how to use the useState hook in the right way.A response icon2A response icon2
InGeek CulturebySuhas More·Apr 16, 2021Understanding ‘this’ in JavaScript‘this’ is always been a pain in the a** for many JavaScript developers, but it’s time to say ‘I got this’
Suhas More·Dec 2, 2020How to create your own URL shortener?A URL shortener is a tool which takes a long URL and turns it into a short URL, In this blog post, we’ll see how to create our own URL…
Suhas More·Oct 31, 2020Understanding Scope and Context in JavaScript | Suhas MoreIf you already don’t know what is the Scope and Context in JavaScript, well then don’t look any further. I have simplified this for you.
Suhas More·Sep 13, 2020JavaScript Insights and Random Tips about web developmentCollection of Tweets that I shared over a period of time regarding Web Development and JavaScript and some usefull tips.A response icon1A response icon1
Suhas More·Feb 22, 2020Here is how I wrote Python script to wish my colleague Happy BirthdayTask/things repeating more than once are worth automating — Anonymous
Suhas More·Apr 21, 2019Demystifying Class in JavaScriptClasses in JavaScript are a hurdle for many. Many complaints about the different behavior of a class in JS. In this post, I’ll try to…A response icon1A response icon1