🎄 Special Offer! 🎅🎁 Flat 40% OFF on all courses!
All Courses
Programming Courses
Python Certification Training Course
Trending
Python Django Certification Training Course
Node.js Certification Training Course
Java Certification Training Course
Best Seller
Spring Framework Certification Training Course
Spring Boot Certification Training Course
Trending
Hibernate Certification Training Course
Microsoft .NET Framework Certification Training Course
Data Analytics Certification Training Course
Trending
PHP MYSQL with MVC Certification Training Course
Advanced Java Certification Training
Go Language Certification Training
Flutter Certification Training
Get your free demo class
Call Us
Master Program
Full Stack Certification Training Course
Trending
DevOps Master Program Certification Training Course
New
Cloud Masters Program Certification Training Course
Popular
Data Science Master Program Certification Training Course
Popular
Software Testing Master Program Certification Training Course
Get your free demo class
Call Us
Cloud Computing
AWS Solution Architect Associate Certification Training
Trending
AWS Certified DevOps Engineer Professional Training
Popular
AWS Development Certification Training Course
New
Microsoft Azure Certification Training Course (AZ-104 & AZ-304)
Microsoft Azure DevOps Certification Training Course (AZ-400)
Microservices Certification Training Course
Salesforce Developer Certification Training Course
Salesforce Administrator Certification Training Course
Linux Certification Training Course
Get your free demo class
Call Us
DevOps
DevOps Certification Training Course
Trending
Kubernetes Certification Training Course
Docker Certification Training Course
Ansible Certification Training Course
Chef Certification Training Course
GIT Certification Training Course
DevSecOps Certification Training Course in Bangalore
Get your free demo class
Get now
Data science
DataScience with Python Certification Training Course
Best Seller
Machine Learning Certification Training Course
Deep Learning Certification Training Course
(AI) Artificial Intelligence Certification Training Course
Trending
Get your free demo class
Call Us
Big Data
Big Data Hadoop Certification Training Course
Trending
Apache Spark and Scala Certification Training Course
Apache Kafka Certification Training Course
Best Seller
Get Your Free Demo Class
Call Us
Software Testing
Selenium Certification Training Course
Trending
Selenium with Python Certification Training Course
New
Selenium with C# Certification Training Course
Manual Testing Certification Training Course
Get your free demo class
Call Us
Robotic Process Automation
RPA using UiPath Certification Training Course
Trending
RPA using Automation Anywhere Certification Training Course
RPA using Blue Prism Certification Training Course
Get your free demo class
Call Us
Frontend Development
Angular Certification Training Course
Trending
React JS Certification Training Course
Best Seller
Web Development Certification Training Course
MERN Stack Certification Training Course
Get your free demo class
Call Us
Databases
MySQL Certification Training Course
Oracle Certification Training Course
MongoDB Certification Training Course
Trending
Get your free demo class
Call Us
Mobile Development
Android Certification Training Course
Trending
Get your free demo class
Call Us
Home
Courses
Programming & Frameworks
DevOps
Data Science
Cloud Computing
Robotic Process Automation
Software Testing
Frontend Development
Master Program
Databases
Big Data
Mobile Development
About
FAQs
Blog
Gallery
Contact
X
Contact Us
Full Stack Developer Course Training in Bangalore
Curriculum
19 Sections
435 Lessons
20 Weeks
Expand all sections
Collapse all sections
Core concepts of HTML
16
0.0
Elements and Attributes (Tags, Introduction, Types (single tags/ empty tags/void tag/ self closing tag)
0.1
paired tag
0.2
semantic tag
0.3
non semantic tag
0.4
Elements Introduction (types of elements)
0.5
attributes (types)
0.6
predefined attributes
0.7
global attributes
0.8
style
0.9
id
0.10
class
0.11
element specific attributes
0.12
src
0.13
alt
0.14
type
0.15
custom /user defined attributes
HTML Front End
0
Important Tags
8
3.0
Text tags (headings, paragraph, lists(ol,ul,dl)
3.1
article
3.2
aside
3.3
Graphic tags(image, figure tag)
3.4
Links(anchor, internal linking, external linking, hash based navigation)
3.5
multimedia tags (audio, video)
3.6
maps
3.7
Layout tags (Div, Section, Header, Main, Nav, Footer)
Forms
1
4.0
What is form and why should we create a form? Form tags and form attributes (form, form attributes, form methods, actions, enc-type, autocomplete, autofocus, novalidate, readonly, required)
HTML5
8
5.0
HTML 5 Features with Examples
5.1
New structural elements article ,header,footer,nav,section,and figure)
5.2
New from control calendar, date,time,email,url,search
5.3
New HTML5 API’s
5.4
HTML Geolocation, HTML Drag And Drop, Web storage
5.5
New function for embedding (audio, video, graphics(svg and canvas))
5.6
Client-side data storage
5.7
HTML 5 validations Attributes
CSS Front End
0
Introduction & Selectors
18
7.0
What is CSS
7.1
Why Use CSS?
7.2
How is CSS Used?
7.3
Creating and Linking a CSS StyleSheet
7.4
How To Test A Stylesheet
7.5
Selectors
7.6
What is a selector?
7.7
The Universal/Global Selector
7.8
TheTag/Element Selector
7.9
The ID Selector
7.10
The Class Selector
7.11
The Attribute Selector
7.12
The Relationship Selector
7.13
Pseudo Selector
7.14
Group Selector
7.15
Specificity & When To Use Selectors
7.16
What are Properties?
7.17
The CSS General Rule
Coloring & formatting, Fonts & text manipulation
14
8.0
Types of Colors
8.1
Coloring Text
8.2
Background colors
8.3
Images/URLs in CSS
8.4
Other background Properties
8.5
Opacity / Transparency
8.6
Gradients
8.7
Fonts & Text Manipulation
8.8
Introduction to types of units
8.9
Text Manipulation
8.10
Font Size, Bolding & Style
8.11
Font Families
8.12
Including external fonts W/Google Fonts
8.13
Using External Fonts
Layout
11
9.0
Introduction
9.1
The Box Model
9.2
Padding
9.3
Border
9.4
Margin
9.5
Changing Content Size
9.6
CSS Borders
9.7
Margin & Padding
9.8
Float & Display Types
9.9
Flex Direction & Wrap
9.10
Content Alignment
Flexbox
3
10.0
Introduction
10.1
Flexbox Components
10.2
Creating a Flex Container
Grid
9
11.0
Grid vs Flexbox
11.1
Introduction
11.2
Differences
11.3
Creating a Grid
11.4
Template Columns & Rows
11.5
Justify & Align Grid
11.6
Row & Column Gaps
11.7
Column & Row Lines
11.8
Grid Area
Javascript- Front End
123
12.0
Introduction to Javascript
12.1
What is Javascript? Use of javascript?
12.2
Trend of Javascript?
12.3
Types of Implementing Javascript?
12.4
Inline
12.5
Internal
12.6
External
12.7
What are the Datatypes? Example for each one of them?
12.8
Variables & Constants?
12.9
What is Hoisting?
12.10
Alert, Prompt andConfirm Modals
12.11
Operators
12.12
Types of Operators
12.13
Examples for eachone of them
12.14
Decision Making Statements
12.15
What is decision making ?
12.16
Different types?
12.17
Examples for each one of them
12.18
Loops
12.19
What is loops?
12.20
Usage
12.21
Types of loops?
12.22
Entry controlled vs exit controlled loops
12.23
Examples for each one of them
12.24
Data Storage Techniques & DOM Manipulation
12.25
What are the types of data storage?
12.26
Strings & Methods
12.27
Mutable and Immutable Strings/Objects
12.28
Arrays & Methods
12.29
Objects & Methods
12.30
Array of Objects?
12.31
Object configuration and properties
12.32
DOM & Dom Manipulations
12.33
What is DOM & Dom Manipulation Methods?
12.34
Types of DOM Manipulation Methods?
12.35
Dom Selectors
12.36
getelementById()
12.37
getElementsByTagName()
12.38
getElementsByClassName()
12.39
querySelector()
12.40
querySelectorAll()
12.41
Adding Css using Javascript
12.42
document.getElementById(idvalue).style.property = value;
12.43
Classlist
12.44
addClass
12.45
removeClass
12.46
InnerHTML
12.47
Document.write() vs innerHTML
12.48
DOM
12.49
Attaching Event
12.50
addEventListener()
12.51
Detaching Event
12.52
removeEventListener()
12.53
Manipulating Elements
12.54
createElement()
12.55
appendChild()
12.56
removeChild()
12.57
replaceChild()
12.58
Adding Css using Javascript
12.59
document.getElementById(idvalue).style.property = value;
12.60
Classlist
12.61
addClass
12.62
removeClass
12.63
InnerHTML
12.64
Document.write() vs innerHTML
12.65
Manipulating Attributes
12.66
setAttribute()
12.67
removeAttribute()
12.68
Functions
12.69
What are Functions in JavaScript?
12.70
When and where to use Functions?
12.71
6 Ways of declaring Functions
12.72
Arrow Functions Advantages and Disadvantages
12.73
Immediate Invoke Function
12.74
Declare Function as Class/Expression
12.75
setTimeout and setInterval
12.76
Generator Functions
12.77
Reusable Functions
12.78
Function Advantages and Disadvantages
12.79
Forms & Events
12.80
Events and Event handling
12.81
Types of events
12.82
Keyboard events
12.83
keyup
12.84
keydown
12.85
keypress (deprecated)
12.86
Mouse events
12.87
click
12.88
dblclick
12.89
hover
12.90
mouseover
12.91
mousemove
12.92
mouseleave
12.93
contextmenu
12.94
Form events
12.95
submit
12.96
blur
12.97
focus
12.98
reset
12.99
change
12.100
Page events
12.101
load
12.102
scroll
12.103
resize
12.104
What is event Bubbling And Capturing?
12.105
Event loop
12.106
Event Lifecycle
12.107
Types of form validations – field validations – form validation
12.108
Regular expressions – form validation using regex – form validation without regex
12.109
Advanced Javascript
12.110
Prototype in javascript
12.111
Proto vs Prototype in JavaScript
12.112
Closures in JavaScript
12.113
Prototype Inheritance in JavaScript
12.114
Adding methods for an object
12.115
Introduction to ES6
12.116
Arrow Functions, Spreed Operator, Rest Operator, Destructuring
12.117
Higher Order Functions
12.118
Map
12.119
Reduce
12.120
Filter
12.121
Event Loop in JavaScript
12.122
Object Oriented JavaScript
Bootstrap- Front End
56
13.0
Introduction to BootStrap
13.1
What is Bootstrap
13.2
History of Bootstrap
13.3
Versions of Bootstrap
13.4
Popularity of Bootstrap
13.5
Bootstrap Documentation
13.6
Installing Bootstrap Locally
13.7
Install or adding Bootstrap via Cdn link
13.8
Adding Javascript cdn link
13.9
Layout Components
13.10
BreakPoints
13.11
Extra small
13.12
Small
13.13
Medium
13.14
Large
13.15
Extra large
13.16
Extra extra large
13.17
Containers
13.18
container- fluid
13.19
Columns
13.20
row
13.21
Gutter
13.22
Horizontal gutter
13.23
Vertical gutter
13.24
Row column gutter
13.25
No gutter
13.26
Margins
13.27
Padding
13.28
Components in Bootstrap
13.29
Utilities
13.30
Background
13.31
Colors
13.32
Display
13.33
none
13.34
inline
13.35
inline-block
13.36
block
13.37
grid
13.38
flex
13.39
inline-flex
13.40
Float
13.41
float-start
13.42
float-end
13.43
Position
13.44
position-static
13.45
position-relative
13.46
position-absolute
13.47
position-fixed
13.48
position-sticky
13.49
Flex
13.50
Direction
13.51
flex-column
13.52
flex-column-reverse
13.53
flex-row flex-row-reverse justify-content justify-content-start justify-content-end justify-content-center justify-content-between justify-content-around justify-content-evenly align-items align-items-start align-items-end align-items-center align-items-baseline align-items-stretch flex-fill flex grow & shrink
13.54
Grid
13.55
Grid options Extra small (xs) Small (sm) Medium (md) Large (lg) Extra large (xl) Extra extra large (xxl) Containers and rows Columns Responsive Breakpoints
Core Java- Back End
51
14.0
Java Introduction
14.1
Java History
14.2
Why Java, Features of java
14.3
Installation
14.4
platform-dependent, platform- independent,jdk, jre ,jvm, installation of JDK AND EDIT ++
14.5
Structure of java program And Tokens
14.6
Structure of java, Difference between print() and println() , Tokens
14.7
DataTypes And Variables
14.8
Datatypes and variables, Scope of Variable
14.9
Operators
14.10
Types of operators
14.11
DynamicRead and Decision making statement
14.12
Dynamic Read, Decision Making statements(if, if-else, if-else ladder, switch)
14.13
Looping-Statements
14.14
while, for-loop,do- while loop, nested loop with examples
14.15
Logical Programming based on
14.16
Decision Making statements
14.17
Looping-Statements
14.18
Logical Programs interview based
14.19
Pattern printing program
14.20
Methods
14.21
static (method, variable, initializer),class loading process.
14.22
static members
14.23
Static (method, variable, initializer), Constructor, class and object
14.24
non-static members And Constructor
14.25
non-static(method, variable, initializer),Constructor, class and object
14.26
OOP’S
14.27
Encapsulation , Data-Hiding, private modifie ,Getter and Setter Methods
14.28
Inheritance (types of inheritance, diamond problem)
14.29
Polymorphism (method overloading, method overriding)
14.30
Abstraction, Interface
14.31
Object class
14.32
Introduction to Object class (overriding toString(), equals(), hashCode())
14.33
Arrays
14.34
1-D Array,Arrays with example
14.35
Logical programs on Array
14.36
Multidimensional Array, Comparable and Comparator interface
14.37
Strings
14.38
String, StringBuffer, StringBuilder classes with examples
14.39
Logical programs on Strings
14.40
Exception handling
14.41
Exception and its types
14.42
Exception-Handling-Mechanism (try-catch), exception object propagation, Checked-Exception
14.43
Unchecked-Exception, Custom-exception, throw vs throws keyword, finally-block
14.44
Wrapper class, Introduction to Collection
14.45
Wrapper class, Collection introduction
14.46
Collection
14.47
List(ArraysList, LinkedList)
14.48
Iterator, ListIterator, for-each loop
14.49
Set(Hashset,Treeset) , Queue, Stack
14.50
Map interface
JDBC - Back End
2
15.0
J2EE, JDBC, JDBC Introduction, JDBC Architecture, Database Overview, JDBC basics and example
15.1
Resultset, Prepared Statement, Callable Statement
Hibernate - Back End
10
16.0
Hibernate Introduction
16.1
Hibernate Architecture
16.2
Hibernate Association Mapping
16.3
One to One Mapping
16.4
One to ManyMapping
16.5
Many to OneMapping
16.6
Many to Many Mapping
16.7
Hibernate Session
16.8
Hibernate SessionFactory,Lazy_loading,Early-Loading
16.9
Hibernate Configuration, Hibernate with Annotation, Hibernate CRUD
Spring - Back End
23
17.0
Spring Framework
17.1
Spring Framework Introduction
17.2
Spring Basics
17.3
Inversion of Control
17.4
Dependency Injection, Beans Scope(Singleton,Prototype,Request,Session,Global-Session)
17.5
Autowiring
17.6
Spring MVC
17.7
Spring MVC Architecture, Spring Annotations, Spring MVC Basics , Spring MVC with Maven, creation of project
17.8
Spring mvc first program with configuration, methods used in springMVC
17.9
Spring Boot
17.10
Spring Boot Introduction
17.11
Spring Boot Basics
17.12
Why Spring Boot
17.13
Spring Boot Features
17.14
STS installation, creation of project, Spring-Initializer
17.15
Deploy Spring Boot Applications on External Tomcat Server
17.16
Spring Boot – Common Application Properties (application.properties)
17.17
Spring Boot, Hibernate with RESTFul Web Service
17.18
Spring Boot, Spring Data with RESTFul Web Service
17.19
Rest api’s and data jpa
17.20
Service, Controller, DAO, DTO layers
17.21
Spring Boot, Hibernate CRUD Application, Spring Boot, Spring Data JPA CRUD Application,
17.22
Spring Boot, Hibernate, MySQL, Project Lombok CRUD Application
React - Front End
58
18.0
React Introduction
18.1
What is React?
18.2
React Project Setup/React Boilerplate
18.3
Variables and Datatypes
18.4
Node, Module, Package, Node Package Manager(NPM)
18.5
Create React App
18.6
React Basics
18.7
Virtual DOM?
18.8
Loops, Operator and Conditions?
18.9
Array and String Methods
18.10
JSX
18.11
What is JSX Element
18.12
Commenting a JSX element
18.13
Rendering a JSX Element
18.14
Style and className in JSX
18.15
Injecting data to a JSX Element
18.16
Components
18.17
Big picture of components
18.18
JavaScript function vs Class
18.19
Creating React Component
18.20
Class Component
18.21
Functional Component
18.22
How to create Reusable Components
18.23
Props
18.24
Props in Functional Component
18.25
What is props?
18.26
Props object
18.27
Destructuring props
18.28
propTypes
18.29
defaultProps
18.30
How to share data between components using Props
18.31
State
18.32
What is State in React
18.33
How to set state in Functional Component
18.34
How to set state in Class Component
18.35
How to reset the State in class/functional
18.36
Navigation
18.37
What is a React Router ?
18.38
BrowserRouter
18.39
Route
18.40
Switch
18.41
NavLink
18.42
Nested Routing
18.43
Redirect
18.44
Prompt
18.45
Forms
18.46
Form input fields
18.47
Form Data Binding
18.48
Form Validations
18.49
Styling Forms
18.50
API Request
18.51
Async Request in React – Axios/Fetch
18.52
How to do HTTP/API requests?
18.53
GET, POST, PUT and Delete using Axios and Fetch
18.54
LifeCycle Hooks
18.55
Functional component Lifecycle hooks
18.56
Class component Lifecycle hooks
18.57
Refs and useContext
MYSQL - Data Base
24
19.0
Theory, Terminology, and Concepts
19.1
Client/Server Concepts
19.2
Database and Database Objects
19.3
Data Definition using SQL
19.4
Databases
19.5
Data Types
19.6
Tables
19.7
Constraints and Indexes
19.8
Views
19.9
Basic Data Manipulation using SQL
19.10
Recurring SQL Constructs
19.11
Adding data
19.12
Modifying data
19.13
Removing data
19.14
Searching data
19.15
Advanced Data Manipulation using SQL
19.16
Expressions
19.17
Grouping and Aggregate Functions
19.18
Joining Tables
19.19
Transactions
19.20
Transaction Concepts
19.21
SQL for working with Transaction
19.22
Tools for Import/Export
19.23
SQL for Import/Export
This content is protected, please
login
and
enroll
in the course to view this content!
Modal title
Main Content