
MODULE 3: Operators and Expressions
StreetGeek Academy · PHP Foundations 🧩 Module 3: Operators and Expressions Objective: Understand how PHP performs mathematical calculations, logical comparisons, and combines conditions to control

StreetGeek Academy · PHP Foundations 🧩 Module 3: Operators and Expressions Objective: Understand how PHP performs mathematical calculations, logical comparisons, and combines conditions to control

StreetGeek Academy · PHP Foundations 🧩 Module 2: PHP Syntax and Basic Concepts Objective: Learn the foundational syntax and data handling structures of PHP —

StreetGeek Academy · PHP Foundations 🧠 Module 1: Introduction to PHP & Setup Objective: Understand what PHP is, where it runs, and how to set

JavaScript Foundations • StreetGeek Academy 🧠 MODULE 10: Final Project — Interactive Portfolio v2.0 Combine all the concepts from previous modules to create a dynamic,

JavaScript Foundations • StreetGeek Academy 🧠 MODULE 9: Fetch API, Async/Await & Local Storage Learn how to connect your website to external data sources using

JavaScript Foundations • StreetGeek Academy 🧠 MODULE 8: Forms & Validation Learn how to validate and handle form input with JavaScript, provide real-time feedback, and

JavaScript Foundations • StreetGeek Academy 🧠 MODULE 7: Events & Interactivity Learn how to detect and respond to user actions (clicks, keypresses, scrolls, etc.) and

JavaScript Foundations • StreetGeek Academy 🧠 MODULE 6: The DOM (Document Object Model) Learn how to select, create, modify, and remove HTML elements using JavaScript

JavaScript Foundations • StreetGeek Academy 🧠 MODULE 5: Arrays & Objects (ES6 Essentials) Understand how to store, access, and manipulate collections of data using arrays

JavaScript Foundations • StreetGeek Academy 🧠 MODULE 4: Functions & Scope — Writing Reusable Code Understand how to define, call, and reuse JavaScript functions, how