Companies Home Search Profile

PHP with MySQL 2022: Build a Complete Job Portal

Focused View

Web Coding

12:23:24

171 View
  • 1. Introduction.mp4
    13:39
  • 1. Before you Start.mp4
    01:12
  • 2. Installing Xampp.mp4
    09:46
  • 3. Installing VS Code.mp4
    02:32
  • 1.1 jobboard.rar
  • 1. The Design and Code for this Project.mp4
    02:57
  • 2. Config File.mp4
    11:51
  • 3. Setting up the Project Structure.mp4
    09:43
  • 1. Register Page.mp4
    25:26
  • 2. Login Page pt.1.mp4
    18:39
  • 3. Login Page pt.2.mp4
    07:31
  • 4. Starting with Sessions pt.1.mp4
    17:36
  • 5. Starting with Sessions pt.2.mp4
    09:54
  • 6. Validating the Auth System pt.1.mp4
    08:49
  • 7. Validating the Auth System pt.2.mp4
    13:24
  • 1.1 profile.rar
  • 1. Creating Public Profile.mp4
    20:41
  • 2. Updating Profile pt.1.mp4
    24:07
  • 3. Updating Profile pt.2.mp4
    20:29
  • 4. Updating Profile pt.3.mp4
    13:23
  • 5. Fixing Bugs pt.1.mp4
    09:39
  • 6. Fixing Bugs pt.2.mp4
    03:56
  • 1.1 post-job.rar
  • 1. Creating Jobs.mp4
    27:55
  • 2. Showing Jobs for every Company.mp4
    22:35
  • 3. Showing a Single job pt.1.mp4
    25:08
  • 4. Showing a Single job pt.2.mp4
    10:22
  • 5. Showing Related jobs pt.1.mp4
    12:58
  • 6. Showing Related jobs pt.2.mp4
    17:46
  • 7. Deleting Jobs.mp4
    10:19
  • 8. Validating Delete Jobs.mp4
    08:51
  • 9. Updating Jobs pt.1.mp4
    11:18
  • 10.1 update-job.rar
  • 10. Updating Jobs pt.2.mp4
    12:37
  • 1. Applying for Jobs pt.1.mp4
    08:25
  • 2. Applying for Jobs pt.2.mp4
    15:14
  • 3. Applying for Jobs pt.3.mp4
    16:12
  • 4. Saving jobs.mp4
    12:34
  • 5. Validating and Fixing Bugs pt.1.mp4
    10:58
  • 6. Validating and Fixing Bugs pt.2.mp4
    13:27
  • 7. Validating and Fixing Bugs pt.3.mp4
    13:32
  • 8. Showing Saved Jobs for every Worker.mp4
    28:05
  • 9.1 show-applicants.rar
  • 9. Showing Job Applicants for every Company.mp4
    19:05
  • 1. Showing Categories.mp4
    10:00
  • 2. Showing Jobs for every Category.mp4
    13:31
  • 3. Showing Workers.mp4
    13:14
  • 4. Showing Companies.mp4
    04:42
  • 5. Showing Latest Jobs.mp4
    15:14
  • 6. Searching for Jobs.mp4
    25:50
  • 7. Working with Trending Keywords pt.1.mp4
    03:33
  • 8. Working with Trending Keywords pt.2.mp4
    06:53
  • 1.1 404.rar
  • 1.2 admin-panel.rar
  • 1. Design and Code for Admin Panel.mp4
    07:45
  • 2. Logging Admins in pt.1.mp4
    13:37
  • 3. Logging Admins in pt.2.mp4
    13:23
  • 4. Showing Admins.mp4
    05:24
  • 5. Creating Admins.mp4
    15:30
  • 1. Showing Categories.mp4
    09:04
  • 2. Creating and Deleting Categories.mp4
    12:17
  • 3. Updaing Categories.mp4
    08:46
  • 1. Showing Jobs.mp4
    07:11
  • 2. Deleting and Changing Job Status.mp4
    11:38
  • 3. Validating and Fixing Bugs.mp4
    03:17
  • Description


    Build Amazing Job Board with Complete Admin Panel in PHP MySQL Bootstrap and PDO

    What You'll Learn?


    • Learn to set up the right environment when getting started with coding
    • Build a complete authentication system
    • Learn to do advanced coding with hashing and un-hashing passwords
    • Warp your head around cool programming concepts like validations
    • Limit the user ability to access sensitive data by protecting it
    • Learn to deal with sessions and customize them based on your needs
    • Create a full profile system and learn to update it like a pro
    • Build a real world job system and fully control it for both job seekers and companies
    • Create a category system
    • Set up layers and layers of validations for various profiles on your web app
    • Create an admin panel and learn how it works under the hood from start to finish
    • Learn to work with Database complicated queries like (Joins and Wild Cards)
    • Build a multi input based search form
    • Learn to fix bugs along the way of developing this web app
    • Learn file uploading and how to fully update and delete it
    • Create an amazing admin panel

    Who is this for?


  • People who learned PHP and MySQL and want to build a full project
  • Developers who want to build their CVs
  • Aspiring programmers who want to level up their development skills with new techniques
  • More details


    Description

    In this course, you are going to both build a massive project and have fun, We will begin by setting up our config, and do the authentication system up to finishing the admin panel. There is a lot to get into when we are talking about building a project of this size, of course. So if you learned PHP, MySQL a little bit of PDO, and Bootstrap and want to train your skills you are in the right place. You are going to be exposed to a lot of different parts of web development areas and techniques and so on. This should be a rich experience for you if you are stuck with tutorials and do not know when to start when building projects. Also, there are going to be a lot of bugs along the way and we are going to solve them together, so be prepared for some real coding.

    Let's take a quick deep dive into what we are going to be building. The first thing naturally is the config part of the app and then the fully validated customizable authentication system, and then we are going to create a full profile system, and while we are at it we are going to learn how to update it. after that, we are going to get into a very serious part and that is the job posting that's when we are going to do a lot of validation because only the companies are going to create the jobs, show, delete, and update them. And then we are going to take a look at another important part and that is applying for jobs and that's only going to be for job seekers and we will implement the categories system and we will take care of various forms of general parts inside the website like displaying certain data, validations and search input and so on. And of course, there is a lot more to add to this. So if this looks like something you are interested in building, don't hesitate to join the course now!!



    Who this course is for:

    • People who learned PHP and MySQL and want to build a full project
    • Developers who want to build their CVs
    • Aspiring programmers who want to level up their development skills with new techniques

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Mohamed Hassan (the founder of Web Coding) is an aspiring developer. Years ago when started learning to code, he immediately fell in love with it and it's like this is all I want to do all my life. He then started building websites and apps for fun, got his internship a few months later, but he knew all along,  how he always loved teaching people from a young age, and now he is dedicated to getting you the finest, most robust, informative, and engaging content and learning experience that he can get you.He has experience with various both back-end and front-end technologies, from PHP to Python to Javascript and so much more.He explains everything with ease and clarity with practical real-world examples and mind-tackling quizzes and he is all ready to answer your questions :)
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 58
    • duration 12:23:24
    • Release Date 2022/12/24