// video library

My YouTube Videos

A curated collection of tutorials, walkthroughs, and coding sessions. Watch, learn, and level up your frontend skills.

HTML CSS Beginner
Website layout for beginners | HTML | php l header | menu | footer |

This tutorial provides a step-by-step guide for beginners on how to create a basic website layout using HTML and PHP. It demonstrates how to structure and connect essential components like the header, menu, and footer to build a functional home page.

JavaScript DOM Intermediate
HOW TO Upload IMAGE in the web Development|HTML| PHP|XAMP|

This video provides a step-by-step tutorial on how to upload images to a web server using an HTML form and PHP backend logic. It covers essential steps like setting the correct form encryption type and using PHP functions to move uploaded files to a specific directory

HTML CSS Project
HOW To connect Html form with database | html | Database | php |

This tutorial explains the complete process of connecting a simple HTML form to a MySQL database using PHP. It guides you through creating a database and table in phpMyAdmin, building the frontend form, and writing the backend PHP script to handle data insertion.

React Hooks Advanced
PHP MySQL Fetch Data Tutorial | Display Database Data using Echo in backend | PHP | HTML | Database

This video tutorial demonstrates how to fetch and display data from a MySQL database on a web page using PHP. It covers establishing a connection, executing a SELECT query, and using a while loop to iterate through and print the results.

PHP MySQL Backend
PHP & MySQL for Beginners

Get started with server-side programming. We build a simple CRUD app connecting a PHP backend to a MySQL database — no frameworks needed.

Git GitHub DevOps
Git & GitHub Workflow for Developers

Master version control — commits, branches, pull requests, resolving merge conflicts, and a clean branching strategy for team collaboration.