Ahammad kabeerblog.mirrorfolio.com·Jul 30, 2024How Execution Context and Hoisting Work in JavaScriptHey everyone! Welcome back to "The MERN Handbook." In our last article, we covered the basics of JavaScript. Today, let’s explore two critical concepts: execution context and hoisting. These will help you understand how JavaScript runs your code. Let...DiscussMERN Stack Hand-book basics of javascript
Ahammad kabeerblog.mirrorfolio.com·Jul 17, 2024Mastering JavaScript Basics: Variables, Data Types, Operators, and Control Flow ExplainedHey everyone! Welcome back to "The MERN Handbook." Today, we’re diving into some essential JavaScript concepts that form the foundation of web development. Let’s break these down in a fun and interactive way! Variables Think of variables as little st...DiscussMERN Stack Hand-book basics of javascript
Joan AyebolaforfreeCodeCampfreecodecamp.org·Jul 3, 2024Data Flow in Redux Explained – A State Management HandbookIn complex React applications, managing application state effectively can become a challenge. This is where Redux, a predictable state management library, steps in. By introducing a unidirectional data flow, Redux brings order and clarity to how data...Discusshandbook
Kolade ChrisforfreeCodeCampfreecodecamp.org·Jun 18, 2024PHP Arrays in Practice: How to Rebuild the Football Team Cards Project with PHP and MongoDBThis is the second part of my PHP array handbook. You can find the first part here, where I cover array basics. In the first part, you learned about arrays, how to create arrays, array functions, and how to loop through arrays. This second part will...Discussarrays
Rocky EsselforfreeCodeCampfreecodecamp.org·Jun 4, 2024How to Build and Deploy a Smart Contract With Rust and the Gear ProtocolSmart contracts are like digital agreements that run on blockchain technology, making transactions automatic and secure. While many people use Ethereum and Solidity to create these contracts, there are other options that can be just as powerful. One...Discusshandbook
Isaiah Clifford OpokuforfreeCodeCampfreecodecamp.org·May 24, 2024How to Build CRUD Operations with .NET Core – A Todo API HandbookWelcome to this comprehensive guide on building CRUD operations with .NET Core. We'll use a Todo API as our practical example so you can get hands-on experience as you learn. Throughout this tutorial, you'll learn how to create, read, update, and de...Discussapi
freeCodeCampforfreeCodeCampfreecodecamp.org·May 22, 2024The JavaScript Interview Prep Handbook – Essential Topics to Know + Code ExamplesBy Kunal Nalawade JavaScript is a widely used language in web development and powers interactive features of virtually every website out there. JavaScript makes it possible to create dynamic web pages and is very versatile. JavaScript remains one of ...Discusshandbook
Oluwatobi SofelaforfreeCodeCampfreecodecamp.org·May 20, 2024The JavaScript Class Handbook – Complete Guide to Class Fields and the Super KeywordClasses let you privatize your data while providing users indirect access to it. It is an excellent way to prevent direct access to your constructor’s data. This handbook aims to show you exactly how classes work in JavaScript. We will also discuss c...Discusshandbook
Kolade ChrisforfreeCodeCampfreecodecamp.org·May 8, 2024PHP Array Handbook – How to Create, Work with, and Loop Through ArraysIn every programming language, arrays provide a flexible option to store more than one data type in a single variable. They are one of the most versatile data structures in the programming world, which is one reason a lot of external data and many AP...Discussarrays
Ahammad kabeerblog.mirrorfolio.com·May 7, 2024The MERN Handbook: Introduction to the SeriesWelcome to "The MERN Handbook," a comprehensive blog series dedicated to helping self-learners and ambitious individuals master the MERN stack. Whether you're just starting your journey in web development or looking to level up your skills, this seri...Discuss·33 readsMERN Stack Hand-book MERN Stack