Overview
Become a Certified FULL Stack (MEAN) Developer with Angular 5.0
FULL Stack (MEAN) Developer Training is a 360° training program offered by Cognixia, comprehensive and designed to train participants in creating enterprise-style applications with server-side code using Node.js, Express framework, front-end coding using Angular.js, and databases with MongoDB. This training program has become one of the most popular and in-demand because of all the benefits it offers with a combination of technologies. Web developers who want to take their careers to a new level can do so with FULL Stack (MEAN) Developer Training (Master Program).
After completion of the training, participants will become experts in front-end and back-end JavaScript technologies of the popular, MEAN (MongoDB, Express, Angular, and Node.js). This training program is designed to give participants a thorough understanding of FULL Stack (MEAN) technologies, MongoDB, Express, Angular, and Node.js, and more.
Why take a 360° Master’s Program Training in FULL Stack?
To become an expert in front and back-end JavaScript technologies of the most popular and in-demand stack MEAN (MongoDB, Express, Angular and Node.js)
To get a comprehensive understanding of Angular to master front-end web development
To get trained on one of the most popular NoSQL databases – MongoDB
What You'll Learn
- MongoDB This module will ensure that you become an expert in NoSQL database. The sessions will help you learn MongoDB development and administration by mastering skills like modelling, ingestion, query, and data replication. Moreover, you will get to work on real-life projects.
- Express.js In this module, you will gain in-depth study knowledge on the concepts of Express.js such as routing, middleware, and template engines. Moreover, authentication and securing routes would be covered as part of Express.js security.
- Angular.js In this module, you will study the most advanced version of Angular i.e. 5.0 along with all the other versions of Angular. You will also get to study various concepts like Dependency Injections, Pipes, Directives, Router, and other Components. You will also learn about various testing tools like Jasmine, Karma CHAI, and other E2C testing.
- Node.js This module will cover the basics of Node.js, from introducing the concepts of Node and various modules in .js to working with process and file systems.
Curriculum
- 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
- Creating documents
- insert()
- update()
- save()
- Querying documents
- find()
- Working with equality
- Query operators
- Building complex queries
- Updating documents
- Deleting documents
- Word on ORM/ODM
- Installing mongoose
- Connecting to MongoDB from mongoose
- Understanding mongoose schemas and datatypes
- Working with Models
- Using modifiers in schema
- Using virtual fields
- Optimizing query performance by enabling indexes
- Working with hooks
- Validation of model data
- Creating custom static methods
- Creating custom instance methods
- CRUD operations with Mongoose
- Installing express
- First App with express – Demo
- Little about routes
- Little about Express middleware
- Serving static files with express
- Express application generator
- What is js
- Route Methods
- Route Paths
- Parametrized Routes
- Route Handlers
- Express Router
- Types of middleware
- Application
- Router
- Error
- Built-in
- Third-party
- Error middleware
- Bodyparser, cookie parser, session management
- What are template engines
- EJS
- Jade
- Handlebars
- Authentication
- JWT
- Securing routes
- The Child process model
- exec, spawn, and fork functions
- Using the Cluster module
- User Experience similar to a Desktop Application
- Productivity and Tooling
- Performance
- Community
- Full-featured Framework
- Platform for Targeting Native Mobile not just Web Browsers
- js (Angular 1.x)
- Angular
- Angular 0
- Angular 0
- Drop-in replacement for Angular 0
- View Engine generates smaller code
- Enhanced *ngIf syntax
- Animation code now in own packages
- TypeScript 1
- Improved compiler speed
- Angular Universal
- Components
- Templates
- Inline Templates
- Multi-line Templates using ES6 Template Literals
- External with Component-relative Paths
- Modules
- Models
- HTML in templates
- Interpolation
- Binding syntax
- Property binding
- Event binding
- Two-way data binding
- Attribute, class, and style bindings
- Built-in Directives
- Built-in attribute directives: NgClass, NgStyle, NgModel
- Built-in structural directives: NgIf (includes enhanced *ngIf syntax in Angular 5.0), NgFor
- Template Input Variables
- The NgSwitch Directives
- Component Communication
- Input properties
- Output properties: Custom Events using EventEmitters
- Angular’s Dependency Injection System
- Registering
- Injecting
- Using services to access data
- NgSubmit Directive
- FormsModule
- NgForm, NgModel
- Displaying validation messages
- Styling validation messages
- Deciding between Promises or Observables (RxJS)
- Making http GET Requests
- Making http POST and PUT Requests
- Issuing a http DELETE Request
- Importing the RouterModule and Routes
- Configuring Routes
- Displaying Components using a RouterOutlet
- Navigating with RouterLink
- Accessing parameters
- Organizing your code into Modules
- Working with logging and Error Handling
- JSON based communication
- Route guards
- Auth0 based security
- Tools: Jasmine, Karma
- Jasmine Syntax: describe, it, beforeEach, afterEach, matchers
- Setup and your First Test
- E2E Testing
- Reactive Forms Module
- Abstract Control, Form Control, Form Group, and Form Array
- Form Builder
- Validators
- Displaying Validation Messages
- Styling Validation Messages
- Creating a custom Attribute Directive using ElementRef, Render
- Built-in Pipes: Using, Passing Parameters, Chaining
- Creating a custom Pipe using Pipe Transform
- Understanding Pure and Impure Pipes
- Manually
- Using the Angular CLI with Ahead-of-Time (AOT) Compilation and Tree-Shaking (removing unused library code)
- What is js?
- A word on eventloop
- Event driven architecture
- Blocking VS non-blocking code
- Setup js
- Node REPL
- HelloWorld program
- Debugging node.js app
- Understanding exports and require
- Creating modules
- Importing modules
- Quick tour on npm
- Installing third-party modules
- Significance of Events
- Event Emitter class
- Emitting and listening to events
- Types of streams
- Working with streams
- Composing streams using pipe
- Process object
- Handling exceptions at process level
- Listening to process events
- Working with file system using fs module
- Creating, Copying, Deleting files
- Creating, Copying, Deleting directories
- Watching for file changes