Online course detail
Curriculum
Topics to be covered - Mongo, Express, Node, Angular, React
Mongo + Express JS + Angular/ React + Node JS
- History and over view of MONGO DB
- Advantages
- How it differs from other DB
- Setting up the environment and installation of Mongo DB
- Exploring Data modelling
- Creating DB in Mongo
- Droping an existing DB
- Datatypes
- Creating and dropping collections
- Creating Documents
- Updating and Deleting Documents
- Query Documents
- Creating Backup for database
Overview
Environment Setup
Data modelling
Creating and Dropping DB
Datatypes and collections
Documents
Backup support
- Introduction
- What is Node JS?
- Advantages of Node JS
- Traditional Web Server Model
- Node.js Process Model
Install Node.js on Windows
Installing in mac os
Working in REPL
Node JS Console
- Functions
- Buffer
- Module
- Module Types
- Core Modules
- Local Modules
- Module.Exports
- What is NPM
- Installing Packages Locally
- Adding dependency in package.json
- Installing packages globally
- Updating packages
- Creating webserver
- Handling http requests
- Sending requests
- Fs.readFile
- Writing a File
- Writing a file asynchronously
- Opening a file
- Deleting a file
- Other IO Operations
- Core Node JS debugger
- Debugging with Visual Studio
- EventEmitter class
- Returning event emitter
- Inhering events
- Configuring routes
- Working with express
- Serving static files
- Working with middleware
- Connection string
- Configuring
- Working with select command
- Updating records
- Deleting records
- Why Template Engine
- What is Jade
- What is vash
- Example
- Introduction To Client Side (Scripting Languages)
- Introduction to Javascript & jQuery
- When should we use AngularJS or 2 or 4 or 6 or 7 or 8?
- What is TypeScript
- Installation & Setup the Environment
- Benefits & its Example
- Arrays, Tuples & Enum
- Comparison between let and var
- Any & void
- null & undefined
- Type Inference & Type Casting
- Destructuring - Array, Object & Mixed
- Property renaming
- Default Values & Spreads
- Constructor, Inheritance of classes
- Typecasting & Type Assertion
- Abstract class
- Static Properties
- Duck Typing
- Indexable Types
- Optional Property
- Interface by class
- Extending Interfaces
- Excess Property Checks
- Generic - Types, Interface, Classes, Constraints
- Using Type Parameters in Generic Constraint
- Export, Import, Re-export between modules
- Declaring and Using Namespaces
- Using require()
- Definition
- Syntaxo Examples
- What is Angular?
- Comparison - Angular (vs) Angular2 (vs) Angular4 (vs) Angular6 (vs) Angular7 (vs) Angular8
- Setup environment
- Built-in directives
- ngIF
- ngFor
- ngSwitch
- Attribute directives
- Host Listener and Host Binding
- Structural directives
- Style and Class Directives
- ngClass
- ngStyle
- Use of @Input and @Output
- Property binding and Interpolation
- Two-way & Event Binding
- What are components?
- How to Create Components?
- Components lifecycle hooks
- Creating Dynamic components using ngComponentOutlet
- Root App module
- Shared Module
- Feature modules
- AOT - Ahead Of Time Compilation
- Lazy Loading
- Template Driven, Model Driven & Reactive Forms
- Validations & Custom Valuators
- Resetting & submitting forms
- Form with @ViewChild
- What are pipes
- Passing parameters to pipes
- Create Custom pipes
- Why pipes are useful?
- Pure and Impure pipes
- Async pipes
- Creating, Logger, $http Service
- Injectors & Providers
- Communicating using HTTP to the server
- Tokens
- DI in Angular
- Introduction
- Configuring & Navigating between Views
- Parameterized routes
- How to create Services
- How to create Components
- How to create Routings
- How to Configure NgModule
- Run the application
- Basic Structure of HTML
- Head Section and Elements of Head Section
- Css Tags
- Script Tag
- Table Tag
- Div Tag
- Header Tags
- Paragraph, Span
- Anchor Links and Named Anchors
- Image Tag
- Object Tag
- Iframe Tag
- Form Tag
- Attributes of Form
- POST and GET Method
- Text input, Text area
- Checkbox and Radio Button
- Dropdown, List
- File Upload and Hidden Fields
- Submit, Image, Normal, Reset Button
- Creating a Live Website Form
- HTML Validators
- Introduction to Cascading Style Sheets
- Types of CSS
- Type Properties
- Background Properties
- Block Properties
- Box Properties
- List Properties
- Border Properties
- Positioning Properties
- Conversion of Table to CSS Layout
- CSS Menu Design (Horizontal, Vertical)
- Form Designing
- Introduction to HTML5
- Introduction to Bootstrap CSS
- Introduction
- What is React?
- Real-World SPAs & React Web Apps
- Writing our First React Code
- Why Should we Choose React?
- React Alternatives
- Understanding Single Page Applications and Multi Page Applications
- Course Outline
- How to get the Most out of This Course
- Useful Resources & Links
- Module Introduction
- Understanding "let" and "const"
- Arrow Functions
- Exports and Imports
- Understanding Classes
- Classes, Properties and Methods
- The Spread & Rest Operator
- Destructuring
- Reference and Primitive Types Refresher
- Refreshing Array Functions
- Wrap Up
- Next-Gen JavaScript - Summary
- JS Array Functions
- Module Introduction
- The Build Workflow
- Using Create React App
- Understanding the Folder Structure
- Understanding Component Basics
- Understanding JSX
- JSX Restrictions
- Creating a Functional Component
- Components & JSX Cheat Sheet
- Working with Components & Re-Using Them
- Outputting Dynamic Content
- Working with Props
- Understanding the Children Property
- Understanding & Using State
- Props & State
- Handling Events with Methods
- To Which Events Can You Listen?
- Manipulating the State
- Functional (Stateless) vs class (Stateful) Components
- Passing Method References Between Components
- Adding Two Way Binding
- Adding Styling with Stylesheets
- Working with Inline Styles
- Module Introduction
- Rendering Content Conditionally
- Handling Dynamic Content "The JavaScript Way"
- Outputting Lists (Intro)
- Outputting Lists
- Lists & State
- Updating State Immutably
- Lists & Keys
- Flexible Lists
- Wrap Up
- Time to Practice - Lists & Conditionals
- Module Introduction
- Outlining the Problem Set
- Setting Styles Dynamically
- Setting Class Names Dynamically
- Adding and Using Radium
- Using Radium for Media Queries
- MUST READ: Enabling CSS Modules
- Enabling & Using CSS Modules
- More on CSS Modules
- Adding Pseudo Selectors
- Working with Media Queries
- Useful Resources & Links
- Module Introduction
- Understanding Error Messages
- Finding Logical Errors by using Dev Tools & Sourcemaps
- Working with the React Developer Tools
- Using Error Boundaries (React 16+)
- Module Introduction
- A Better Project Structure
- Splitting an App Into Components
- Comparing Stateless and Stateful Components
- Understanding the Component Lifecycle
- Converting Stateless to Stateful Components
- Component Creation Lifecycle in Action
- componentWillUnmount()
- Component Updating Lifecycle Hooks
- Component Updating Lifecycle in Action
- Updating Lifecycle Hooks (Triggered by State Changes)
- Performance Gains with PureComponents
- How React Updates the App & Component Tree
- Understanding React's DOM Updating Strategy
- Windows Users Must Read - File Downloads
- Returning Adjacent Elements (React 16+)
- React 16.2 Feature: Fragments
- Understanding Higher Order Components (HOCs)
- A Different Approach to HOCs
- Passing Unknown Props
- Using setState Correctly
- Validating Props
- Available PropTypes
- Using References ("ref")
- More on the React ref API (16.3)
- The Context API (React 16.3)
- More on the Context API (16.6)
- Updated Lifecycle Hooks (React 16.3)
- The "memo" Method (16.4)
- Module Introduction
- Planning an App in React - Core Steps
- Planning our App - Layout and Component Tree\
- Planning the State
- Setting up the Project
- Creating a Layout Component
- Starting Implementation of The Burger Builder Container
- Adding a Dynamic Ingredient Component
- Adding Prop Type Validation
- Starting the Burger Component\
- Outputting Burger Ingredients Dynamically\
- Calculating the Ingredient Sum Dynamically
- Adding the Build Control Component
- Outputting Multiple Build Controls
- Connecting State to Build Controls
- Removing Ingredients Safely
- Displaying and Updating the Burger Price
- Adding the Order Button
- Creating the Order Summary Modal
- Showing & Hiding the Modal (with Animation!)
- Implementing the Backdrop Component
- Adding a Custom Button Component
- Implementing the Button Component
- Adding the Price to the Order Summary
- Adding a Toolbar
- Using a Logo in our Application
- Adding Reusable Navigation Items
- Creating a Responsive Sidedrawer
- Working on Responsive Adjustments
- More about Responsive Adjustments
- Reusing the Backdrop
- Adding a Sidedrawer Toggle Button
- Adding a Hamburger Icon
- Improving the App - Introduction
- Prop Type Validation
- Improving Performance
- Using Component Lifecycle Methods
- Changing the Folder Structure
- Module Introduction
- Understanding Http Requests in React
- Understanding our Project and Introducing Axios
- Creating a Http Request to GET Data
- Rendering Fetched Data to the Screen
- Transforming Data
- Making a Post Selectable
- Fetching Data on Update (without Creating Infinite Loops)
- POSTing Data to the Server
- Sending a DELETE Request
- Fixing a Bug
- Handling Errors Locally
- Adding Interceptors to Execute Code Globally
- Removing Interceptors
- Setting a Default Global Configuration for Axios
- Creating and Using Axios Instances
- Module Introduction
- Firebase & The Right Database
- Creating the Firebase Project
- Creating the Axios Instance
- Sending a POST Request
- Displaying a Spinner while Sending a Request
- Handling Errors
- Retrieving Data from the Backend
- Removing Old Interceptors
- Useful Resources & Links
- Module Introduction
- Routing and SPAs
- Setting Up Links
- Setting Up the Router Package
- react-router vs react-router-dom
- Preparing the Project For Routing
- Setting Up and Rendering Routes
- Rendering Components for Routes
- Switching Between Pages
- Using Links to Switch Pages
- Using Routing-Related Props
- The "withRouter" HOC & Route Props
- Absolute vs Relative Paths
- Absolute vs Relative Paths (Article)
- Styling the Active Route
- Passing Route Parameters
- Extracting Route Parameters
- Parsing Query Parameters & the Fragment
- Using Switch to Load a Single Route
- Navigating Programmatically
- Additional Information Regarding Active Links
- Understanding Nested Routes
- Creating Dynamic Nested Routes
- Redirecting Requests
- Conditional Redirects
- Using the History Prop to Redirect (Replace)
- Working with Guards
- Handling the 404 Case (Unknown Routes)
- Loading Routes Lazily
- Lazy Loading with React Suspense (16.6)
- Routing and Server Deployment
- Time to Practice – Routing
- Module Introduction
- Adding Middleware
- Using the Redux Devtools
- Executing Asynchronous Code - Introduction
- Introducing Action Creators
- Action Creators & Async Code
- Handling Asynchronous Code
- Restructuring Actions
- Where to Put Data Transforming Logic?
- Using Action Creators and Get State
- Using Utility Functions
- A Leaner Switch Case Statement
- An Alternative Folder Structure
- Diving Much Deeper
- Module Introduction
- Building the Checkout Container
- Setting Up Routing & Routes
- Navigating to the Checkout Page
- Navigating Back & To Next Page
- Passing Ingredients via Query Params
- Navigating to the Contact Data Component
- Order Submission & Passing Data Between Pages
- Adding an Orders Page
- Implementing Navigation Links
- Fetching Orders
- Outputting the Orders
- Module Introduction
- Analyzing the App
- Creating a Custom Dynamic Input Component
- Setting Up a JS Config for the Form
- Dynamically Create Inputs based on JS Config
- Adding a Dropdown Component
- Handling User Input
- Handling Form Submission
- Adding Custom Form Validation
- Fixing a Common Validation Gotcha
- Adding Validation Feedback
- Improving Visual Feedback
- Showing Error Messages
- Handling Overall Form Validity
- Working on an Error
- Module Introduction
- Understanding State
- The Complexity of Managing State
- Understanding the Redux Flow
- Setting Up Reducer and Store
- Dispatching Actions
- Adding Subscriptions
- Connecting React to Redux
- Connecting the Store to React
- Dispatching Actions from within the Component
- Time to Practice - Dispatching Actions
- Passing and Retrieving Data with Action
- Switch-Case in the Reducer
- Updating State Immutably
- Updating Arrays Immutably
- Immutable Update Patterns
- Outsourcing Action Types
- Combining Multiple Reducers
- Understanding State Types
- Time to Practice - Redux Basics
- Combining Local UI State and Redux
- Module Introduction
- Installing Redux and React Redux
- Basic Redux Setup
- Finishing the Reducer for Ingredients
- Connecting the Burger Builder Container to our Store
- Working on the Total Price Calculation
- Redux & UI State
- Adjusting Checkout and Contact Data
- Module Introduction
- Installing the Redux Devtools
- Preparing the Folder Structure
- Creating Action Creators
- Executing Asynchronous Code
- Fetching Ingredients Asynchronously
- Initializing Ingredients in the BurgerBuilder
- Changing the Order of our Ingredients Manually
- Adding Order Actions
- Connecting Contact Data Container & Actions
- The Order Reducer
- Working on Order Actions
- Redirect to Improve UX
- Combining Reducers
- Handling Purchases & Updating the UI
- Resetting the Price after Purchases
- Fetching Orders (via Redux)
- Checking our Implemented Functionalities
- Refactoring Reducers
- Refactoring Reducers Continued
- Module Introduction
- Understanding Authentication in Single Page Applications
- Required App Adjustments
- Adding an Auth Form
- Adding Actions
- Getting a Token from the Backend
- Adding Sign-In
- Storing the Token
- Adding a Spinner
- Logging Users Out
- Accessing Protected Resources
- Updating the UI Depending on Auth State
- Adding a Logout Link
- Forwarding Unauthenticated Users
- Redirecting the User to the Checkout Page
- Persistent Auth State with localStorage
- Fixing Connect + Routing Errors
- Ensuring App Security
- Guarding Routes
- Displaying User Specific Orders
- Module Introduction
- Fixing the Redirect to the Frontpage
- Using updateObject in the Entire App
- Sharing the Validation Method
- Using Environment Variables
- Removing console.log()s
- Adding Lazy Loading
- Module Introduction
- What is Testing?
- Required Testing Tools
- What To Test?
- Writing our First Test
- Testing Components Continued
- Jest and Enzyme Documentations
- Testing Components Correctly\
- Testing Containers
- How to Test Redux
- Module Introduction
- Deployment Steps
- Building the Project
- Example: Deploying on Firebase
Course Description
Full Stack Course is broadly categorized as:
Category 1: MEAN Stack (Mongo + Express JS + Angular JS + Node JS)
Category 2: MERN Stack (Mongo + Express JS + React + Node JS)
Category 3: Angular + Java (Springs, Hibernate)
Category 4: Angular + .Net Core-MVC
Category 5: Angular + Python, Django
- Understanding of NodeJS
- Basics to advanced async programming
- How to use promises and call backs
- Develop a web application which involves database operations
- Deployment of Node application
- Implementation of Versioning
- Code Styling and Formatting
-
Understand Client Side development in MVC format, SPA, and Typescript
-
Learn how an Angular application interacts with JSON data.
-
Learn various Unit Testing techniques that can be used with Angular JS.
-
Learn and Apply various application design concepts and testing practices
-
Understand the architecture of Angular Applications
-
Write efficient programs using type script in Object Oriented & type safe fashion.
-
Develop Responsive & Scalable single page application
-
Practice latest techniques of DOM manipulation (Directives and Pipes), Promises
-
Explore the possibilities in Client Side Scripting, development with extensive use of Dependency Injection (DI)
-
Debugging React Apps
-
Diving Deeper into Components & React Internal
After the completion of Full Stack course, you will have:
We at Gyansetu understand that teaching any course is not difficult but to make someone job-ready is the essential task. That's why we have prepared capstone projects which will drive your learning through real-time industry scenarios and help you clearing interviews.
All the advanced level topics will be covered at Gyansetu in a classroom/online Instructor-led mode with recordings.
No prerequisites. This course is for beginners.
- Our placement team will add Full Stack skills & projects to your CV and update your profile on Job search engines like Naukri, Indeed, Monster, etc. This will increase your profile visibility in top recruiter search and ultimately increase interview calls by 5x.
- Our faculty offers extended support to students by clearing doubts faced during the interview and preparing them for the upcoming interviews.
- Gyansetu’s Students are currently working in Companies like Sapient, Capgemini, TCS, Sopra, HCL, Birlasoft, Wipro, Accenture, Zomato, Ola Cabs, Oyo Rooms, etc.
Gyansetu is providing complimentary placement service to all students. Gyansetu Placement Team consistently works on industry collaboration and associations which help our students to find their dream job right after the completion of training.
- Gyansetu trainers are well known in Industry; who are highly qualified and currently working in top MNCs.
- We provide interaction with faculty before the course starts.
- Our experts help students in learning Technology from basics, even if you are not good at basic programming skills, don’t worry! We will help you.
- Faculties will help you in preparing project reports & presentations.
- Students will be provided Mentoring sessions by Experts.
Certification
Full Stack CertificationReviews
Placement
Aarti
Placed In:
Genpact
Placed On – April 24 , 2018Review:
Best and trusted place to join Full Stack training in Gurgaon. Excellent study material, case studies and content delivery.
Saiba
Placed In:
IBM
Placed On – November 16 , 2019Review:
Training cost may initially look on little higher side but when you attend demo class, difference with other institutes is easily visible in terms of institute environment, trainer knowledge and experience. Value for money
Disha
Placed In:
Infosys
Placed On – June 17 , 2019Review:
Classes are very good....If you want to best Full Stack Development class then u should join this institution.
Enroll Now
Structure your learning and get a certificate to prove it.
Projects
Problem Statement : Integration of different technologies and requirements for a complex project can be challenging
- Module Introduction
- Installing the Redux Devtools
- Preparing the Folder Structure
- Creating Action Creators
- Executing Asynchronous Code
- Fetching Ingredients Asynchronously
- Initializing Ingredients in the BurgerBuilder
- Changing the Order of our Ingredients Manually
- Adding Order Actions
- Connecting Contact Data Container & Actions
- The Order Reducer
- Working on Order Actions
- Redirect to Improve UX
- Combining Reducers
- Handling Purchases & Updating the UI
- Resetting the Price after Purchases
- Fetching Orders (via Redux)
- Checking our Implemented Functionalities
- Refactoring Reducers
- Refactoring Reducers Continued
Full Stack Development Training in Gurgaon, Delhi - GyanSetu Features
FAQs
- What type of technical questions are asked in interviews?
- What are their expectations?
- How should you prepare?
We have seen getting a relevant interview call is not a big challenge in your case. Our placement team consistently works on industry collaboration and associations which help our students to find their dream job right after the completion of training. We help you prepare your CV by adding relevant projects and skills once 80% of the course is completed. Our placement team will update your profile on Job Portals, this increases relevant interview calls by 5x.
Interview selection depends on your knowledge and learning. As per the past trend, initial 5 interviews is a learning experience of
Our faculty team will constantly support you during interviews. Usually, students get job after appearing in 6-7 interviews.
- What type of technical questions are asked in interviews?
- What are their expectations?
- How should you prepare?
We have seen getting a technical interview call is a challenge at times. Most of the time you receive sales job calls/ backend job calls/ BPO job calls. No Worries!! Our Placement team will prepare your CV in such a way that you will have a good number of technical interview calls. We will provide you interview preparation sessions and make you job ready. Our placement team consistently works on industry collaboration and associations which help our students to find their dream job right after the completion of training. Our placement team will update your profile on Job Portals, this increases relevant interview call by 3x
Interview selection depends on your knowledge and learning. As per the past trend, initial 8 interviews is a learning experience of
Our faculty team will constantly support you during interviews. Usually, students get job after appearing in 6-7 interviews.
- What type of technical questions are asked in interviews?
- What are their expectations?
- How should you prepare?
We have seen getting a technical interview call is hardly possible. Gyansetu provides internship opportunities to the non-working students so they have some industry exposure before they appear in interviews. Internship experience adds a lot of value to your CV and our placement team will prepare your CV in such a way that you will have a good number of interview calls. We will provide you interview preparation sessions and make you job ready. Our placement team consistently works on industry collaboration and associations which help our students to find their dream job right after the completion of training and we will update your profile on Job Portals, this increases relevant interview call by 3x
Interview selection depends on your knowledge and learning. As per the past trend, initial 8 interviews is a learning experience of
Our faculty team will constantly support you during interviews. Usually, students get job after appearing in 6-7 interviews.
Yes, a one-to-one faculty discussion and demo session will be provided before admission. We understand the importance of trust between you and the trainer. We will be happy if you clear all your queries before you start classes with us.
We understand the importance of every session. Sessions recording will be shared with you and in case of any query, faculty will give you extra time to answer your queries.
Yes, we understand that self-learning is most crucial and for the same we provide students with PPTs, PDFs, class recordings, lab sessions, etc, so that a student can get a good handle of these topics.
We provide an option to retake the course within 3 months from the completion of your course, so that you get more time to learn the concepts and do the best in your interviews.
We provide an option to retake the course within 3 months from the completion of your course, so that you get more time to learn the concepts and do the best in your interviews.
We believe in the concept that having less students is the best way to pay attention to each student individually and for the same our batch size varies between 5-10 people.
Yes, we have batches available on weekends. We understand many students are in jobs and it's difficult to take time for training on weekdays. Batch timings need to be checked with our counsellors.
Yes, we have batches available on weekdays but in limited time slots. Since most of our trainers are working, so either the batches are available in morning hours or in the evening hours. You need to contact our counsellors to know more on this.
Total duration of the course is 100 hours (50 hours of live instructor-led-training and 50 hours of self-paced learning).
You don’t need to pay anyone for software installation, our faculties will provide you all the required softwares and will assist you in the complete installation process.
Our faculties will help you in resolving your queries during and after the course.