PHP - React JS Fullstack Training
Course Duration
Offline / Online Training & Projects & Practical Sessions
Eligibility
Graduates or Diploma Holders
Course Fee
GST will be charged at checkout Flexible Payment Options Available
PHP - ReactJS - SQL Fullstack
PHP Course Syllabus
- Introduction to web technology
- Web application
- Web server
- Client and Server
- Scripting languages
- Arrays
- Array syntax
- Array Index
- Get length without using predefined functions
- Array push and pull
- Associative arrays
- Loop through arrays
- Multidimensional Arrays
- Array functions
- Array Sorting without using predefined functions OOPS
- Classes and objects
- Constructor & Destructor
- Inheritance
- Static methods and properties
- Methods overloading
- Abstracts class & Interface HTML 5
- Introduction & History
- Basic tags and attributes
- HTML5 New Elements
- HTML5 Input Types
- HTML5 Form Elements
- HTML5 Form Attributes
- HTML5 Canvas
- HTML5 SVG
- HTML5 Video
- HTML5 Audio CSS 3
- CSS Properties, Selectors, Style Declaration Types
- Colors, Backgrounds, Text and Fonts
- Images, Links, Tables and List ? Borders, Padding, Margin
- Cursor, Dimension, Scrollbars, Visibility and Positioning JavaScript
- Introduction to JavaScript
- Variables
- Operators
- Data type conversion
- Functions
- Conditional statements and Loops
- Form manipulation
- Validation PHP – Understanding the Preliminaries
- Introduction to web & internet
- Introduction to server
- Understanding localhost server
- Starting PHP
- PHP syntax and variables
- Operators and Expressions
- Conditional Branching and Looping Statements
- Learning Arrays in PHP PHP - The Core Logics and Techniques
- String and Math functions in PHP
- Introduction HTML Form Elements and Fields
- Accessing PHP, HTTP Data
- Query Strings and Hyperlinks
- Describing Predefined Variables - Super Global Arrays
- Understanding Functions, Important PHP Functions
- What are the Scope of variables
- Usage of Include and require statements PHP and MySQL - The Structured Repository
- PHP MySQL Connectivity
- Integrating Web Forms and Database
- Using PHP’s MySQL Extension Learn More Advanced Techniques in PHP
- Introduction to Object Oriented Programming
- Classes and Objects
- Abstraction, Encapsulation, Inheritance and Polymorphism
- Constructors and Destructors
- Overloading, Overriding of functions
- Exception Handling
- Regular Expressions
- Session Handling
- Using Cookies MySQL
- MySQL data types
- DML and DDL
- Aggregate functions
- Subquery and join
- Database Programming
- PHP and MYSQL
- Mysql functions
- One tier architecture
- Two tier Architecture
- Three tier Architecture
- File uploading and downloading.
- AJAX Introduction
- PHP AJAX example
- AJAX Database programming jQuery
- jQuery Syntax
- jQuery Selectors
- jQuery Events
- jQuery Hide/Show
- JSON Bootstrap
- Introduction to Bootstrap
- Bootstrap Grid System
- Creating Layouts with Bootstrap
- Bootstrap CSS - Understanding the CSS
- Responsive Web design with Bootstrap
- Single Page Responsive site with Bootstrap
- Bootstrap Layout Components
- Bootstrap Plug-ins
- Dropdown
- Tab
LARAVEL
- Overview & Installation of Laravel
- Introduction
- Laravel Features
- LARAVEL INSTALLATION
- APPLICATION STRUCTURE of Laravel
- Root Directory
- App Directory
- CONFIGURATION
- Basic Configuration
- Environmental Configuration
- Database Configuration
- ROUTING
- Basic Routing
- Routing Parameters
- CONTROLLERS
- Introduction
- Basic Controllers
- Controller Routing
- VIEWS
- Passing data to view
- Sharing data to all views
- Blade Template
- Introduction
- Displaying Data
- MODEL
- Eloquent ORM
- Defining Model
- Retrieving Model
- Insert & Update Model
- Deleting Model
- REDIRECTIONS
- Redirecting to Named Routes
- Redirecting to Controller Actions
- MIGRATION & SEEDING
- Introduction
- Migration
- Schema Building
- Migration Structure
- Running Migration
- Writing Migration
- Seeding
- Database Configuration
- Running SQL queries
- WORKING WITH DATABASE
- WEB PACKING
- VALIDATION
- ELOQUENT
- LARAVEL QUEUE
- API
- BLADE TEMPLATES
- LARAVEL AJAX
React(.js) Syllabus
- Introduction To React & JSX
- Origins of React
- React.js Syntax
- Overview of JSX
- React
- Components
- State
- Props Overview
- Props Validation
- Component API
- Component Life Cycle
- Forms
- Events
- Refs
- Keys
- Router
- Flux concept
- Using Flux
- Animations
- Higher order Components
- React component Properties
- Setting Properties
- Component Lifecycle
- Updating Components
- First React.js component
- Mounting Components
- JSX
- Expressions & Attributes
- JSX Basics
- Namespaced Components
- Rendering HTML
- Rendering React Components
- Flux
- Views & Controller-Views
- Flux is not MVC!
- Data Flow
- Action, Dispatcher, Store & View
- Flux Application Architecture
- Structure
- Event Handling In React
- Key Events
- Event Pooling
- React.js Event Handlers
- Synthetic Event
- Creating A Dynamic UI In React
- Keeping components stateless
- Event Delegation
- React Stateful Components
- Auto binding
- Integration With Other Libraries
- Gulp & Browserify
- React with jQuery
- React & AJAX
- React Server Integration & Deployment
- httpster
- npm
- Axios
SQL Syllabus
Structured Query Language
SQL is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system.
01 - Database Basics and Structured Query Language
Introduction to SQL and Statements
In our first , we'll explore the basic structure and history of relational databases. You'll learn the history of SQL, then we'll review some key terms. Then, you'll discover what SQL is and how it's used with a relational database.
- SQL Intro
- SQL Syntax
- SQL Select
- SQL Select Distinct
- SQL Where
- SQL And, Or, Not
- SQL Order By
- SQL Insert Into
- SQL Null Values
- SQL Update
- SQL Delete
- SQL Select Top
- SQL Min and Max
- SQL Count, Avg, Sum
- SQL Like
- SQL Wildcards
- SQL In
- SQL Between
- SQL Aliases
- SQL Joins
- SQL Inner Join
- SQL Left Join
- SQL Right Join
- SQL Full Join
- SQL Self Join
- SQL Union
- SQL Group By
- SQL Having
- SQL Exists
- SQL Any, All
- SQL Select Into
- SQL Insert Into Select
- SQL Case
- SQL Null Functions
- SQL Stored Procedures
- SQL Comments
- SQL Operators
- SQL Database
- SQL Create DB
- SQL Drop DB
- SQL Backup DB
- SQL Create Table
- SQL Drop Table
- SQL Alter Table
- SQL Constraints
- SQL Not Null
- SQL Unique
- SQL Primary Key
- SQL Foreign Key
- SQL Check
- SQL Default
- SQL Index
- SQL Auto Increment
- SQL Dates
- SQL Views
- SQL Injection
02 - Filtering and Retrieving Data
- Retrieving Data, Updating Data, Inserting Data, Deleting Data
In this, you'll learn how to use SQL to filter and retrieve data from tables. We'll talk about important query terms that allow you to communicate with your database, as well as syntax rules that will help you to create clear and understandable queries while avoiding system generated errors.
03-Sorting and Filtering Data
- Sorting and Filtering Data, Advanced Filtering,
In this , you'll learn how to use SQL to filter retrieved data. You'll practice sorting retrieved data using the ORDER BY clause. You'll be able to sort single and multiple columns, and you'll know how to specify sort directions such as ascending and descending order. You'll also learn additional query terms that will help you customize your SQL queries.
04 - Calculated Fields and Functions
In this, you'll learn how to reformat retrieved data with calculated fields and functions. You'll also learn how to create alternate names for columns, and you'll discover the secret behind merging columns with the concatenation symbol.
05 - Summarizing and Grouping Data
- Summarizing Data, Grouping Data
In this , we'll discuss gathering significant statistics from data using aggregate functions. You'll also learn how to use the GROUP BY clause in conjunction with an aggregate function to gather important statistics from a table. Then you'll find out how to use the HAVING clause in conjunction with an aggregate function to filter groups of data from a table.
06 - Working with Sub queries
- Using Subqueries
It's all about subqueries. You'll learn how to extract data from multiple tables simultaneously, how to use calculated fields in sub queries, how to use the DATEPART () function in subqueries, and how to use aggregate functions in subqueries. Then we'll talk about qualification—a technique used to combine a table name with a column name so there's no question about which table the column name refers to.
07 - Creating and Using Table Joins
- Joining Tables, Managing Tables, Using Views
In this , you'll learn how to use joins to gather information from two or more tables simultaneously. You'll learn how to use the inner join, self-join, natural join, and the outer join. Then you'll become familiar with the term Cartesian product.
08 - Inserting, Updating, and Deleting Data
- Stored Procedures, Using Cursors
In today's , you'll discover how to manipulate data using the INSERT, UPDATE, and DELETE statements. You'll learn how to insert partial and complete rows into a table, and how to update information already stored in a table. You find out how to transfer data to a new table, how to transfer data to an existing table, and how to delete rows from a table.
09 - Table Creation and Maintenance
- Using Cursors, Using Transactions
Today you'll find out how you can use SQL to create and maintain tables. You'll learn how to use the CREATE TABLE keywords to create a table, then we'll discuss how to use the ALTER TABLE, DROP TABLE, ADD COLUMN, and DROP COLUMN keywords to manipulate the tables themselves. You'll also find out how to define a primary key, data type, and field size.
10 - Creating and Understanding Views
In this , you'll learn how and why views are used in SQL. You'll learn how to create and use views to simplify complex queries, summarize data, and manipulate data stored in tables. I'll also teach you how to update and delete a view.
11 - Understanding Transaction Processing, Constraints, and Indexes
Today, you'll learn how transaction processing, constraints, and indexes are implemented in SQL. You'll work through an example that demonstrates how a transaction is created, how constraints are used in the creation of a table, and how indexes are used to improve the performance of a database by optimizing the speed at which queries are processed.
12 - Understanding Stored Procedures, Triggers, and Cursors
In our final , you'll find out how stored procedures, triggers, and cursors are implemented in SQL. You'll see how stored procedures are created and executed, as well as how triggers work. You'll also see how cursors are declared in SQL
Athulkrishna Prakash
Software Developer [ MEARN ] | Tamchery Solutions
Mohammad Anees A A
Technical Specialist | Cyber Park
V S Sreedevi
Python Developer | Infotura Solutions
Dhaneesh v jayakumaran
Software Developer | Mdigitz Soft Solutions
ABDUL LATHEEF M M
Software Tester | Growtech Software Private Limited
Sreelakshmi S
Software Tester | KOKONET Technologies
Ardra Sasidharan
Junior Developer | Nav Technologies
Snehapriya ES
Software Testers | KOKONET Technologies
Explore Other Courses
Choose from our comprehensive list of industry-standard courses designed to get you hired.
Playwright AI Automation Copilot Training with Java script and Typescript
Soap UI Training
Ethical Hacking
Node J S
React
Android
What Students Say
Course : Software Testing With ISTQB Training I highly recommend our tutors Twinkle ma'am, Jayasudha ma'am and Vidhya ma'am at Rogersoft to anyone looking for software testing course as they are very patient and understanding making it easy to ask questions and clarify doubts. They've helped me refresh my knowledge even after a career gap with their proper guidance and support.
Course : Software Testing with AI- With ISTQB Training I pursued the Software Testing course with ISTQB training at Rogersoft Technologies. The course is well-structured and helped me build a strong foundation and confidence in software testing. Special thanks to the mentors Twinkle ma’am, Jayasudha ma’am, and Vidhya ma’am for their guidance and support throughout the training.
Course : JMeter, Playwright Automation Training I recently did JMeter training here with Sandeep sir and I thoroughly enjoyed the course as all the sessions were explained very clearly and professionally and his knowledge on this is highly commendable . Sir was very supportive and approachable throughout and hence I never hesitated to clarify my queries. Highly recommend Sandeep Sir.
I did a course on Playwright Javascript also here, with the tutor , Mr. Sreedarshan Sir and all the sessions were very informative and helpful. Sir has in depth knowledge on all the topics and also encouraged the students to ask as many queries as we need. I would highly recommend Rogersoft Technologies and Sreedarshan Sir.
Course : DevOps The DevOps training program was conducted effectively. The instructor explained concepts clearly and ensured proper understanding through practical demonstrations. The sessions were interactive, and support was provided whenever clarification was needed. It was a valuable learning experience.
Course : DevOps The instructor demonstrated strong subject knowledge and delivered the DevOps sessions in a systematic manner. Real-time examples and hands-on practice helped in understanding industry-relevant tools. Overall, the training met expectations.
Course : ISTQB I have successfully completed the ISTQB certification after attending the course at Rogersoft. The trainers were very supportive, and the sessions were easy to understand. Daily questions and discussions helped reinforce the concepts, making the learning process more effective. Overall, it was a good learning experience.
Course : Asp.Net Web API Training I had done .NET course at Rogersoft.. it was really nice experience since the training was practical oriented and the trainer was really helpful… thank you Rogersoft and the team
Course : Data Analytics I recently completed the Data Analytics course from Rogersoft Technologies and overall I had a positive learning experience. The excellent teaching by the instructor made it a highly valuable learning experience.
Course : Full Stack - .Net, React, SQL The classes were really good. I had no experience on React and was able to learn it easily with Rogersoft Technologies. Manoj sir was really good and he explained every single thing in a very understandable way and going to the deep level as well. He also explain every topics n number of times until you understand it clearly. He taught us based on the latest version and tools. Overall the classes were too good. Happy with the entire team and classmates too!!! Thank you!!!
Course : Software Testing (Combo) - 3 months I recently joined Rogersoft Technologies and I am thoroughly impressed with the experience so far. The mentors here are exceptional in their teaching methods, ensuring that every concept is well understood. Additionally, the entire staff is incredibly welcoming and professional, making the learning environment very supportive and enjoyable. I highly recommend Rogersoft to anyone looking to further their education or skills. It truly stands out in terms of quality and commitment.