Courses Offered

Full Stack Development

Selenium Automation with Java

AWS Devops

Full Stack Development

ManualTesting

Freshers To It Professionals

Core Java programming

Python programming

Oracle PL SQL

HTML

  • Pieces that make the web work
  • Introduction to front-end
  • Basic structure of an HTML page
  • Attributes, elements and relationships
  • Comments
  • Basic tags – Paragraph, headings, hr,,br
  • Basic attributes – ID and class
  • Anchor tags
  • Including CSS
  • Including JS
  • Classification of elements – Block and in line
  • Container tags – Div and span, and when to use them
  • Semantic tags
  • Including media – Images, audio and video
  • Responsive media
  • Lists – Ordered and unordered list
  • Unstyled lists and list-based menus
  • Presenting tabular data
  • Styling tables
  • Introduction to forms
  • What happens when a form is submitted
  • Pieces of a simple form – Form, te xt input with name attribute, submit button
  • Submitting data to another page (action attribute)
  • Responsive media
  • Changing the HTTP method used for submission (method attribute)
  • Adding a label
  • Default value for inputs
  • Types of buttons
  • Various input types – Password, textarea, checkbo x, radio buttons, select dropdown, file input
  • HTML5 input types – Email, URL, number, date
  • HTML5 input and form attributes – Required, placeholder, novalidate
  • Symbols in HTML
  • HTTP Basics
  • Introduction to chrome dev tools – The network tab
  • Understanding parts of a URL
  • Further exploration
  • Introduction to CSS, CSS Inheritance and Various Selectors
  • Including CSS
  • Choosing the way to include CSS
  • User-agent styles
  • Parts of a CSS rule
  • Selectors – Universal, ID, class, type, attribute
  • Pseudo classes – Link-related classes
  • Structural Pseudo classes – :first-letter, :first-line, :first-child, :last-child, :nth-child
  • Combinators – No spaces, child selector, descendant selector, combining slectors using comma
  • Inheritance – Initial and inherit values
  • Cascade – User-agent vs author styles
  • Reset stylesheet
  • Normalize Stylesheet
  • Cascade of embedded styles, external stylesheets, inline styles
  • Introduction to specificity – how selectors affects styles applied
  • Specificity – ID vs class vs type selector
  • Specificity calculation and style resolution in case of complex selectors
  • Use of !important
  • Units for CSS properties – United and unitless, absolute vs relative
  • Default values for properties (in itial values)
  • Computed and resolved styles
  • Box model in depth
  • Various ways ofspecifying colors
  • Background properties
  • Using background properties with image sprites
  • Typography related properties
  • Handling overflow
  • Hiding elements
  • Floats
  • Introduction to responsive web design (RWD)
  • Fluid layouts
  • Fluid images
  • Media queries
  • History of JavaScript
  • Setting up the environment
  • Running JavaScript in the browser and Node
  • Comments
  • Variables and primitive data types
  • Falsy and truthy values
  • Variable scopes, scope chain
  • Using arrays
  • The type of operator
  • Variable hoisting
  • Operators and expressions
  • Control flow – Branching and looping
  • Function declaration and usage
  • Anonymous function and function expression
  • IIFE
  • Function hoisting
  • Functions call context (this keyword)
  • Handling variable number of arguments
  • Callbacks – passing functions as arguments
  • Returning functions
  • Closures
  • Object declaration using literal syntax
  • Accessing properties and methods
  • Adding and deleting properties
  • Listing object properties – for..in loop and object.keys()
  • Constructor function and the new keyword
  • Function – functions as objects
  • call(), apply() and bind() as methods of functions
  • Array methods
  • Date methods
  • JSON
  • Number methods
  • String methods
  • Strict mode execution
  • Error objects
  • Exception handling
  • Window
  • Navigator
  • Location
  • History
  • Arrow functions
  • Classes & inheritance
  • Modules
  • Promises
  • Introduction to TypeScript
  • Why TypeScript?
  • Setting up TypeScript
  • JavaScript vs TypeScript
  • Type annotations, variable declarations, basic datatypes,
  • Advanced types, type erasure and error behavior
  • Classes, constructors & methods, inheritance & polymorphism, access modifiers

  • Interfaces, properties & methods, interfaces & classes, extending interfaces
  • Namespaces, namespaces using multiple files
  • Modules, import, export, namespaces vs modules
  • Generics, generic functions, generic classes
  • What is Angular?
  • Why Angular?
  • Angular versions
  • Where does Angular Multi page application (MPA) fit?
  • Single page application (SPA)
  • Setting up Angular
  • Create your first Angular app
  • Serve your Angular app
  • Edit your first Angular component
  • Understand project structure

  •  Modules

  • Decorators
  • Bootstrapping
  • Add Bootstrap to our app
  • Use Bootstrap in our app
  • Data binding
  • Component interaction
  • Directives
  • Pipes
  • Services
  • Dependency injection
  •  
  • Angular forms: Template driven forms & reactive forms
  • Building SPAs using routing
  • Understanding observables
  • Server communication using Http Client
  • Error handling
  • Implementing authentication in Angular

Coding Fundamental and Basics of Programming

  • Coding Fundamental and Basics of Programming
  • Programming environment
  • Fundamental keywords
  • Basic operators
  • Decision making operators
  • Loop statements
  • Functions in the program
  • File I/O
  • History of Java
  • Operating environment
  • clipse configuration
  • Identifiers
  • Classes and objects
  • Declarations
  • Java operators
  • OOPS
  • Abstraction
  • Encapsulation
  • Inheritance
  • Polymorphis m
  • Classes
  • Interfaces
  • Enum
  • If statement
  • While statement
  • For
  • Do-while
  • Continue
  • Break
  • Sending input to program
  • Displaying output
  • Displaying output as error
  • Arrays
  • One dimensional arrays
  • Two dimensional arrays
  • Strings
  • Identifying length of string
  • String comparing
  • Searching within string
  • Replacing string
  • Math functions
  • Formatting strings
  • Naming conventions in packages
  • Creating package
  • Importing all classes in package
  • Why exception handling
  • Keywords in exception handling
  • Identifiers
  • Try-catch
  • Throw
  • Finally
  • Wrappers
  • Creating wrapper objects
  • Builtin wrapper conversion utilities
  • Why generics

  • Type safety
  • Create generic methods
  • Generics constructors
  • Generics interfaces
  • Generics restrictions
  • Goals of collection
  • Collection interfaces
  • List
  • Iterator
  • Map
  • Reading a file
  • Writing a file
  • Appending to existing file
  • Check file exists
  • Delete file, asynchronous process
  • What is thread
  • Run a method parallely
  • Inner classes
  • Nested top level class
  • Member class
  • Local class
  • Anonymous classes
  • Lambda expressions
  • Convert interfaces to Lambda expressions
  • Convert anonymous classes to Lambda expressions
  • Default methods
  • Identify functional interface
  • Create functional interface
  • Categories of functional interface
  • Predicates
  • Consumer
  • Functions
  • Supplier
  • Streams
  • forEach
  • IntStream
  • Map
  • Filter
  • Limit
  • Skip
  • Collect
  • Date & time objects
  • Manipulate date operations
  • Date formatters
  • Introduction
  • Installation & setup
  • Creating maven project
  • Build lifecycle
  • Dependency management
  • Excluding maven dependencies
  • Architecture
  • Installing Tomcat
  • Running Tomcat
  • Shutdown Tomcat
  • Running two servers
  • How to create a spring boot application in IDE Spring Tool Suite
  • How to create a spring boot application from Spring Initializr
  • Restful webservices
  • PostMan
  • REST operations
  • Create
  • Read
  • Update
  • Delete
  • Persistence
  • ORM
  • H2
  • CRUD operations using JPA
  • Production ready features
  • Integrate Spring Boot Actuator
  • Enable all metrics in Actuator
  • Health Endpoint
  • Customize health Endpoint
  • Env Endpoint
  • Info Endpoint
  • Metrics Endpoint
  • Logging configuration
  • White label error page
  • Spring profiles & configuration
  • Spring security using JWT
  • Aspect oriented programming
  • Caching
  • Key value pair
  • Column family
  • Graph
  • Document based
  • MongoDB vs RDBMS
  • nstall MongoDB & Compass
  • Databases
  • Collections
  • CRUD document
  • Projection
  • Sort, skip & limit
  • Indexing & aggregation
  • Backup & restore
  •  
Group 184@2x

Rashmi Raza

CORE JAVA PROGRAMMING

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no

Previously Worked for