Web development Fundamentals-
- HTML: Introduction to HTML, Tags, Attributes, and Structure
- CSS: Styling Web Pages with CSS, Flexbox, Grid, and Responsive Design
- JavaScript: Basics of JavaScript, Variables, Functions, Loops, and Conditionals
- jQuery: Introduction to jQuery, DOM Manipulation, and Event Handling
Introduction to React JS-
- What is React JS?
- Setting up a React Environment
- JSX and Components
- React Component Lifecycle
- State and Props
- Event Handling in React
- React Router for Navigation
JavaScript Fundamentals-
- Introduction to JavaScript
- Variables and Data Types
- Functions and Scope
- Arrays and Objects
- Promises and Async/Await
- Arrow Functions
- Callbacks and Event Loop
Introduction to Node.js-
- What is Node.js?
- Setting up Node.js
- Node.js Core Modules (fs, path, os)
- Understanding npm and package.json
- Working with the File System (Read/Write/Delete)
- Understanding EventEmitter
- Handling Events in Node.js
- File Uploads with Multer
- Task Scheduling with Cron Jobs
Server and Express Basics-
- HTTP Module and Building a Basic Server
- Introduction to Express.js
- Routing and Middleware in Express
- Parsing JSON and URL-encoded Data
- Handling Query Parameters and Route Parameters
MongoDB Basics-
- What is MongoDB?
- Installing and Setting up MongoDB
- MongoDB CRUD Operations
- Setting up Mongoose
- Defining Schemas and Models
- Connecting Node.js to MongoDB
Authentication and Authorization-
- Authentication Basics
- JWT Authentication
- User Signup and Login
- Designing RESTful APIs
- Building APIs with Express and Mongoose
- Writing Unit Tests with Mocha and Chai
Deployment-
- Deploying Node.js Applications
- Structuring a Node.js Application
- Frontend Integration with React
- Final Project: Developing, Testing, and Deploying a Full-Stack MERN Application