Hadi BahadoriJanuary 25, 2025 EducationalUnderstanding the event loop and callbacks 249 views9 minute read Introduction In the early days of the Internet, websites often consisted of static data on an HTML page… 0 Shares 0 0 0
Hadi BahadoriJanuary 22, 2025 EducationalHow to use the JavaScript Fetch API to get data 296 views6 minute read The introduction was when XMLHttpRequest was used to make API requests. It didn't include Promises and... 0 Shares 0 0 0
Hadi Bahadori20 January 2025 EducationalSample code for documentation with JSDoc 223 views2 minute read Introduction JSDoc is an open source tool for generating API documentation in JavaScript. This tool allows developers to… 0 Shares 0 0 0
Hadi BahadoriJanuary 14, 2025 EducationalPopular JavaScript Frameworks 221 views18 minute read Introduction JavaScript, often referred to as one of the core languages of the web, is of great importance… 0 Shares 0 0 0
Hadi BahadoriDecember 30, 2024 Educational6 Different Ways to Make Ajax Calls in JavaScript 223 views5 minute read Introduction There are many options for different ways to call Ajax in JavaScript, which can be… 0 Shares 0 0 0
Hadi BahadoriDecember 4, 2024 Educational14 Big Changes Between ES5 and ES6 in JavaScript 253 views2 minute read Introduction ES5 and ES6 refer to different versions of the ECMAScript standard, which is a scripting language specification and… 0 Shares 0 0 0
Hadi BahadoriNovember 10, 2024 EducationalHow to build a Discord bot with Node.js 350 views12 minute read Introduction Discord is a chat app that allows millions of users around the world to… 0 Shares 0 0 0
Hadi BahadoriOctober 21, 2024 EducationalWhat are Factory Functions and Constructors? 301 views6 minute read Introduction To understand the concept of factory functions and constructors, you must first understand functions and objects. If the number… 0 Shares 0 0 0
Hadi BahadoriOctober 21, 2024 EducationalPrerequisites for learning ReactJS 340 views9 minute read Introduction React JS is an open source front-end library. The main purpose of this library is to create user interfaces… 0 Shares 0 0 0
Hadi BahadoriOctober 7, 2024 EducationalLocalStorage in JavaScript 277 views10 minute read Introduction Accidentally closing a web page while filling out a form can be infuriating. You have all the data… 0 Shares 0 0 0