• Post category:StudyBullet-10
  • Reading time:6 mins read


Build Mini Projects with PHP MySQL Bootstrap PDO Ajax and JQuery

What you will learn

Learn to Work with APIs

Learn to deal with PHP and MySQL in a professional way

Learn to combine Ajax-Jquery with PHP

Create a full like and dislike system

Train your prior knowledge with PHP and MySQL

Learn to deal with files and install a library for it

Build a simple CV creator

Build an auth system

Build a rating system

Learn Debugging in PHP and MySQL along the way with Ajax JQuery

Description

Are you ready to skill up in programming? Do you have knowledge of PHP and MySQLย and do not know what to do with them? Do you guidance on your way to building projects? If so, then this is the right place for you!! In this course, you will learn how to get out of the tutorial hell and how to approach real-world projects and get unstuck on your way to becoming a developer. After this course, you will simply be able to think like a programmer, and solving programming tasks will be no challenge for you.


Get Instant Notification of New Courses on our Telegram channel.


First of all, We will begin by building the most common feature of every website and which is the authentication system, which will allow you to learn about various things like password hashing and unhashing, validations, and sessions. For the second project, we are getting deep and we are building a posting system with comments with a focus on the comments and we are doing the whole thing using Ajax JQuery. And the third project is also about a rating system inside the blog itself and we are going to install a plugin along the way to do the design for us and we are going to do the backend from scratch. The next Project it’s about a weather app and we are going to use an API for it, so that should be really cool. Another interesting project is also the CVย creator that we are using a library for and that will allow us to deal with files within PHP

English
language

Content

Introduction

Introduction

Installation

Before you Start the Project
Installing Xampp
Installing VS Code

Building an Authentication System

Intro to the Project
Code for the Design of the Project
Config File
Register Page
Logging Users in
Logging in and Checking for Sessions

Building a Comments System with Ajax JQuery

Intro and Preparing
Creating Posts
Showing Posts in Index
Showing a Single Post
Inserting Comments with Ajax JQuery
Showing Comments with Ajax JQuery
Deleting Comments with Ajax JQuery
Fixing Bugs pt.1
Fixing Bugs pt.2

Creating a Rating System

Getting Started and Setting up the Plugin
Creating the Ratings for every Post
Showing the Rating for every Post
Fixing Bugs pt.1
Fixing Bugs pt.2

Creating a Weather App

What is an API??
Implementing the Weather App

Build a Cool Like and Dislike System

Getting Started and Code for the Project
Liking and Disliking pt.1
Liking and Disliking pt.2

Building a Simple CV Builder

Setting up the Project and Installing
Building the CV Builder