Ultimate PHP, Laravel, CSS & Sass! Learn PHP, Laravel & Sass

Learn PHP,Laravel,PDO,Security and create layouts using CSS GRID, Bootstrap, Flexbox,topped up with JavaScript and Ajax

4.20 (151 reviews)
Udemy
platform
English
language
Web Development
category
instructor
Ultimate PHP, Laravel, CSS & Sass! Learn PHP, Laravel & Sass
3,697
students
95.5 hours
content
Apr 2021
last update
$59.99
regular price

What you will learn

Ultimate PHP, Laravel, CSS & Sass! Learn PHP, Laravel & Sass and JavaScript

You will learn how to create fast and modern layouts using Flexbox

You will have 3 crash courses for PHP, CSS-GRID and Flexbox

New modern 2019/2020 css techniques for building stunning websites

Cutting edge responsive design using media queries manager, mobile-first vs desktop-first

Difference between em vs rem units

SVG Images, Clip path, Font-awesome icons

Learn How to use Sass in real-world projects

BEM Methodology

7-1 Architecture

You will Learn about CSS-GRID and how to create complex layouts fast

Advanced CSS animations using @keyframes, animatiosn and transitions

Use NPM to set up a development process to compile Sass fast and without page refresh

You will learn how to write reusable and maintainable that can be easily scale

Create Complete (CMS) Content Management System similar like Wordpress

You will master PHP PDO

You will Use OOP to create classes

Create Clean URL by removing .php extension at the end of the files

Learn how to refractor and clean your code

Learn about PHP security with PDO

Create From Filters and Pagination

Use Bootstrap to create your Admin site

You will learn how to use composer (PHP package manager)

Send emails using PHPMailer

Create complete CRUD (create, read, update and delete) application

Making different forms and loading based on condition

You will learn how to create new Databases, create tables inside and use them

Forgot Password functionality with password hashing and tokens

You will use Google Maps JavaScript API

Create Markers and use Geocoding

Show 4 different types of post based on condition

Use Payment methods : PHP Stripe API, and PHP SDK for PayPal RESTful APIs.

Variables, Constants & Super Globals

Use Prepared statements that will prevent SQL attack

Use JavaScript and JQuery.

Learn about regular expression and how to validate login input and register users

Geo-coding will be used to convert the address that is in our DB

Create Tree like Commenting system, with Ajax

Save and Load data without page refresh using Ajax

Last seen and Time ago function same as in FB messenger or Viber or WhatsApp

Why take this course?

This course now is updated with Laravel!

Welcome To Ultimate PHP, CSS, and SASS: Enhance Your JavaScript Skills! - Old Title

Now Ultimate PHP, Laravel, CSS & Sass! Learn PHP, Laravel & Sass

This course will offer you more than 380 lectures recorded in HD quality, and more than 82 watch time hours.

Requirements:

  • Basic HTML, CSS, and PHP skills are desirable, but anyone basically can follow me on this course. No need for buying any extra software, your computer and text editor for writing the code will be sufficient.

Description

Have you have been taking courses that are not up to date or courses that after finishing them you will immediately know that is not what they promised to be in the promo video? Have you joined multiple courses for basically learning the same thing over and over again? Have you been thinking why there is no complete course out there where you can learn how to become master of front and back end development with the latest, greatest, and the most modern programming/designing techniques?

Great news: Then This Is The Right Course For You!

Welcome to "Ultimate PHP, CSS, and Sass: Enhance Your JavaScript Skills, best course ever". This is the most advanced, the most modern, and the most up to date course ever on this platform. It's everything you need to become master and advance your career as a graduate student, junior developer, or programmer. Look at the end of why I create this course to be for everyone.

There are multiple parts to this course. The first part is the designing process where you will learn how to use HTML, CSS, and Sass. You will be able to design and create modern layouts on your own after finishing this part. You will learn the most complex and advanced responsive design techniques, CSS GRID and Flexbox layouts and yes you will get familiar with Bootstrap as well. You will become a master of Sass, and CSS architecture also you will be able to design 3 very many different landing pages for these projects so you can get experience and practice what we have learned and put that in practice. You will have 2 complete guides for CSS GIRD and Flexbox in this section in order to make your life easy. This course is all about design, and you will be the architect of 3 different and beautifully designed and crafted projects.


FIRST PART OF THE COURSE CSS AND SASS, FLEXBOX, CSS-GRID AND BOOTSTRAP INTRO:

1) Create layouts of every kind with the latest cutting-edge layout technologies.

2) You master Flexbox and CSS Grid and Bootstrap;

3) Design carefully for all kind of devices with media queries;

4) Understand the concepts of CSS and how you can make reusable code that is easily maintainable with Sass.


In this course, you will get familiar with background-clip, transform, and perspectives when we are making rotating/flipping cards. You will use clip-path to shape the footer and header. Also, you will be able to create animations using @keyframes, transitions, and animation.

Working on these projects you will be able to use CSS selectors and pseudo-classes, elements that are the foundation of the modern CSS. Dealing with complex scenarios you will learn parent, child inheritance, box types, and positioning elements using abstract and relative positioning. This course will be based on 7-1 rule and we will stick with the BEM methodology so you can create massive code components that will be very easy for maintenance and at the same time expandable and scalable. With Sass, we will use variables where we declare their values and after that, we will use them in our project whenever we need them. You will learn how to use media queries and create ones where our design breaks, meaning that you can adjust your design to fit all kinds of screen sizes by simple and advanced calculation.

Flexbox and CSS grid will give us the opportunity to learn the process of organizing our website into a layout that easily fits different screen widths. I have two crash courses and examples for these two particular layouts. Additionally, we will use font awesome icons but we also will learn how to use the modern SVG icons in our projects so we can understand the difference between them. You will know how to change SVG color and generate SVG sprites with a breeze. On top of this, we will use the NPM so we can compile Sass and every code changes will automatically be reloaded on the browser. You will get familiar with the processes how to concatenate, prefix and compress and compile CSS file;

SECOND PART OF THE COURSE PHP, PDO, MYSQL, SECURITY AND OOP INTRO:

The second part of this course is PDO PHP and OOP using Classes, methods and etc. We will not use the entire MVC framework but we will get familiar with how to use M from that framework which stands for MODELS. Inside this model folder, we will create our core functions that will interact with the database in a secure manner. Security is the number one feature of PDO so that is why we are going to do our projects with PDO. I have created a crash course on how to use Classes and PDO just for this project so if you are a person with limited PHP understanding you will not have a problem after the crash course to follow this part.

What you will learn in this part:

You will learn that PDO represents PHP data objects and a lean and consistent way to connect to a Database. Also, PDO can work with multiple different databases like MySQL, Firebird, Oracle, PostgreSQL, and lots more. PDO provides secure data access layer no matter what type of system you are using, you can still use the same functions to access this data. You need to use a PHP 5.4 or later version in order to work because PDO will need OOP features. The biggest advantage for which I choose to use PDO is that we can write prepared statements that will prevent SQL attacks and injections that can destroy what we have stored in the database. PDO is very usable and reusable, usable because it has lots of functions out there that we can use like fetch and error handling, and reusable means that it can access multiple databases because of its unified API. We will write so many create, read, update, delete queries that by the end of this course you will become the master of PHP. You will become a master of PHP PDO and get to know the three main Classes like PDO, PDOStatment, and PDOexception. For these reasons, I have also included lectures about OOP (Object Oriented Programming) Classes where I discuss what is Class and how to use them in our project. You will learn how to instantiate objects of that class and how these objects can interact and use the methods/functions of a parent class. In addition, we will discuss Abstract and Extend Classes. In addition, you will learn how to take payments using PHP Stripe API, and PHP SDK for PayPal RESTful APIs.

After that, we can send emails to our users/customers using PHPMailer and we can install it via Composer. In short, you will learn how to use a composer or dependency management tool for managing dependencies of PHP software and required libraries.


Other smaller things worth mentioning:


1)Password Hashing & Security in PHP

2)Variables, Constants & Super Global

3) Arrays in PHP

4)Loops like While, foreach, for and etc

5)Control Structures

6)Methods or Functions

7)Sessions

8)Store and move FILES

9)Authentication

10)PHPMailer to send emails and files

11) Take Payments With Stripe and Paypal


THIRD PART OF THE COURSE JAVASCRIPT, AJAX and JQUERY INTRO:

Although there will be no separate third part it will be included with the PHP part because we need to do a lot of the things on the website using JavaScript and JQuery. So in this last part, I want to discuss why we are going to use JavaScript and Ajax to finish our project. Although this course is not about learning JavaScript and Ajax you will still learn a lot during this course. So what is AJAX?

AJAX is an acronym that stands for Asynchronous JavaScript and XML, and it describes a set of development techniques used for building websites and web applications. Ajax's core function is to update web content asynchronously (the "A" of AJAX), meaning you will not need to reload an entire web page when only a small portion of the content on that page is updated. "J" stands for JavaScript and JavaScript will be used to hide and show notification or messages when we are deleting and saving data. Also, we will display alert messages with the help of JavaScript. Login and registration will be done using JavaScript regular expressions so we can validate input form data before storing it in our database. With the help of Ajax, we will create Ajax dependent dropdown select. Because this is a real project that requires a lot of things to be done, we need to use Ajax and JavaScript in order to keep our design feels and look very modern.

Finally, we will use Google Maps JavaScript API and Geocoding to display LAT and LNG, search for live places or particular addresses and finally store them into the database. Geo-coding will be used to convert the address that is in our DB into lat and long to display into the map on other pages. Additionally, we will learn how to place a marker, how to make custom icons for marker such as beach flag because I think that adding google maps into any website will make the website look more professional and clean.


Why should you take this course?

Before buying any course my recommendation is to look into the specification and curriculum of that course and also look at the project tour or how the application will look like. After reading and watching what has been created by the instructor/instructors then join that course.


My promise to you?

I will always try to make you happy during the entire course, maybe sometimes over boring but that's me. I know that life is hard on its own and everyone has it's own problems so sharing info about my day and wishing you to be strong and positive is something that I will do in the lectures. It's never about how much money I will make from this course, it's what you will get out of this course. So promise that I will update the course constantly and listen to your requests and desires.

Info that you need to know: In some lectures, the cursor pointer of my mouse is not visible but that should not stop you from taking this course, because this is a web development course where you can see me coding and my mouse is not going to be the problem. This is my mistake and is only there in the first part of this journey. My honesty is number one and I want you to know before joining the course. Also, I'm here for you in the Q&A section, we will do everything together and I hope you will enjoy it.

My Style

I like to create things and achieve things that most people think that it's not possible or I'm not able to do this by myself. So don't be the person that will listen to others and never take the step forward. What I suggest is to listen to what your heart & guts tells you and follow them.

My Goal

My goal is to make you a better programmer/designer and developer so you can get your dream job, get more money, or even start your eCommerce or any other business with my help.

So, should you take this course?

The answer is a big YES YES YES!

The reason is that I packed so much great content into one course and I can easily split this one into 3 smaller courses so I can get more students and money. But that is not the case I want to create one that will stand out.

Can I make money with PHP and CSS, AJAX, and JavaScript?

  1. The answer is yes, the senior PHP developer in Australia can take from 80 to 130 thousand per year.

  2. PDO PHP is a must programming language for anyone that deals with web development.

  3. CSS is underestimated and is a true must because as you will see in this course it can be very powerful.

  4. The reason why I put this complete course in one is that I know that the entry job is very hard, and they are thousands and thousands like this on job advertisement companies. So look bellow what they require and also what you will learn.


Some of the PHP Junior/Graduate or entry Level Web Developer graduate will earn from 50K-70K for the first years:


Outline of what they request and want from job applicant: This is a short summary of the skills they want today in 2019/2020.

  • Follow Best Practices – Apply the best practices of web design and development using HTML, CSS, JavaScript, etc.

  • Have a passion for clean code – Take pride in creating reusable, easy to read, scalable code.

  • Have an eye for detail and design

  • CSS Preprocessors – Sass, Less or similar

  • Good verbal and written communication skills

  • Can work independently and problem solve difficult issues on the fly

  • Experience with command line

Highly regarded but not necessary:

  • Development experience with other eCommerce platforms

  • Object-Oriented Programming – A clear understanding of OOP or experience in any kind of backend development.

  • SQL experience – A good understanding of or experience with SQL databases

  • Experience with build tools – Gulp, Grunt or similar

  • Have a good understanding of Web Accessibility and SEO



After all, being said, I hope to welcome you as a new student in my course. I'm sure you're gonna love and enjoy the content because there is so much you can learn from. You will start with zero and end up being a hero!


Thanks,

Rick



Screenshots

Ultimate PHP, Laravel, CSS & Sass! Learn PHP, Laravel & Sass - Screenshot_01Ultimate PHP, Laravel, CSS & Sass! Learn PHP, Laravel & Sass - Screenshot_02Ultimate PHP, Laravel, CSS & Sass! Learn PHP, Laravel & Sass - Screenshot_03Ultimate PHP, Laravel, CSS & Sass! Learn PHP, Laravel & Sass - Screenshot_04

Our review

📚 **Course Review Summary** **Overview:** The course in question is a comprehensive guide through web development and design, encompassing HTML, CSS, SASS, CSS-grid, flexbox, PHP, PDO, Stripe, and more. It is designed for individuals aiming to become professional web developers or those looking to enhance their existing skills. **Pros:** - **Comprehensive Content**: The course provides a vast amount of material, covering both front-end and back-end development skills. - **Practical Approach**: The instructor's approach to coding is practical, demonstrating real-world problem-solving which is highly appreciated by learners. - **High-Quality Instruction**: Instructors are praised for their clarity in explaining concepts without relying on scripts, making the content easier to understand, especially for non-native English speakers. - **Skill Enhancement**: For those who already have a grasp of CSS, HTML, and JavaScript, this course offers advanced insights into architecting large websites and integrating PHP. - **Adaptive Learning**: The course seems to cater to different levels of expertise, from beginners to more experienced developers looking to solidify their knowledge or learn new techniques. - **Realistic Teaching Style**: The instructor's ad-hoc style is seen as beneficial by some learners who appreciate the immediate problem-solution approach. - **Additional Resources**: There is an emphasis on learning through doing, with some reviewers suggesting the availability of downloadable resources for each section to aid in the learning process. - **Community Support**: Some learners have indicated a sense of community and support from the instructor, which is valuable during the learning journey. **Cons:** - **Non-linear Progression**: A few reviewers noted that the course assumes knowledge from previous sections, which can be challenging if not followed sequentially. - **Occasional Hiccups in Presentation**: Some learners pointed out that certain explanations or demonstrations could be improved for clarity, especially when introducing solutions to problems encountered during coding. - **Expectation vs. Reality Gap**: There were expectations that each language or technology would be covered as a standalone training, which did not align with the course's flow. **Learner Experience:** - **Engaging and Direct**: The teaching style is engaging and to the point, which is particularly beneficial for learners with ADD or similar attention challenges. - **Highly Rated**: The overall sentiment towards the course is highly positive, with many learners expressing satisfaction and appreciation for the content and delivery. - **Real-World Application**: The practical nature of the course, with real coding problems and solutions, is a strong selling point for potential learners. **Final Thoughts:** This course appears to be a valuable resource for anyone looking to dive into web development or enhance their existing skills. Its comprehensive nature covers a wide range of technologies and techniques, making it suitable for both beginners and more advanced developers. The practical teaching style and the emphasis on real-world application are significant strengths that contribute to its high rating among learners. However, potential learners should be aware that the course assumes knowledge progression from earlier sections and may require a different approach if expecting standalone language tutorials.

Charts

Price

Ultimate PHP, Laravel, CSS & Sass! Learn PHP, Laravel & Sass - Price chart

Rating

Ultimate PHP, Laravel, CSS & Sass! Learn PHP, Laravel & Sass - Ratings chart

Enrollment distribution

Ultimate PHP, Laravel, CSS & Sass! Learn PHP, Laravel & Sass - Distribution chart
2521030
udemy ID
8/22/2019
course created date
10/10/2019
course indexed date
Bot
course submited by