GUIDE ME

Masters in Full Stack Development Training  Curriculum

Course Module

    Introduction

    • UI Developer roles and Responsibilities
    • UX designer roles
    • Technologies needed
    • Power of UI
    • Current market requirements on UI
    • Sample Webpages
    • Crawling and meta tags

    Basics

    • DOM
    • Structure of HTML Page
    • Mandatory tags in html page (html, head, body)
    • What is CSS
    • Different ways of applying css for elements, and priority chain of css
    • Heading tags(H1?H6), Tags and attributes(Class, Id, style..etc)
    • Inline and blocklevel elements

    More Tags in Html

    • Including external page links in a page using anchor tags and its
    • properties
    • Working with row and column data using table tags
    • Hiding and unhiding elements using display property
    • img tag, p tag, ul and ol tags, li, nobr, hr, br etc
    • Layouts, forms, buttons
    • Input fields (textbox, radiobutton, checkbox, dropdown, textareaetc)

    HTML5

    • Difference between HTML5 and HTML 4
    • List of Browsers support HTML5
    • Doctype
    • Media tags (audio and video tags)
    • Graphics using Canvas tag
    • Drag and Drop features
    • Working on locations lat and lng using Geolocation
    • Storing userpreferences using Localstorage.

    More CSS properties

    • Adding borders, font, pseudo classes
    • 00 | www.cromacampus.com
    • Positioning elements (absolute, relative, fixed and static)
    • Image spriting
    • Boxmodel (margins, padding)
    • Floating elements (float left, right etc.)
    • Including external resources
    • Absolute and Relative paths
    • Including external resources like css, images etc

    Form Elements

    • Get & Post
    • Validating input values in a form
    • Form action and type

    CSS 3

    • Difference between CSS2 and CSS3
    • Adding borders and backgrounds
    • Advanced text effects(shadow)
    • 2D and 3D Transformations
    • Adding Transitions to elements
    • Adding animations to text and elements

    JavaScript

    • Introduction
    • Data types and data structures in Js
    • Control structures, if, ifelse, while, for, switch case statements
    • Dynamic creation and maniplation of dom elements using js
    • Adding dynamic event listerners to dom elements
    • Event capturing and event bubbling
    • Validations using key charcodes

    JavaScript Supported Data structures

    • Arrays
    • Predefined methods in arrays
    • Strings and predefined methods
    • Objects
    • JSON

    Advanced JavaScript

    • Prototyping in JavaScript
    • Closures in JavaScript
    • Inheritance in JavaScript
    • Adding methods for an object

    Bootstrap 5

    • Get Started
    • What is Bootstrap
    • Bootstrap History
    • Why Use Bootstrap
    • What Does Bootstrap Include
    • HTML File
    • Adding Bootstrap to Your Web Pages
    • Downloading Bootstrap
    • Bootstrap CDN
    • Put Your HTML Elements Inside Containers
    • Typography
    • Colors
    • Tables
    • Images
    • Jumbotron
    • Alerts
    • Buttons
    • Button Group
    • Button Dropdown
    • Badges
    • Progressbars
    • Pagination
    • List Groups
    • Cards
    • Collapse
    • Navbar
    • Forms
    • Inputs
    • Carousel
    • Modal
    • Tooltip
    • Popover
    • Scrollspy
    • Utilities
    • Grid Sytem
    • BOOTSTRAP RESPONSIVE LAYOUT PROJECT

    jQuery Framework

    • Onload and onreadydiffrence
    • jQuery selectors
    • Multiple ways of referingdom elements using jQuery selectors
    • jQuery methods
    • Adding dynamic properties for dom elements
    • Toggleing elements
    • Creating dynamic elements using jQuery

    jQuery Traversing Methods

    • Finding elements using jQuery techniques
    • Filtering elements

    Events using jQuery

    • Binding events
    • Dynamic binding
    • List of events been supported in jQuery(blur, change, click, dbclick?.etc)

    AJAX

    • Advantages with Ajax and its limitations
    • Samples working with Ajax
    • Different data formats used in Ajax (string, xml, Json, etc)
    • XML and JSON difference
    • Crossdomain interactions using JSONP

    jQuery Templating

    • Loading DOM dynamically using jQuery templates
    • loading templates using AJAX

    React-JS

    • Foundation to Reactjs
    • Introduction to Reactjs
    • Introducton to concepts on ES6 (ECMASCRIPT)
    • let and const
    • Arrow functions
    • Template literals
    • Array method (map)
    • Array & Object destruction
    • Spread Operator
    • classes
    • constructor
    • this usage in class
    • getters & setters in class

    React Basics

    • introduction to webpack & babel introduction.
    • creating project with ReactJs, using npm & npx.
    • ReactJs folder structure.
    • creating "hello world" inital programe.
    • using commands to run & build project.
    • introduction to Jsx
    • inlcude dynamic javascript expression in Jsx
    • attributes in Jsx
    • using dot notation in Jsx
    • best practices in crating Jsx components
    • Jsx childrens & group elements
    • rendering & updating elements on ReactJs
    • introduction to functional components & working with it.
    • introduction to class components & working with it.
    • differenc between class & functional components
    • ReactJs components and props
    • styling with css in ReactJs
    • ReactJs state & setState
    • lifecycle methods in ReactJs
    • componentDidMount()
    • componentDidUpdate()
    • shouldComponentUpdate()
    • componentWillUnmount()
    • handling events in ReactJs
    • conditional rendering in ReactJs

    Using fetch & promises & async await in ReactJs to get API data.

    Fragments in ReactJs

    Pure components in ReactJs

    memo in functional components

    Refs in ReactJs

    Refs in class components

    Portals in ReactJs

    Higher Order functions

    React Router

    In details of Switch, Router, path, Link, useParams, useRouteMatch

    Router paramters

    Router nesting

    Transitions with Router

    Router config

    Router Redirecting

    Developing router practical application

    Redux in React

    Creating store with redux

    Data flow in redux

    Redux actions & reduces

    Developing redux practical application

    Advanced context API

    React.createContext

    Context.Provider

    Class.contextType

    Context.Consumer

    Context.displayName

    fetching data with use effects

    static type checking

    error boundaries

    typechecking with PropTypes

    introducing Hooks in ReactJs

    use state in Hooks

    use effects in Hooks

    Introduction:

    • Java History
    • Differences between java and others
    • Java Features
    • Java Naming Conventions

    First Java Application Development:

    • Java Installation
    • Editor
    • Java Application and Java File Saving.
    • Compile Java File
    • Execute Java Applications.

    Language Fundamentals

    • Operators
    • Identifiers
    • Literals
    • Data Types and Type casting
    • Java Statements
    • Arrays

    OOPS

    • Introduction
    • Class
    • Object
    • Encapsulation
    • Abstraction
    • Inheritance
    • Abstraction
    • Polymorphism
    • Message Passing
    • Object Based PL VS Object Oriented PL
    • Class syntax
    • Method Syntax
    • Var-arg method.
    • Accessor Methods VS Mutator Methods
    • Syntax to create an object
    • Immutable Objects VS Mutable Objects
    • Object Vs Instance
    • Constructors
    • Default Con.
    • User defined con.
    • 0-arg-con.
    • param-con.
    • Instance Context
    • Instance variable
    • Instance block.
    • Instance method
    • This keywords
    • To refer current class variable.
    • To refer current class methods.
    • To refer current class blocks.
    • To return current class objects.
    • Static keyword
    • Static variable
    • Static block
    • Static method
    • Static import
    • Main () method
    • Public static void main (String [] args)
    • Why public
    • Why static
    • Why void
    • Why main
    • Why String [] as parameter
    • Is it possible to overload main (-) method
    • Is it possible to override main (--) method
    • Is it possible to provide more than one main (--) method with in a
    • single java appl
    • Is it possible to execute any java application without using main
    • method
    • Factory Method
    • Singleton classes and Doubleton classes
    • Final Keyword
    • Final variable
    • Final class
    • Final method
    • Enum keyword
    • Relationships in JAVA
    • IS-A Vs HAS-A Vs USE-A
    • Associations in Java
    • one-one
    • many-one
    • one-many
    • many-many
    • Inheritance and Types of inheritances
    • Single
    • Hierarchical
    • Multiple
    • Hybrid.
    • Multilevel
    • Static flow in inheritance
    • Instance flow in inheritance
    • Super keyword
    • Class level type casting
    • Poly Morphism
    • Static PM
    • Dynamic PM
    • Method overloading
    • Method overriding
    • Abstract Methods Vs Concreate Methods
    • Abstract class Vs concrete Class
    • Class Vs Abstract class Vs interface
    • Instance of operator
    • JAVA8 features in interfaces
    • What is Adapter class
    • What is marker interface
    • Object Cloning
    • Shallow Cloning
    • Deep Cloning

    Inner classes:

    • Member Inner class
    • Method local Inner class
    • Static Inner class
    • Anonymous Inner class

    Wrapper classes:

    • Byte
    • Short
    • Integer
    • Long
    • Float
    • Double
    • Boolean
    • Character

    Packages:

    • What is a package
    • Adv. of packages
    • Modularity
    • Reusability
    • Abstraction
    • Sharability
    • Security
    • Types of packages
    • Predefined packages
    • User defined packages
    • Jar files preparation
    • Executable Jar files
    • Batch files preparation

    String manipulations:

    • String
    • String Buffer
    • String Builder
    • String to kenizer

    Exception Handling:

    • Error VS Exception
    • Exception Def.
    • Types of Exceptions
    • Predefined Exceptions
    • User defined Exceptions
    • Checked Exception VS Unchecked Exception
    • Pure Checked Exceptions
    • Partially Checked Exceptions
    • Throw Vs throws
    • try-catch-finally
    • Custom Exceptions
    • Java7 Features in Exception Handling
    • Automatic Resource management
    • Multi catch block.

    Multi-Threading:

    • Process Vs Processor Vs Procedure
    • Single Processing Mech. Vs Multi Processing Mech.
    • Single Thread model And Multi Thread Model
    • Thread Design
    • Extending Thread class
    • Implementing Runnable interface.
    • Thread lifecycle
    • New/Born
    • Runnable
    • Running
    • Blocked
    • Dead
    • Thread class library
    • Sleep ()
    • Join ()
    • Yield ()
    • Stop ()
    • Thread class library
    • Synchronization
    • Inter Thread communication
    • Wait ()
    • String to kenizer
    • Notify ()

    IOStreams:

    • What is stream
    • Types of Streams
    • Byte-oriented Stream
    • Input Streams
    • Output Streams
    • Character-Oriented Streams
    • Reader
    • Writer
    • File Input Stream Vs File Output Stream
    • File Reader Vs File Writer
    • File Vs Random Access File
    • Serialization vs Deserialization
    • Externalization

    Networking:

    • Standalone Appl. Vs Distributed Appl.
    • Client-Server Arch.
    • Socket Vs Server Socket
    • Network Appl. Arch.
    • Socket Programming.

    Reflection API:

    • Class
    • Field
    • Method
    • Constructor

    Annotations:

    • What is Annotation
    • Adv of annotations
    • Comments Vs Annotations
    • Types Of annotations
    • Built-in Annotations
    • Override
    • Inherited
    • Deprecated
    • Target
    • Suppress Warnings
    • Documented
    • Retention
    • User Defined Annotations

    Regular Expressions:

    • Introduction
    • Pattern
    • Character
    • Quantifiers

    Garbage Collection:

    • Introduction
    • Approaches to make an object for GC
    • Methods for requesting JVM to run GC
    • Finalization

    JVM Arch.

    • Class Loading Sub System
    • Memory Management System
    • Execution Engine
    • Java Native Interface
    • Java Native library

    Generics:

    • Introduction
    • Generic Classes
    • Generic Methods & Wild Card Character.

    Collection Framework:

    • Collection Arch.
    • List and its implementations
    • Array List
    • vector
    • LinkedList
    • stack
    • Set and its implementations
    • Hash Set
    • Linked Hash Set
    • Tree Set
    • Map and its implementations
    • Hash Map
    • Hash table
    • Properties
    • TreeSet
    • Queue and its implementations
    • Priority Queue
    • Blocking Queue
    • Priority Blocking Queue
    • Linked Blocking Queue
    • Iterators
    • Iterator
    • List Iterator
    • Enumeration
    • Message Passing

    JDBC:

    • Storage Areas
    • Temporary Storage Area
    • Permanent Storage Areas
    • Query Processing System
    • Query Tokenization
    • Query Processing
    • Query Optimization
    • Query Execution
    • Driver and Driver Types
    • Type 1 Driver
    • Type 2 Driver
    • Type 3 Driver
    • Type 4 Driver
    • Steps to design JDBC Applications
    • Load and register the Driver.
    • Establish the connection between Java Application.
    • Prepare either Statement or prepared Statement or Callable
    • Statement Objects.
    • Write and execute SQL Queries.
    • Close the connection.
    • Prepared Statement
    • PreparedStatement with insert sql query
    • PreparedStatement with update sql query
    • PreparedStatement with select sql query
    • PreparedStatement with Dates Handling
    • PreparedStatement with Batch Updations
    • Callable Statement
    • CallableStatement with procedure
    • CallableStatement with function
    • CallableStatement with CURSOR Type Procedure
    • CallableStatement with CURSOR type function
    • Transaction Management
    • Atomicity
    • Consistency
    • Isolation
    • Durability
    • Savepoint
    • Batch Updations

    SERVLETS:

    • Introduction
    • Enterprise Applications
    • Web Applications
    • Distributed Applications
    • Client-Server Arch
    • Client
    • Protocol
    • Server
    • Servlets Design
    • Servlet interface
    • Generic Servlet
    • Http Servlet
    • Servlet Lifecycle
    • Servlet Config
    • Servlet Context
    • Servlet Communication
    • Browser-servlet
    • SendRedirect Mechanism
    • Web-component
    • Include Mechanism
    • Forward mechanism
    • Session Tracking Mechanisms
    • HttpSession Session Tracking Mechanism
    • Coockies Session Tracking Mechanism
    • URL-Rewriting Session Tracking Mechanism
    • Hidden Form Fields Session Tracking Mechanism
    • Servlets Filters

    JAVA SERVER PAGES:

    • Introduction
    • JSP Life Cycle
    • JSP Elements
    • JSP Directives
    • Scripting Elements
    • JSP Actions
    • JSP Directives
    • Page Directive
    • Include Directive
    • Taglib Directive
    • JSP Scripting Elements
    • Declarations
    • Scriptlets
    • Expressions
    • JSP implicit objects
    • Out
    • Request
    • Response
    • Config
    • Application
    • Session
    • Exception
    • Page
    • Page Context
    • JSP Standard Actions
    • <jsp:useBean>
    • <jsp:setProperty>
    • <jsp:getProperty>
    • <jsp:include>
    • <jsp:forward>
    • <jsp:param>
    • JSP Custom Actions
    • Tag
    • IterationTag
    • BodyTags
    • JSTL
    • Core Tags
    • XML Tags
    • Expression Language
    • EL operators
    • EL implicit objects.

    Introduction

    • Enterprise
    • Enterprise Application
    • Enterprise Application Layer
    • User Interface Layer
    • Business Processing Layer
    • Data Storage and Access Layer
    • Data Persistency
    • Data Persistency through Serialization and Deserialization
    • Data Persistency through JDBC
    • Data Persistency through ORM
    • Paradigm Mismatches
    • Granualarity Mismatch
    • Sub Types Mismatch
    • Associations Mismatch
    • Identity Mismatch
    • EJBs Vs Hibernate
    • JPA Vs Hibernate
    • Hibernate History
    • Hibernate Features
    • Hibernate Arch.

    Steps to Prepare Hibernate Application

    • Persistence Class / POJO class
    • Mapping File
    • Hibernate Configuration File
    • Client Application

    Hibernate Applications

    • Hibernate Application with Main Class as Client.
    • Hibernate Application with GUI Application as Client.
    • Hibernate Application with Servlet as Client.
    • Hibernate Application with JSP Page as Client.
    • Hibernate Application with Struts Application as Client.
    • Hibernate Application with MYSQL DB
    • Hibernate Application with Multiple DBs [Oracle DB and MySQL DB]
    • Hibernate Basic Annotations [Without Mapping File]
    • Hibernate Application without Configuration File
    • Hibernate Application with Composite Keys.

    Hibernate Persistence Object Lifecycle

    • Transient State
    • Persistent State
    • Detached State
    • Removed State

    Hibernate Tools

    • Schema Export
    • Schema Update
    • Code Generation

    Primary Key Generation Algorithms [XMl and Annotations]

    • Assign
    • Increment
    • Sequence
    • Identity
    • Hilo
    • Seq-Hilo
    • Native
    • UUID
    • Foreign
    • GUID
    • Select

    Transaction Management

    • ACID Properties
    • Automicity
    • Consistnacy
    • Isolation
    • Durability
    • Transaction Management in JDBC
    • Automicity Achievement in JDBC
    • Isolation Problems
    • Transaction Management in Hibernate

    Hibernate Query Language [HQL]

    • HQL Elements
    • Clauses
    • 'From' Clause
    • 'Select' Clause
    • 'Where' Clause
    • 'Order by' Clause
    • 'Group by' Clause
    • 'Having' Clause
    • Aggregate Functions
    • count(-)
    • sum(-)
    • min(-)
    • max(-)
    • avg(-)
    • Generic Expressions
    • Arithmetic Operators in Generic Expressions
    • Comparision Operations in Generic Expressions
    • Scalar Functions in Generic Expressions
    • 'In
    • 'Between
    • 'Like
    • 'is null
    • 'is not null
    • Parameters
    • Positional parameters
    • Names Parameters
    • Subqueries
    • Pagination
    • HQL with Updations

    Native SQL

    • Scalar SQL Queries
    • Stored Procedures and Functions

    Criteria API

    Hibernate Filters

    Hibernate Mappings

    • Basic 'OR' Mapping
    • Component Mapping
    • Inheritance Mapping
    • Table per Class Hierarcy
    • Table per Sub-Class
    • Table per Concreate Class
    • Associations Mapping
    • One-To-One Association
    • One-To-Many Association
    • Many-To-One Association
    • Many-To-Many Association

    Connection Pooling

    • Inbuilt Connection Pooling Support in Hibernate.
    • Third Party Connection Pooling Mechanisms C3P0, Proxool, DBCP.....
    • Connection Pooling through Weblogic Server JNDI.

    Cache Mechanisms

    • I level Cache

    Introduction

    • Enterprise Appl
    • Enterprise Application Layers
    • Presentation Layer
    • Business Layer
    • Data Access Layer
    • System Architectures
    • 1-Tier Arch.
    • 2-Tier Arch.
    • n-Tier Arch
    • Types of Enterprise Applications.
    • Web Applications
    • Distributed Applications
    • Modeled Arch.
    • Model-I Arch.
    • Model-II Arch.
    • MVC
    • Requirement to user Frameworks
    • Types of Frameworks
    • Web Frameworks
    • Application Frameworks
    • Differences between Spring and Struts, JSF
    • Spring History
    • Spring Modules.
    • Spring1.x Modules
    • Spring2.x Modules
    • Spring3.x Modules
    • Spring4.x Modules
    • Spring5.x Modules

    Steps To Prepare Spring Application

    Core Module Application:

    • Download Spring Framework from Internet.
    • Provide Spring Setup in Eclipse IDE
    • Prepare Bean Class
    • Prepare Bean Configuration File
    • Prepare Test / Client Appl.

    Core Module

    • Introduction
    • IOC Containers
    • BeanFactory
    • XmlBeanFactory
    • Resources
    • ByteArrayResource
    • FileSystemResource
    • ClassPathResource
    • InputStreamResource
    • UrlResource
    • ServletContextResource
    • PortletContextResource
    • ApplicationContext
    • ClassPathXmlApplicationContext
    • FileSystemXmlApplicationContext
    • WebXmlApplicationContext
    • Beans in Spring Framework
    • Beans Definition
    • Beans Configuration
    • XML Based Configuration
    • Annotation Based Configuration
    • Java Based Configuration
    • Bean Scopes
    • singleton Scope
    • prototype Scope
    • request Scope
    • session Scope
    • globalSession Scope
    • application Scope
    • webSocket scope
    • Custom Scopes in
    • Spring Framework.
    • Bean Lifecycle
    • Bean Loading
    • Bean Instantiation
    • By Constructor
    • By Static Factory Method
    • By Instance Factory Method
    • Bean Initialization and Destruction
    • By Custom initialization and destruction methods.
    • By InitializingBean and DesposableBean callback interfaces.
    • By @PostConstruct and @Predestroy Annotations
    • Beans Inheritance
    • Nested Beans
    • BeanPostProcessor
    • Inversion Of Control[IOC]
    • Dependency Lookup
    • Dependency Pull
    • Contextualized Dependency Lookup
    • Dependency Injection
    • Constructor Dependency Injection
    • Setter Method Dependency Injection
    • Different Types of Elements Injection
    • User defined data types elements injection.
    • List types injection
    • Set types injection
    • Map Types Injection
    • Properties types Injection
    • Circular Dependency Injection
    • Name Spaces
    • P-Name space
    • C-Name Space
    • Beans Autowiring or Beans Collaboration
    • Autowiring and its Modes
    • no
    • byName
    • byType
    • constructor
    • Annotation Based Wiring
    • Autodiscovery or Stereo Types
    • Java based Autowiring[Java Based Configuration]
    • Method Injection
    • Lookup Method Injection
    • Arbitrary Method Replacement
    • Event Handling
    • ContextRefreshedEvent
    • ContextStartedEvent
    • ContextStoppedEvent
    • ContextClosedEvent
    • RequestHandledEvent
    • Custom Events In Spring Framework
    • Bean Validations in Spring Framework
    • Internationalization in Spring Framework
    • Bean Manipulations and Bean Wrappers
    • Property Editors
    • ByteArrayPropertyEditor
    • ClassEditor
    • CustomBooleanEditor
    • CustomCollectionEditor
    • CustomNumberEditor
    • FileEditor
    • InputStreamEditor
    • LocaleEditor
    • PatternEditor
    • PropertiesEditor
    • StringTrimmerEditor
    • URLEditor
    • Custom Property Editors
    • [USer defined]
    • Profiling
    • Spring Expression Language[SpEL]
    • SpEL Expressions
    • SpEL Operators
    • SpEL Variables
    • SpEL Medthod Invocations
    • SpEL Collections

    Spring JDBC/DAO Module:

    • Introduction
    • DAO Definition
    • Advantages of DAOs
    • Drawbacks with DAOs
    • Guidelines to prepare DAOs
    • Pain JDBC Vs Spring JDBC
    • JdbcTemplate
    • NamedParameterJdbcTemplate
    • Parameter values through Map
    • Parameter Values through SqlParameterSource
    • MapSqlParameterSource
    • BeanPropertySqlParameterSource
    • SimpleJdbcTemplate
    • DAO Support Classes
    • JdbcDaoSupport
    • NamedParameterJdbcDaoSupport
    • SimpleJdbcDaoSupport
    • Spring Batch Updations or Batch Processing
    • Stored Procedure and Functions in Spring JDBC
    • Procedures and Functions without CURSOR Types
    • Procedures and Functions with CURSOR Types
    • Blob and Clob processing in Spring JDBC
    • AbstractLobCreatingPreparedStatementCallback
    • AbstractLobStreamingResultSetExtractor
    • LobCreator
    • LobHolder
    • Connection Pooling in Spring JDBC
    • Default Connection Pooling Mech.
    • Third Party Connection Pooling Mechanisms
    • Apache DBCP
    • C3P0
    • Proxool
    • Application Servers provided Connection Pooling Mechanism
    • Weblogic12c provided Connection Pooling Mechanism.

    Spring ORM

    • Introduction
    • Hibernate Integration with Spring
    • Hibernate Introduction
    • Hibernate Application Development
    • Spring with Hibernate Integration.
    • JPA Integration with Spring
    • JPA Introduction.
    • JPA Application development
    • Spring with JPA Integration.

    Aspect Oriented Programming [AOP]

    Introduction

    AOP Terminalogy

    • Aspect
    • Advice
    • JoinPoint
    • Pointcut
    • Introduction
    • Target
    • Proxy
    • Weaving
    • Advisor
    • Types of AOPs
    • Proxy Based AOP
    • Declarative Based AOP
    • Annotation Based AOP
    • Advices
    • Before Advice
    • After Advice
    • After-Returning Advice
    • Around Advice
    • After-Throwing Advice
    • Pointcuts
    • Static Pointcut
    • Dynamic Pointcut.

    Spring Transactions

    • Introduction
    • Transaction Attributes
    • Isolation Levels
    • Programmatic Based Transactions
    • Declarative Based Transactions.
    • Annotation Based Transactions

    Spring web MVC Module

    • Introduction
    • Spring MVC Flow
    • Controllers
    • Abstract Controller
    • ParameterizableViewController
    • MultiActionController
    • Command Controllers
    • AbstractCommandController
    • AbstractFormController
    • SimpleFormController
    • AbstractWizardFormController
    • Handler Mappings
    • BeanNameUrlHandlerMapping
    • SimpleUrlHandlerMapping
    • HandlerInterceptor
    • ViewResolvers
    • AbstractCachingViewResolver
    • XmlViewResolver
    • ResourceBundleViewResolver
    • UrlBasedViewResolver
    • InternalResourceViewResolver
    • VelocityViewResolver / FreeMarkerViewResolver
    • Spring Exception Handling
    • File Uploading and File Downloading
    • Internationalization
    • Spring MVC with Tiles

    Spring Web

    • Introduction
    • Spring Integration with Struts.
    • Spring Integration with JSF.

    Spring Security

    • Spring Security Introduction
    • Spring Security Features
    • Spring Security XML Based Example

    Spring Overview

    • What is Spring Framework
    • What is Framework
    • What is Enterprise Edition
    • EE Vs Spring
    • Spring5 Architecture
    • Spring Projects Overview

    Spring Core Terminology

    • Tight Coupling Vs Loose Coupling(Factory Design Pattern)
    • Inversion Of Controller(Design Principle)
    • Dependency Injection(Design Pattern)
    • IOC Container
    • Beans
    • Autowiring
    • Bean Factory
    • Application Context
    • SpEL(Spring Expression Language)

    Spring Core Basics

    • Creating a Project
    • Dependency
    • Decoupling Components
    • Managing Beans and Dependencies
    • Contexts and Dependency Injection Framework
    • Spring Application Configuration
    • XML Application Configuration
    • XML Configuration with Java Annotations
    • Stereotype Annotations
    • Using an External Property File
    • Autowiring By Type ? @Primary
    • Autowiring By Name
    • Autowiring ? @Qualifier
    • Constructor and Setter Injection

    Spring Core In-depth

    • Bean Scope
    • Mixing Bean Scope
    • @ComponentScan
    • Bean Lifecycle:
    • @PostConstruct
    • @ PreDestroy
    • Prototype Scoped Beans

    Spring Boot

    • Overview
    • Features Of Spring Boot
    • Creating a Spring Boot Project Using
    • Spring Boot Command Line Interface(CLI)
    • Spring Initializer(https://start.spring.io/)
    • Spring Tool Suite(STS)

    Spring Boot Application Components

    • POM file
    • Spring Boot Starters
    • Application.java
    • application.properties
    • ApplicationTests.java

    Spring Boot Application Packaging Internals Spring

    Boot Auto Configuration

    • Convention Over Configuration/Coding(C2C)
    • Understanding the Spring boot Auto Configuration
    • Enabling/Disabling the Spring Boot auto-configuration

    Alternating the Spring Boot Configurations

    • Overriding the default Configuration Values
    • Externalizing the properties from Spring Boot Application
    • Creating the Custom Configuration Properties
    • Reading the Custom Configuration Properties
    • Changing the Default Embedded Server
    • Deploying the application in application servers I.e. Tomcat and Jboss.

    Understanding the Connection Pooling

    • Hikari CP Connection Pooling

    Profiles

    • What is Profile
    • Maven profiles in traditional web applications
    • Conditionally creating beans with profiles
    • Spring Boot Profiles Using
    • Multiple properties file
    • yml file

    Implementing Data Access Layer

    • Spring Data JPA
    • Hibernate

    Implementing Service Layer

    • Transactions Support in Spring Boot
    • Local Vs. Global Transactions
    • Understanding the TransactionStatus I.e. rollback
    • Understanding the TransactionDefinition I.e.

    ISOLATION Level attributes

    Propagation Behaviour Attributes

    Timeout

    Implementing Controller Layer

    • Building Spring Rest Controller Components using Spring Boot
    • API Versioning and Content-Negotion
    • Building Spring web mvc Controller Components using Spring Boot
    • Validatons and Databindings
    • Internationalization

    Testing Spring Boot Applications

    • Testing Web MVC Controllers
    • Testing Spring Rest Controllers
    • Unit Testing with Mockito

    Spring Boot Logging

    • Understanding the Spring Boot Default logging
    • Configuring the logs using: slf4j and logback

    Actuators

    • Health Check
    • Metrics
    • Environment .etc
    • Spring Boot Admin
    • Micrometer

    Overview Of Spring Boot Security

    Microservices

    • Domain Driven Design(DDD) with the Bounded Context
    • Monolithic Applications
    • Challenges in Monolith Applications
    • Microservices Architecture-Honey Comb Anology
    • Advantages of Microservices Architecture
    • Microservices Characteristics
    • Microservices Principles
    • Microservices Patterns
    • Migration of Monolith to Microservices Architecture
    • Problems in Migrating To Microservices
    • Shared db
    • Communication Style synchronous/Asynchronous
    • Single JVM / Shared JVM
    • Features of Microservices
    • Microservices Implementation Using Spring Boot2.x
    • Securing Microservices
    • Oauth2.0
    • Roles in Oauth2.0
    • Oauth2.0 Flow
    • Terms and Grant Types
    • Configuring Authorization Server
    • Configuring Resource Server and Routing Tokens
    • Microservices Framework and Data Management Patterns
    • Axon Framework
    • Components in Axon Framework
    • Data Management Patterns
    • Event Sourcing
    • CQRS(Command Query Responsibility Segregation)
    • Advantages of Event Sourcing and CQRS

    Spring Cloud Content

    • Spring Cloud overview
    • Externalize Configurations
    • problems with configurations with the microservices
    • SpringCloud solution to configuration problems
    • cloud config server
    • cloud config client
    • maintaning profiles
    • install and configure RabbitMQ
    • problem with refresh Endpoint
    • Spring Cloud Bus
    • Service Discovery at Runtime
    • Eureka server Implementation
    • Register a service with Eureka Server
    • Service Discovery using Eureka
    • Resiliency In Microservices
    • Spring Cloud Hystrix
    • Hystrix Circuit Breaker
    • Hystrix DashBoard
    • Microservices API GateWay
    • Zuul Proxy as the API GateWay
    • setting up zuul
    • Filter in zuul
    • Microservices Communication
    • Feign Client
    • ClientSide Load Balancer-Ribbon

Course Design By

naswipro

Nasscom & Wipro

Course Offered By

croma-orange

Croma Campus

Master's Program Certificate

You will get certificate after completion of program

Tools Covered of Masters in Full Stack Development Training

master-page-girl
Get the Best IT Training Guidance

Start your journey with the best IT
training experts in India.

green-gowth

50% Average Salary Hike

banner

Masters in Full Stack Development Training

4.9 out of 5 rating vote 4157

Master the fundamentals of web development and learn how front-end and back-end technologies work..

INR 65000 + GST
100% Placement Assistance
Get exclusive
access to career resources
upon completion
Mock Session

You will get certificate after
completion of program

LMS Learning

You will get certificate after
completion of program

Career Support

You will get certificate after
completion of program

User Image

Ranvijay

Cloud Computing

User Image

Here is My Story

Watch Now

Non-Tech to Tech Role

Got it! Could you let me know the topic or purpose of the content you want? For example: a caption, a story intro, something motivational, a business blurb, etc.? Once I know that, I’ll craft the 40-word content for you.

Logo 1 Logo 2
User Image

Uddeshya Sonkar

Python

User Image

Here is My Story

Watch Now

Non-Tech to Tech Role

I had an outstanding experience with AbGyan. The counselors were very supportive and they guided me at each step of the admission process. I had an outstanding experience with AbGyan. The counselors were very supportive and they guided me at each step of the admission process. Readmore

Logo 1 Logo 2

Download Curriculum

Get a peek through the entire curriculum designed that ensures Placement Guidance

Course Design By

Course Offered By

Industry Insights

*Insights Displayed Are as Per Our Recorded Data

Be The Bedrock Of The Company!

Students Placements & Reviews

speaker
Vikash Singh Rana
Vikash Singh Rana
speaker
Vikash Singh Rana
Shubham Singh
speaker
Vikash Singh Rana
Saurav Kumar
View More

Self Assessment

TAKE A FREE EXAM

Encourages Discipline & Consistency

Assess Knowledge & Understanding

Enhance Learning & Retention

Develops Time Management

Boosts Confidence

Ayushi Mehra

Graphic Designer

Got Certificate

Neha Varma

Content manager

Got Certificate

Akansha Sharma

Automation Testing

Got Certificate

Akriti Kumari

Content Writer

Got Certificate

Riya Sharma

Software Testing

Got Certificate

Dev Sharma

Sales Manager

Got Certificate
FOR QUERIES, FEEDBACK OR ASSISTANCE

Contact Croma Campus Learner Support

Best of support with us

The master's in full-stack development course will help you become familiar with the fundamental concepts of web development and various front-end and back-end technologies. After completing this course, you will gain an in-depth understanding of the latest web development technologies and the entire development (web development) process. Furthermore, you will also become proficient in working with different relational database management systems. After this course, you can work as a professional:

  • Full-Stack Developer
  • Back-End Developer
  • Front-End Developer
  • Web Developer
  • Web Designer
certificate

Students that pursue their careers in the full-stack development industry are presented with various job opportunities. This is primarily because a full-stack developer eliminates the need to hire a front-end developer and back-end developer for a development project. This is why many organizations prefer to hire full-stack developers rather than hiring individual front-end developers and back-end developers for their development projects.

  • Web IconAs per the data of the US Bureau of Labor Statistics, around 8,53,000 full stack developer jobs will be created by the next few years.
  • BrainProfessionals who pursue their careers in full-stack development have various career options to choose from. For example, you can pursue your career as a full-stack developer, web designer, front-end/back-end developer, etc.
  • PolygonAs per Evan Data Group, there will be around 28 billion full stack developers in the world by the next few years.
  • AnalyticsAs per the survey of the US Bureau of Labour Statistics, developers may witness job growth of approximately 27% by the next few year.

The demand for full-stack developers is huge in the market. This is because they help a company eliminate the need to hire separate front-end developers and back-end developers for their development projects. By doing this course, you will gain in-depth knowledge about full-stack development. Moreover, you will learn how to work with different front-end and back-end technologies without any difficulty.

GrowthWith project-based training, you will learn all the skills that a competent full-stack developer must possess.

AnalyticsBy doing this course, you can guarantee yourself a successful career as a full-stack developer. Moreover, you can earn around ₹3 LPA to ₹15 LPA as remuneration while working as a full-stack developer.

StructureAs per the data of the US Bureau of Labor Statistics, around 8,53,000 full stack developer jobs will be created by the year 2024.

The aim of the master's in full-stack development course is to make aspiring developers highly competent and expert full-stack developers. This course will help you prepare yourself to get a job in the development industry easily. Moreover, you will master different front-end and back-end technologies.
Things you will learn:

  • Development fundamentals like HTML, CSS, JavaScript, etc.
  • Different front-end/back-end technologies
  • Responsibilities of a full stack developer
  • How to develop mobile-friendly web apps and websites?
  • How to develop and manage a back-end server?

The main objective of the full-stack development course is to provide high-quality web development training to students and make them highly proficient full-stack developers. The course covers all the essential topics that are important for becoming an expert full-stack developer. The content of the course is designed keeping in mind the emerging demands of the development industry.

×

For Voice Call

+91-971 152 6942

For Whatsapp Call & Chat

+91-9711526942
1

Ask For
DEMO