PinnedPublished inStackademicUseEffect in Functional component Vs Class component methods (Also starting a Learn React Hooks…How useEffect differs or relates to the class component life cycle methods? And I’m starting a series on React Hooks (in-built and custom)Dec 1, 20232Dec 1, 20232
PinnedPublished inJavaScript in Plain EnglishThe Best Readme Generators for Your GitHub ProfileTrust me, It can be very tiresome to write the markdown syntax and create a readme file for your GitHub profile. But after reading this…Sep 20, 20211Sep 20, 20211
PinnedPublished inJavaScript in Plain EnglishAll You Need to Know About the “Fetch API”An introductory guide to the Fetch API in JavaScriptJul 19, 20212Jul 19, 20212
PinnedPublished inJavaScript in Plain EnglishHow to Handle Unsuccessful Fetch API Calls in JavaScriptHandling the errors or any unsuccessful calls made by the Fetch API in JavaScriptJul 20, 2021Jul 20, 2021
PinnedPublished inJavaScript in Plain EnglishI Coded a Script to Download the “Download Restricted” Files from Google DriveI wrote a JavaScript program to download files from Google Drive even if they have restricted download access.Aug 2, 20212Aug 2, 20212
Do you really know the exact differences between innerHTML Vs innerText Vs textContent??innerHTML, innerText, and textContent are properties used to manipulate the content of HTML elements in JavaScript, but they differ in…Dec 30, 20231Dec 30, 20231
Published inJavaScript in Plain EnglishuseState hook — Some points I feel everyone should know — Learn React HooksThese are some points that I feel like everyone should be aware of before starting to use the useState hook in projects.Dec 22, 2023Dec 22, 2023
Published inStackademicuseState Hook — Learn React HooksThe useState hook is a fundamental React hook used in functional components to introduce and manage state. It enables components to have…Dec 15, 2023Dec 15, 2023
Do you know the difference between an Object and a Map in JavaScript?The choice between objects and maps should primarily consider the data structure’s suitability for the intended use case rather than the…Dec 8, 2023Dec 8, 2023
Published inJavaScript in Plain EnglishSo what’s new in ECMA 2023?ECMAScript 2023 adds new methods to search arrays, copy updated arrays, allow symbols as WeakMap keys, and “Hashbang” grammar.Jul 2, 2023Jul 2, 2023