Popular Searches
Share this via
Facebook
Twitter
LinkedIn
Telegram
WhatsApp
Reddit
Welcome to Careers360.com
Get personalized guidance dashboard based on your profile.
Login / Signup
Online Courses and Certifications
Popular Courses From Top Providers
Online Degree and Diploma Courses
Free Online Courses
Course Types
Online Courses and Certifications
Course by Category
Course by Specialization
Course by Provider
Popular Courses From Top Providers
Coursera Courses
Swayam Courses
Edx Courses
Upgrad Courses
Online Degree and Diploma Courses
Online UG Degree Courses
Online PG Degree Courses
Diploma Courses
Free Online Courses
Free Courses by Branch
Free Courses by Provider
Course Types
Resources
Bootcamps
Courses By Job Roles
Course by Category
Design Certification Courses
Marketing Certification Courses
Humanities Certification Courses
Languages Certification Courses
finance and accounting Certification Courses
Personal Development Certification Courses
It & Software Certification Courses
Social Science Certification Courses
Business and Management Certification Courses
Programming & Development Certification Courses
Course by Specialization
Data Science Certification Courses
Digital Marketing Certification Courses
Data Analysis Certification Courses
Fashion Design Certification Courses
Graphic Designing Certification Courses
Cyber Security Certification Courses
Interior Design Certification Courses
Business Analytics Certification Courses
Artificial Intelligence Certification Courses
Tally Certification Courses
Course by Provider
Upgrad Courses
Edx Courses
Coursera Courses
Great Learning Courses
Simplilearn Courses Courses
Udacity Courses Courses
Edureka Courses Courses
Intellipaat Courses Courses
Emeritus Courses Courses
View All Providers
Coursera Courses
Coursera Data Science Courses
Coursera Software Development Courses
Coursera Machine Learning Courses
Coursera Artificial Intelligence Courses
Coursera Cyber Security Courses
Coursera Information Technology Courses
Coursera Web Designing Courses
Coursera Web Development Courses
Swayam Courses
Swayam Mechanical Engineering Courses
Swayam Computer Science Courses
Swayam Data Analysis Courses
Swayam Cyber Security Courses
Swayam Business Analytics Courses
Swayam Database Management Courses
Swayam Artificial Intelligence Courses
Swayam Robotics Engineering Courses
Edx Courses
Edx Financial Management Courses
Edx Programming Courses
Edx Civil Engineering Courses
Edx Cyber Security Courses
Edx Cloud Computing Courses
Edx Project Management Courses
Edx Data Analytics Courses
Edx Data Analysis Courses
Upgrad Courses
upGrad Data Science Courses
upGrad Cyber Security Courses
upGrad General Management Courses
upGrad Digital Marketing Courses
upGrad Business Analytics Courses
upGrad Machine Learning Courses
upGrad Big Data Analytics Courses
upGrad Cloud Computing Courses
Online UG Degree Courses
Online BBA
Online BCA
Online B.Com
Online B.Sc
Online BA
Online PG Degree Courses
Online MBA
Online MCA
Online M.Sc
Online PGDM
Online MA
Online M.Com
Diploma Courses
Postgraduate (PG) Diploma Courses
Cyber Security Diploma Courses
Data Science Diploma Courses
Finance Diploma Courses
Tourism Diploma Courses
Digital Marketing Diploma Courses
Business Analytics Diploma Courses
Fintech Diploma Courses
Design Thinking Diploma Courses
Free Courses by Branch
Free Digital Marketing Courses
Free Data Science Courses
Free Python Courses
Free Graphic Designing Courses
Free Web Development Courses
Free Cyber Security Courses
Free Machine Learning Courses
Free Content Writing Courses
List of All Free Courses & Certifications
Free Courses by Provider
Udemy Free Courses
Coursera Free Courses
Google Free Courses
Great Learning Free Courses
Edx Free Courses
Udacity Free Courses
Simplilearn Free Courses
Futurelearn Free Courses
Resources
Short Term Courses & Certifications
Online Degrees & Diplomas
Top Offline Courses & Certifications
Latest Blogs on Courses & Certifications
Course Compare
Bootcamps
Bootcamp Course Guide
Data Science Bootcamp Courses
Data Analytics Bootcamp Courses
Machine Learning Bootcamp Courses
Java Bootcamp Courses
Courses By Job Roles
Entrepreneur
Software Developer
Software Engineer
Business Analyst
Web Developer
Fee
The syllabus
Articles
Fee
The syllabus
Articles
Home
Code Labs Academy
Courses
Web Development Bootcamp
Web Development Bootcamp
BY
Code Labs Academy
Brochure
Enquire
Full time, Online
12 Weeks
Quick Facts
particular
details
Medium of instructions
English
Mode of learning
Self study, Virtual Classroom
+1 more
Mode of Delivery
Video and Text Based
Course and certificate fees
certificate availability
Yes
certificate providing authority
Code Labs Academy
The syllabus
Chapter 0: Prework
Introduction to Networks and how Websites
Work How networks work
The interaction between servers and clients
Version Control with Git and GitHub
Introduction
Installing Git
The Git workflow
Using GitHub
VS Code
Installation
UI Tour
Extensions
Chapter 1: The Basics - HTML/CSS/JS
HTML5 & CSS3
Discover the HTML syntax and the most used elements
Learn the fundamentals of CSS (Syntax, properties, and selectors)
Responsive Web Design using CSS FlexBox and CSS Grids
JS
Basics & Syntax
Conditions & Loops
Functions, Arrays & Objects
ES6: New Syntax and Data structures
Arrow functions
Modules Promises
JS Data structures
ES7 to ESNext (2022)
Advanced JS
Dom Manipulation with JavaScript
Javascript Dates and Regular Expressions
The Fetch API
Higher-Order Array Methods
Bootstrap
Using Bootstrap for responsive design
Build your design system using Bootstrap’s customization
Chapter 2: NodeJS Intro to Backend
Fundamentals of Server-Side development
The importance of the back-end side
The general architecture of the web
Introduction to NodeJS
What is NodeJS?
The NodeJS architecture Node Package Manager ( NPM )
Different applications of Node
Hands-on NodeJS
NodeJS core modules
Creating a password generator CLI app
Command line arguments
Generation of data ( random passwords )
Encryption and Decryption
Storing and retrieving
files Networking fundamentals
Network TCP/IP Layers
TCP and UDP Transport technologies
DNS
Sockets
HTTP and the Application layer
Network applications using NodeJS
The HTTP Core module
Creating a static file server using NodeJS
Creating a full website with template engine EJS
Chapter 3: Modern Web Development with ReactJS
Front-end Javascript Frameworks
Introduction to front-end Javascript frameworks
React competitors: Vue, Angular, Svelte
The React JS Library
Create your first React App
Components, JSX, Props, Styling
Functional State in ReactJS
Conditional rendering, working with lists, and event handling
React Hooks
Core hooks: useState, useEffect, useMemo, useCallback
Stateful Functional Components with Custom Hooks
Routing with React Router
React Router Concepts
React Router Hooks
Advanced React Concepts
Refs, DOM manipulation, and forwarding Refs
Context API
Fetching Data from API with “fetch” and “Axios”
Testing Components
State Management with Redux
Redux Core Concepts
Redux with React: Centralizing state
Modern Redux with Redux Toolkit
Optional: Modern Styling in React - TailwindCSS and Styled-Components
Optional: RSuite UI library for React App
Optional: NextJs and GatsbyJS
Introduction to NextJS for server-side rendered applications
Introduction to GatsbyJS for statically generated applications
Chapter 4: Production-level APIs with ExpressJS
Introduction to Web Services
The ExpressJS Web Framework
Express fundamentals
App, Router, Routes
Express advanced concepts
Middlewares, Request Flow, AsynchronousJS, Error Handling
Building a web server with Express: using Template Engine EJS
Architecting REST APIs in ExpressJS: Project structure, components
Building a To-do List REST API
Introduction to Postman for API testing
Creating APIs
Collections
Environment variables
Creating API tests
Introduction to Swagger for API documentation
Introduction to API documentation and the OpenAPI specification
Tools and Plugins for Swagger API documentation
API documentation guidelines and best practices
Chapter 5: Data and Databases
Data and Database management using MongoDB
Data and Databases
NoSQL and MongoDB
Creating an API skeleton
Integrating the API with a MongoDB database
Chapter 6: Advanced server-side development
Basics of security, encryption, and HTTPS
Introduction to authentication and authorization
Introduction to real-time applications with Socket.io
Introduction to GraphQL
Introduction to unit testing with Jest
Chapter 7: Backend as a Service (BaaS) and DevOps
Introduction to Cloud Computing, BaaS, and Serverless
Using Firebase Services with NodeJS backend application
Introduction to Docker and Containers
Introduction to NestJS: for scalable NodeJS applications
Dockerizing NodeJS Applications into containers
Articles
Popular Articles
Top 10 Indian Universities Offering Online Degrees
Updated On
16 Sep, 2025
Top 12 Certification Courses Offered by IIT Bombay
Updated On
03 Sep, 2025
UGC Guidelines to Pursue Online Courses
Updated On
04 Jul, 2025
IGNOU Online Courses Approved by UGC
Updated On
03 Jul, 2025
150+ UGC Approved Online Degree Courses by Top ...
Updated On
03 Jun, 2025
Best Programming Languages to Learn in 2025
Updated On
09 May, 2025
Top 10 Online Healthcare and Hospital Managemen...
Updated On
04 Apr, 2025
The Scope of Artificial Intelligence in India
Updated On
09 Jan, 2025
Reasons to Enroll for an Online Content Writing...
Updated On
29 Feb, 2024
Top 10 Online Animation Certificate Courses for...
Updated On
27 Feb, 2024
Latest Articles
Top 50 Interview Questions for Web Developer With Answers
Updated On
12 Jun, 2025
5 Free Web Development Courses for Beginners in 2025: Check Here to Enroll
Updated On
23 Feb, 2025
MEAN Stack Developer Salary in India for Freshers & Experienced
Updated On
07 Nov, 2024
20 Beginner-Friendly Online Bootstrap Courses for Frontend Development
Updated On
07 Nov, 2024
Top 18+ Online Courses to Pursue for a Career in Web Development
Updated On
05 Nov, 2024
17+ Courses on HTML5 for Beginners to Become a Web Developer
Updated On
05 Nov, 2024
Top 50 MVC Interview Questions And Answers To Prepare
Updated On
16 Apr, 2024
50 Best Bootstrap Interview Questions and Answers
Updated On
16 Apr, 2024
Top 16 Online Courses on Typescript Development
Updated On
07 Apr, 2024
Top 50 Must Know Interview Questions for PHP
Updated On
04 Apr, 2024
25 Free Web Development Courses to Pursue in Online Mode
Updated On
19 Mar, 2024
14+ GitHub Courses to Become a Skilled Web Developer
Updated On
15 Feb, 2024
Trending Courses
Popular Courses
Popular Platforms
Learn more about the Courses
Providers
Providers
Providers
Collaborators
Medium of Instructions
Mode of Learning
Campus Based/Physical Classroom
Mode of Study
Mode of Delivery
Certificate Providing Authority
Download Brochure
Thank You!
Brochure has been downloaded.
Open in App
Get the Careers360 App today!
And never miss an important update
Download Now