MEAN Stack Live Training with Real Time Project
(Javascript, Angular, Nodejs, Express.js, MongoDB, Real Time Project)
Isha presents an Extensive and highly interactive “MEAN Stack – Live Training with Real Time Project” by our industry expert with 8+ years of hands-on experience. Learn all the MEAN Stack concepts with hands-on practical examples. The course syllabus is designed by considering the current job market trends and industry requirements.
About the Instructor:
Sethuram R has 8+ years of experience as a MEAN stack developer.
He has vast experience in developing full stack applications and also been training professionals who are aspirants in full stack. He has 8+ years of real-time experience and 4+ years of Technical Training experience His primary skills include Javascript, Angular, Nodejs, MongoDB, and Express. Other skills include Java, AWS, React along with CICD. Taken multiple Corporate Trainings on AWS, Mean stack Trained more than 200 students in his carrier |
Sample Videos:
“MEAN Stack Live Training with Real Time Project”- Demo video:
“MEAN Stack Live Training with Real Time Project”- Day 1 video:
Live Sessions Price:
Offer price after discount is 300 USD 259 119 USD Or USD13000 INR 12900 INR 7900 Rupees.
Free Day 2 Session:
30th November @ 9 PM – 10 PM (IST) (Indian Timings)
30th November @ 10:30 AM – 11:30 AM (EST) (U.S Timings)
30th November @ 3:30 PM – 4:30 PM (BST) (UK Timings)
Class Schedule:
For Participants in India: Monday to Friday @ 9 PM – 10 PM (IST)
For Participants in the US: Monday to Friday @ 10:30 AM – 11:30 AM (EST)
For Participants in the UK: Monday to Friday @ 3:30 PM – 4:30 PM (BST)
What student’s have to say about Sethuram R:
The course is well structured to learn all the needs of MEAN Stack development . I have really enjoyed while learning this course very well – Shyam
I already have experience of MEAN stack development. i to much like the way he is explaining and structure the content – Vipul Great work and excellent course – Alok The examples are very clear and code structure is helping me a lot – Moise Great course. Easy to follow and very informative. – Erick Excellent course, 100% recommended. – Vignesh Excellent …. i have a lot information about this curse, thanks – Akash |
What will I Learn by end of this course?
- Associates will gain knowledge to develop web applications using MEAN Stack and deploy on their own.
- He/she will be able to individually contribute in the development his/her projects.
- He/She can confidently attend interviews on the full stack development
Salient Features
- 25 to 30 hours of On-Demand videos.
- Course Completion Certificate
- Frequently asked Interview questions are covered as part of the course.
Who can enroll for this course?
- Candidates with very basic development knowledge and want to have a career in full stack development.
- Professionals who have experience in java/other programming languages and wanted to upskill in mean stack
- Professionals who have IT experience in testing/other domains and want to switch to development.
Course syllabus:
Get your Basics for MEAN Stack – Learn Javascript & html
- What is Javascript-Overview on Javascript, ECMAScript and why javascript is used
- Loops and functions-Covers declarations, definitions , loops, functions and other basic javascript concepts
- Javascript Frameworks-Overview on Javascript and its frameworks
- Core Javascript-Closures , Hoisting, array methods and other core concepts
- Front end Basics – Html, CSS & JS
Learn Front end development using Angular:
- Why Angular?-Overview about Angular and web applications.
- Client Side vs Server Side ?-Overview about client side and server side javascript.
- Angular Setup-Setting up a development environment with Angular with required tools/software
- Components and Services-Web application is divided into smaller modules, components and services. This session covers creating components and services with Angular.
- Css and Spec.ts usage-Unit test cases are written in spec.ts files and basic designing is done with the help of css
Module-Module file contains the list of dependencies that are called/invoked. This session is about how to create/refer/add dependencies to the module file. - Routing-Web pages need to be navigated from one page to another. This session is about the navigation between components using routing.
- Data Binding-Binding data from the class file to the html template
- Directives-Used to add/modify the DOM. There are multiple directives which will be covered in the session.
- HttpClient-This module/service is used to interact with the backend.
- RouteGuards-Access based routing.
- Calling Node API’s-Calling the node service from Angular using httpClient
- Data Binding from API Responses-Binding the data to the UI from the server response
- Http Methods,Responses and Errors-Types of Http methods and responses
- JWT Token-Authentication token / Session management
- Passing data between components-Passing Data between multiple components (Parent to child/child to parent)
- Submodules and Lazy Loading-In a large scale application, modules are split into sub modules and only the module which needs to be rendered is loaded.
Learn Server side development using nodeJs:
- What is NodeJs?-Nodejs and it’s Asynchronous nature..
- ExpressJs-ExpressJs – Node js framework to build rest api’s and other services
- Event Loop-Performing Non blocking operations
- Setting up NodeJs Server-Setting up a development environment with Angular with required tools/software
- Http Methods,Responses and Errors-Types of Http methods and responses
- Setting up API’s-Developing a Nodejs Restful Api’s using express.js
- Handling Asynchronous Code-Difference between synchronous and asynchronous code and handling asynchronous code.
- Promises and Async Await-Handles Asynchronous code
- File operations-Handling file operations using nodejs
- DB operations-Connect to the MongoDb Server and read/write data to database
- Angular to Nodejs Interaction-Connecting front end to back end with the use of API’s
Learn Database / Storage – MongoDB
- Tables vs Collections-Overview on MongoDb collections
- MongoDb Tools-Overview on Robo3T tool
- Indexing-Indexing a collection
- Querying a MongoDB Database-Develop mongodb queries and run it using Robo3T
- Find query-Find is similar to select query in SQL
- Aggregation query with pipeline-Pipeline operations are available in Mongo to retrieve large data.
Learn to Develop One full stack application implementing all the above topics
- Create Landing Page, login and few additional web pages
- Create nodejs based microservices
- Create MongoDB collections
- Integrate angular with microservices and database
- Deploy and make the app available for users
Additional Bonus Topics
- Git repo creation, code commit, master/branch process