We guarantee that all our online courses will meet or exceed your
expectations. If you are not fully satisfied with a course - for
any reason at all - simply request a full refund. We guarantee no
hassles. That's our promise to you.
Go ahead and order with confidence!
| Module 01: CSS Introduction | |||
| Introduction | |||
| How to ask a great questions | |||
| Introduction CSS | |||
| Choosing Code Editor | |||
| Installing Code Editor (Sublime Text) | |||
| CSS Syntax | |||
| Creating a first page with CSS Style | |||
| Module 02: CSS Basic | |||
| Inline CSS | |||
| Internal CSS | |||
| External CSS | |||
| CSS Classes | |||
| CSS IDs | |||
| Colors | |||
| Backgrounds | |||
| Floating | |||
| Positioning | |||
| Margins | |||
| Padding | |||
| Borders | |||
| Module 03: CSS Intermediate | |||
| Styling Text | |||
| Aligning Text | |||
| Styling Links | |||
| Font Family | |||
| Font Styles | |||
| Applying Google Fonts | |||
| Box Model | |||
| Icons | |||
| Tables | |||
| Navigation-Menu | |||
| Dropdowns | |||
| Module 04: CSS Advanced | |||
| Advanced Selectors | |||
| Forms | |||
| Website Layout | |||
| Rounded Corners | |||
| Color Keywords | |||
| Animations | |||
| Pseudo Classes | |||
| Gradients | |||
| Shadows | |||
| Calculations | |||
| Creating Responsive Page | |||
| Module 05: CSS Expert | |||
| Button Styles | |||
| Pagination | |||
| Multiple Columns | |||
| Image Reflection | |||
| UI – UX Design | |||
| Social Media Icons | |||
| External CSS Style adding | |||
| Module 06: Restful API Introduction | |||
| Section Introduction | |||
| Installing XAMPP for PHP, MySQL and Apache | |||
| Installing Code Editor(Visual Studio Code) | |||
| Postman API platform installation | |||
| Composer installation | |||
| Creating PHP Project on XAMPP | |||
| Hello World Program | |||
| Module 07: Restful API Basic | |||
| What is PHP | |||
| What is Restful API | |||
| HTTP request GET, POST, PUT or DELETE | |||
| REST API project structure | |||
| Module 08: Project 1: Restful API Authentication | |||
| Create Database and table | |||
| Creating Project forms and folders | |||
| Database Connection | |||
| JSON Web Token Handler(JWT) | |||
| Auth Middleware Token Validation | |||
| Register form | |||
| Login form | |||
| User Token Authorization check form | |||
| Module 09: Project 2: Restful API - MySQL | |||
| Create Database and table | |||
| Adding Data to table – insert query | |||
| MySQL Select query | |||
| MySQL Update query | |||
| MySQL Delete query | |||
| Get Project2 Source Code | |||
| Create Database Connection | |||
| Module 10: Restful API – Web API Services | |||
| Create Items Class PHP File | |||
| Create Method form | |||
| Creating Record Using Restful API | |||
| Reading Method form | |||
| Reading Record Using Restful API | |||
| Update Method form | |||
| Update Record Using Restful API | |||
| Delete Method form | |||
| Delete Method Using Restful API | |||
| Coding Exercise | |||
| Solution for Coding Exercise | |||
| SEO friendly Request URLs of REST API | |||
| Module 11: MYSQL Introduction | |||
| Overview of Databases | |||
| MySQL Installation | |||
| MySQL Workbench Installation | |||
| Connecting to MySQL using Console | |||
| Module 12: MySQL Basics | |||
| Overview of Challenges | |||
| SQL Statement Basic | |||
| SELECT Statement | |||
| SELECT DISTINCT | |||
| Column AS Statement | |||
| COUNT function | |||
| Module 13: MySQL Filtering Data | |||
| SELECT WHERE Clause – One | |||
| SELECT WHERE Clause – Two | |||
| ORDER BY | |||
| LIMIT | |||
| BETWEEN | |||
| IN Operator | |||
| LIKE and ILIKE | |||
| Module 14: MySQL Functions | |||
| Overview of GROUP BY | |||
| Aggregation function SUM() | |||
| Aggregation MIN() and MAX() | |||
| GROUP BY – One | |||
| GROUP BY – Two | |||
| HAVING Clause | |||
| Module 15: MySQL Joins | |||
| Overview Assessment | |||
| Overview of JOINS | |||
| Introduction to JOINS | |||
| AS Statement table | |||
| INNER JOIN | |||
| FULL Outer Join | |||
| LEFT Outer JOIN | |||
| RIGHT JOIN | |||
| Union | |||
| Module 16: MySQL Advanced Commands | |||
| Advanced SQL Commands | |||
| Timestamps | |||
| EXTRACT from timestamp | |||
| Mathematical Functions | |||
| String Functions | |||
| SUBQUERY | |||
| Module 17: MySQL Structure Creation | |||
| Database and Tables | |||
| Data Types | |||
| Primary key and Foreign key | |||
| Create Table in SQL Script | |||
| Module 18: MySQL Data Queries | |||
| Insert | |||
| Update | |||
| Delete | |||
| Module 19: MySQL Structure Queries | |||
| Alter Table | |||
| Drop Table | |||
| Module 20: MySQL Constraints | |||
| NOT NULL Constraint | |||
| UNIQUE Constraint | |||
| Module 21: MySQL Backup and Restore | |||
| Overview of Databases and Tables | |||
| Backup database using phpMyAdmin | |||
| Restoring a Database | |||