Published inNerd For TechThe Battle of Rendering Techniques: A Comprehensive Guide to SSR and CSRUnderstanding SSRApr 8, 2023Apr 8, 2023
Published inNerd For TechModule Federation: The Secret Sauce of Micro-FrontendsGreetings fellow developers and tech enthusiasts! Are you tired of creating monolithic applications that are hard to maintain and scale? Do…Apr 8, 20231Apr 8, 20231
Published inJavaScript in Plain EnglishHandling Async Operations in Node.jsAfter a lot of digging, I understood how node.js internally works. This blog is based on my researches, stay patient to deep dive!😁Nov 5, 2020Nov 5, 2020
Published inAnalytics VidhyaArrow Functions — When ‘NOT’ to use!Hello people🌼! This article will tell you anomalies in JavaScript arrow functions. Prerequisites before reading this article-Oct 18, 2020Oct 18, 2020
Published inThe StartupAsynchronous ProgrammingAsynchronous programming is not a new concept. It has been with us from the very early days of computing because we need to make the best…Oct 14, 2020Oct 14, 2020
ES5 vs ES6ES5 vs ES6 -one of the most important questions asked in the interview!👻Modern browsers currently support ES5 but ES6 has made writing…Oct 13, 2020Oct 13, 2020
Async and AwaitAsync programming is a way to fasten the single-threaded mechanism. There are many ways in JavaScript to handle asynchronous operation…Oct 11, 2020Oct 11, 2020
Promises in JavaScriptIf you have not read about callbacks, I strongly recommend you to read about callbacks in JS. Callbacks in JSOct 6, 2020Oct 6, 2020
Callbacks in JavaScriptHello people!💗 This article is about one of the most important interview question -callbacks and promises✌.Oct 3, 2020Oct 3, 2020
Understanding ‘this’ in call(), apply(), bind()Hey cute people🌹! This article will cover the usage of ‘this’ in call(), apply() and bind().Oct 1, 2020Oct 1, 2020