[go: up one dir, main page]

0% found this document useful (0 votes)
13 views6 pages

Course Outline - MEAN Stack Development Course

The MEAN Stack Development Course is a 15-day program designed to teach full-stack web development using Node JS, Express, MongoDB, and Angular. Participants will learn to build applications, RESTful APIs, and secure their apps, with prerequisites including basic web development knowledge and familiarity with HTML, CSS, and JavaScript. The course covers various topics from Node.js fundamentals to advanced Angular features, including testing and deployment strategies.

Uploaded by

saivamsi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views6 pages

Course Outline - MEAN Stack Development Course

The MEAN Stack Development Course is a 15-day program designed to teach full-stack web development using Node JS, Express, MongoDB, and Angular. Participants will learn to build applications, RESTful APIs, and secure their apps, with prerequisites including basic web development knowledge and familiarity with HTML, CSS, and JavaScript. The course covers various topics from Node.js fundamentals to advanced Angular features, including testing and deployment strategies.

Uploaded by

saivamsi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Course Outline

MEAN Stack Development Course


Learn full-stack web development with Node JS, Express, Mongo DB, & Angular
modules.

Duration: 15 Full Days [or 25 Days @ 5 Hrs Per Day ]


What you’ll learn
 Build Mean Stack Application
 Build and route a basic SPAs
 Build RESTful API
 Develop Module
 Secure your app
 Model-driven forms

Who Should Attend


 Web Developers
 Technical Project Managers
 Technical Leads

Prerequisites
An individual should be familiar with:
 Basic knowledge of developing web applications
 HTML and CSS web languages
 JavaScript, IDE or Text Editor, Command Line Interface (CLI)
 Server-side development with any programming language.

Course Content:
1. Introduction to Node
 Installing Node.js
 Node’s Event Loop
 Writing asynchronous code

2. Advance JS primer
 Callbacks
 Closures
 Promises
 Async/await

3. Modularizing code
 Understanding built-in module
 Techniques for modularizing JavaScript code
 Using require() to modularize application code
 Using npm for third-party modules
 Handling Exceptions
4. Events and Streams
 EventEmitter class
 Understanding Streams
 Reading and writing streams
 Using pipe()
5. Accessing local resources
 Process Object
 Manipulating File System
 Understanding Buffers
6. Nodejs and the web
 Handling web requests
 Building a web server
7. Working with Express JS
 Installing Express.js

KnowledgeWorks IT Consulting Pvt. Ltd.,


www.knowledgeworksindia.com
Course Outline

 Routing
 Parameters and queries in routing
 Building views using view engine of choice (ejs / jade / handlebars)
 Using blocks for layout
 Displaying data
 Working with forms
 Serving files
 Error Handling
8. Securing web apis with passport
 Authentication & Authorization using local user
 Protecting API with JWT
9. Real time communication with socket.io
 Understand the need of websockets
 Install and setup socket.io
 Develop real time dashboard
10.Scaling node apps
 The Child process model
 Exec, spawn, and fork functions
 Using the Cluster module
11.Unit testing with mocha & chai
 What is unit testing
 Install and setup mocha and chai
 Write unit tests to test api

12.Introduction to MongoDB
 Installing MongoDB
 The current SQL/NoSQL landscape
 Document-oriented vs. other types of storage
 Mongo's featureset
 Common use-cases
 MongoDB databases
 MongoDB Collections
 MongoDB Documents

13.CRUD Operations in MongoDB


 Creating documents
 insert()
 update()
 save()
 Querying documents
 find()
 Working with equality
 Query operators
 Building complex queries
 Updating documents
 Deleting documents

14.Introduction to Mongoose
 Word on ORM/ODM
 Installing Mongoose
 Connecting to MongoDB from Mongoose
15.Core concepts of Mongoose
 Understanding Mongoose schemas and datatypes
 Working with Models
 Using modifiers in schema
 Using virtual fields
 CRUD operations with Mongoose

KnowledgeWorks IT Consulting Pvt. Ltd.,


www.knowledgeworksindia.com
Course Outline

16.Extending Models
 Working with hooks
 Validation of model data
 Creating custom static methods
 Creating custom instance methods
17.Introduction to Angular

18.Why Angular?
 User Experience similar to a Desktop Application
 Productivity and Tooling
 Performance
 Community
 Full-featured Framework
 Platform for Targeting Native Mobile not just Web Browsers
19.Understanding Angular Versions
 AngularJS (Angular 1.x)
 Angular 2
 Angular 4
 Angular 5
 Angular 6
 Angular 7
 Angular 8
20.Typescript & ES6
 What is Typescript
 Why Typescript
 Setup and installation
 IDE support
 Scoping using Let and Const Keywords ( ES6 )
 Template Literals ( ES6 )
 Spread Syntax and Rest Parameters ( ES6 )
 Destructuring ( ES6 )
21.Power of Types
 Type inference
 Type Annotations
 Number
 Boolean
 String
 Array
 Tuple
 Enum
 Any
 Void
 Null and Undefined
 Never (Typescript 2)
22.Explore Functions
 Using types in functions
 Function as types
 Optional and default parameters
 Arrow functions
23.Classes
 Inheritance
 Access modifiers
 Getters and setters
 Readonly & static
24.Interfaces
 Optional properties and methods
 Strict structural contract

KnowledgeWorks IT Consulting Pvt. Ltd.,


www.knowledgeworksindia.com
Course Outline

 Extending interface
 Implementing interface
25.Modules
 Introduction
 Import
 Export
 Default
26.Decorators (Typescript Aspect Oriented Programming)
27.Working with Angular CLI
 Angular CLI
 Anatomy of the project
 Debugging Angular apps
 Working with Augury
28.8 Main Building blocks of Angular (Birds Eye View Of Angular )
 Modules
 Components
 Templates
 Metadata
 Data binding
 Directives
 Services
 Dependency injection
29.Angular modules
 Why modules
 How to create modules
 Built in modules
 Root Module
 feature module
30.Components
 @Component decorator
 Component configuration object
 Custom components
 Component with templates
 Inline
 External
 Component with Styles
 Inline
 External
31.Templating
 HTML as template
 Data binding
 Interpolation
 Property Binding
 Event Binding
 Two way binding
 Template expressions
 Template syntax
 Attribute, class and style bindings
 @Input()
 @Output
 Template reference variables
 Safe navigation operator
32.Directives
 Built-in directives
 Structural directive
 NgIf
 NgFor

KnowledgeWorks IT Consulting Pvt. Ltd.,


www.knowledgeworksindia.com
Course Outline

 NgSwitch
 Attribute directive
 NgClass
 NgStyle
 NgModel
33.Pipes
 Built-in pipes
 @Pipe decorator
34.Forms
 @angular/forms library
 Template driven forms
 Form and field validation
 Validation check with ng-pristine,ng-dirty, ng-touched, ng-untouched, ng-valid,
ng-invali
 Show and hide validation error messages
 Form submission with ngSubmit
 Reactive/ Model drive forms
 ReactiveFormsModule
 FormGroup, FormControl classes
 FormBuilder for easy form building
 Validations using Validators
 Setting form model using setValue and patchValue
 Use FormArray to build repeated from controls or form groups
35.Dependency Injection
 Why DI
 @Injectable decorator
 Custom service development
 Registering the service with NgModule using providers key
 Provider Types
 Class
 Factory
 Value
36.Routing And Navigation
 @angular/router library
 Configure routes
 RouterModule.forRoot and RouterModule.forChild
 RouterOutlet, RouterLink, RouterLinkActive
 Nested Routes
 Parametrized routes
 Route guards
37.RxJs Primer
 Why RxJs
 Observable interface
 Streams
 Operators
 Subscription
 Subject
 Schedulers
38.HTTP Deprecated & HttpClient
 Setup installing the module
 Making a request for JSON data
 Typechecking the response
 Error handling
 Sending data to the server
 Making a POST request
 Configuring other parts of the request
39.New Features in Angular 8

KnowledgeWorks IT Consulting Pvt. Ltd.,


www.knowledgeworksindia.com
Course Outline

 New features in angular cli


 ng update
 ng add
 Angular Elements
 Updates to @angular/material
 CLI workspaces
 Building libraries
 Tree shakable providers
 RxJs 6 Support
 How to upgrade to Angular 6
40.Testing
 Testing in Typescript
 Testing Component
 Testing Service/Provider
 Testing Pipe
41.Deployment
 Manually
 Using the Angular CLI with Ahead-Of-Time (AOT) Compilation and Tree-
Shaking (removing unused library code)

KnowledgeWorks IT Consulting Pvt. Ltd.,


www.knowledgeworksindia.com

You might also like