GET NOTICED BY TOP HIRING COMPANIES WITH ACCORD JOB ASSIST PROGRAM
Web applications – Server – Client – What is HTML – Versions – Basic Structure of HTML documents – Headings – Paragraphs
sOrdered list – Unordered list – Definition List – Displaying data in grid – table attributes – Creating and using hyperlinks
Embedding audio and video in HTML page – Including PDF files – Using Iframes – Semantic Tags
Introduction to Forms – HTML input types – Buttons and its types - Attributes – Validation – Form submission Methods
What is CSS – Basic Syntax – Selectors – Text and Font Properties
Text and Font Properties – Borders – Backgrounds – Box Model
Display properties – Visibility – Responsive Design with media query
Transition, Transformation Effects – Applying animation effects
Create site with static, responsive web pages
Basic Syntax and Structure – Variables – Data types – Operators – IO statements
Conditional Statements: if, switch – Looping Statements: for, while, do while – Jump Statements: continue, break, return
Creating and manipulating Arrays – Array methods – Template Strings – Interpolation – String Methods
Defining and invoking functions – return values – Arrow functions – Anonymous functions – Scope of variables – Objects
Async and Await – Promises – Classes and Object – Constructors
Introduction – What is TypeScript – Why TypeScript – Data Types - Variables – Type Inference – Type Annotations – Functions – Classes – Constructors – Interface
What is Angular – Version – Installation and Environment Setup – Angular Architecture – Creating and Executing Angular Application – Folder Structure
Binding: Property Binding – Event Binding – Two way binding – Directives: Attribute Directives – Structural Directives
Router Module – SPA in Angular – Passing Parameters in router – Redirecting to another view – Router Outlet
Template Driven Forms – NgModel – Validation of Template Driven Forms – Form submission
FormBuilder – FormArray – FormControl – FormGroup – Validators in Reactive Forms – Dynamic adding and removing Form controls – Form Submission
Creating a Service – Injecting a Service into a Component – Subscribe function – HttpClientModule – Http Methods: GET, POST, DELETE, PUT
Applying Bootstrap – Creating a CRUD application with a Fake Rest API
What is Node JS and Core Modules – Features of Node – Environment Setup – Installing Node JS – Configuring package.json – Core Modules – Writing basic scripts using fs to read and write files
Installing and Managing packages – configuring and using package.json – Asynchronous Programming using callbacks – Introduction to Promises and async/await
Understanding the Event loop and Event Driven Architecture – Using EventEmitter – Streams and Buffer – Overview of Streams – Handling large data – Working with binary data – Reading and Writing large files using streams
What is JSON – Why JSON – Parse JSON using JSON.parse – Sending JSON responses with JSON.stringify – Building Restful API – Handling HTTP Methods: GET, POST, PUT, DELETE
Introduction to Express – Overview and Core Features – Installing and environment Set up – Hello World in Express – Routing Basics in Express – Working with Routing parameters and query strings
What are middleware functions – How do they work – Types – Custom Middleware – Request and Response Objects - Setting up Restful End points – Define routes for CRUD operations – Parsing JSON payloads and sending JSON responses
Handling common errors like 404, 500,etc. – Setting up error handling middleware and custom error responses – Adding basic validation and input sanitization for request data
Setting Up MongoDB with Express - setting up the connection to MongoDB. Implementing CRUD Operations with MongoDB – Use GET, POST, PUT, DELETE to manipulate data in MongoDB
Authentication and Authorization with JWT – Testing, Debugging and Deployment
SQL vs NO SQL – Mongo DB architecture – Features - Environment Setup –Starting and Stopping a service – Connecting to MongoDB using Shell – Understanding databases, collections and documents
Creating and inserting documents – Querying documents – Updating and Deleting Documents – Advanced CRUD operations like Upserts – Bulk data operations
Using query operator find() – Querying nested fields – Querying an array - _id Field – Null and Missing Fields -
What is aggregation in MongoDB? - Aggregation pipeline stages (match, group, project, sort, limit) - Basic aggregation examples - Advanced techniques like $lookup, $unwind, performance optimization.
Understanding Schema design, embedding vs. referencing, relationships – Choosing between embedded documents and referencing - Basics of indexing – What is index – Why indexing – Types – Creating and dropping Indexes – Performance improvement using Index
Managing Security - Implementing Security in MongoDB - Understanding and Enabling Access Control - Handling Authentications