MEAN

MEAN Training Provided by 3RI Technologies Pvt Ltd Training Institute in Pune

Beginner 0(0 Ratings) 0 Students enrolled
Created by 3RI Technologies Pvt Ltd Training Institute staff Last updated Tue, 22-Mar-2022 English


MEAN free videos and free material uploaded by 3RI Technologies Pvt Ltd Training Institute staff .

Syllabus / What will i learn?

Basic Foundation Course

1. Programming Basics

Fundamentals of Computer

Understanding Applications

Using Windows Explorer & File Structure

Number Systems

Application Software

2. Operating System & Networking

Need for operating system

Functions of Operating System

Process Management

Memory Management

File Management

Device Management

Types of operating system

TCP/IP fundamentals

Networks and computer networks

2 tier, 3 tier and n-tier architecture

3. C Language

Introduction to C

Keywords, Constants and Variables

Data Types in C

Operator and Expressions

Control Structure

Functions

Pointers

Arrays

Structure

String Handling

Preprocessor Directives

File Management in C

Dynamic Memory Allocation

4. Object-Oriented Concepts using C++

Introduction to OOPs

Beginning with C++

Class, Objects Basics

Constructor, Data Members

Operator Overloading

Inheritance

Polymorphism

Overriding

5. Linux Foundations

Introduction to UNIX and its flavours

UNIX architecture

File System

User and Group Policies

Unix general commands

Concept of Files and Directories in Unix

File Permission and related commands

Filter Commands and their options

Vi Editor

6. Introduction to Database Management Systems

Introduction to Database

DBMS, RDBMS, ORDBMS

DDL, DML, DCL, TCL

Data types

SELECT Statement

Restricting and Sorting Data

Aggregating Data using Group Functions

Manipulating Data

Sub queries

Important Functions

Joins and different types

UI Developement

1.Front-End Introduction

What are websites and web applications?

What is the difference between the local server and web server

Client-server architecture

2.HTML

Introduction and Basic Structure of HTML

Paragraphs, Headings, and Text Formatting Tags

Html list

Html Image

Html Table

Html4 & 5 form elements

3.CSS

Introduction of CSS

Types of CSS

Basic CSS properties

CSS Box Model

Division Structure (Overview of how to create a webpage )

CSS Position

4. Javascript

Introduction of Javascript

How to display output in JS

JS Variables &Datatypes

JS Operators

JS Conditional Statements & Looping Statements

JS Functions

Pre-defined Functions

User-defined functions

HTML Events

JS Validations

 5. Bootstrap

What is Bootstrap?

Bootstrap Setup

Bootstrap grids

Bootstrap buttons, forms, navigation bars

MONGO DB

1. Design Goals, Architecture, and Installation

What is the need for Non-RDBMS

Benefits of using Document-based databases

2. CRUD Operations

Understanding of CRUD Operations

Functional usage of CRUD

Read / Write Operations with CRUD

3. Schema Design and Data Modelling

Schema Design and

Data Modelling in MongoDB®

Various Data Structure and

Tools to Manage Data Model in MongoDB

EXPRESS JS

An Intro to Express JS

Routing

Setting Up Router

Route ParaMeter and queries

HTTP Interaction

Handling ForM Data

Handling Query ParaMeters

Error Handling

Creating and ConsuMing RESTful Services

Using TeMplates

The Model-view-controller pattern

Defining Jade and Handlebars teMplates

Building a front-end controller

Defining routes

Creating actions

Configuring Express to use

Using REST

Reading POST data

Building Handlebars helpers

Adding Middleware

Data Sources

How Node.JS connects to databases

RDBMS databases and NoSQL databases

Connecting to RDBMS and NoSQL databases

ANGULAR

1 Getting Started

Introduction

What is Angular 2?

How Angular Works?

Difference between Angular and Other Framework

Advantages of AngularJS

2. Typescript

What is typescript?

Compare typescript with Javascript

Data Types & Variables

Variable & Operators

Control Structure and Decision making & loops

Typescript Functions & Strings

Typescript Object

Class, Abstract Class

Constructor Method

Type of Assertion

Interfaces

3. Application setup

Installing Angular JS

Configuration of Angular JS

Creating an Angular 2 project

Creating an Angular 2 project using CLI

4. Node package manager

Setup

Commands

What is NPM

Install Nom for Angular.

5. Architecture

Module

Component

Template

Metadata

Data binding

Directive

Attribute Directive

Structural Directive,

Services

Dependency Injection

6. Angular UI design patterns

FlexBox

What is flexbox

How to design your user interface with flexbox model

Material Design

What is material design

How to use and setup material environment

Material components and layouts:

Material cards

Mat-Icons

Mat table

Bootstrap

How to install bootstrap in angular environment

Bootstrap layout and components

7. Directives

Understanding Directives

Directives Overview

Different kinds of directives

Build attribute directive

Apply the attribute directive to an element in a template

Respond to user-initiated events

Pass value into the directive with an @Input data binding

Custom Attribute Directive

8. Structural and Attribute Directive

What is structural directive?

NgIf case study

NgFor, NgSwitch

What is attribute Directives

Using the NgStyle Directive

Using the NgClass Directive

The