Avoid These 5 Common Mistakes As A PHP Developer

preview_player
Показать описание
Want to improve the quality and efficiency of your PHP development? In this video, I'll share five tips for avoiding common mistakes that many PHP developers make. From improper error handling to premature optimizations, I'll show you how to avoid these high-level mistakes and become a more skilled developer.

SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL
👍 Smash the like button
🤝 Subscribe to the channel & turn the notifications on
💬 Post comments, any feedback is greatly appreciated
THANK YOU!

🛠️ TOOLS & SERVICES I USE

LEARN PHP THE RIGHT WAY COURSE

TABLE OF CONTENTS
00:00 - Intro
00:46 - Don't Rush Into Frameworks
01:59 - Improper Sanitization / Escaping
03:19 - Improper Error & Exception Handling
05:09 - Premature Optimizations & Overengineering
06:30 - Ask For Help When In Need
07:39 - Outro

** Affiliate Disclaimer: Some of the above links may be affiliate links, which may generate me a sales commission at no additional cost to you.
Рекомендации по теме
Комментарии
Автор

The real and very useful advices that everyone should keep in mind even before start to learning programming. You are really one of the best teachers I've had a chance to listen.

donmikele
Автор

i am amazed by how you keep your videos with quality contents. All your videso as far as I can remember were all worth watching.

mampiisaotaku
Автор

Rushing into frameworks... This is a real huge problem..

odegirmenci
Автор

This is very helpful. I already see that I may come back here to replay for some of the advices perhaps when I get into a project. Thanks Gio

Zubbee
Автор

Great tips. I struggle with catching myself when I overthink or over-engineer something and that statement where you said, "just to be clever" hit me like a ton of bricks. It's all a work in progress!

DonovanChilders
Автор

Hi Gio, thanks for the great video, it could be awesome if you also provided code examples to go with the mistakes. Maybe in a future video?

l.b
Автор

Thanks a lot Sir, very useful content. I have been developing in PHP for quite some time but your tutorial: "Learn PHP The Right Way" is such a Gold mine. I get humbled watching the videos on that playlist! Very useful content there. Thanks.

josephnduati
Автор

That is great, Thanks a lot gio .
What do you think about data structures and algorithms with php series

hasanmostafa
Автор

Thanks a lot. Work with errors/exceptions in real project is interesting part. Would you release videos about it?

twentxx
Автор

Thank you teacher. This video is great. You are a very good guide ❤

mehmetaydar_QXyGeN
Автор

Been there done all of that! Great video Gio!

cpanagoulias
Автор

What about solid principle which are required in any project, which atleast ensure re usability and hence smaller file, clear code? Thank you so much sir.

asok
Автор

great video, last mistakes i did myself, multiple times

ЭролСезгин
Автор

best way to error handling is using die(message) method for fatal error
and ignore warning error :D

relskull
Автор

awesome vid, very useful, love you G

WhiteSiroi
Автор

can you do SOLID principle and design pattern with OOP and best PHP structure with best practice and thank you for u effort

workhard
Автор

Not gonna lie but it has been so long since i used plane old PHP that i have forgotten most of it. Symfony ROCKS!

That overengineering part, I still find my self doing that quite often and i have around 6 years of experience.
Which is very annoying, It costs so much time or you just get stuck, Just to get that simple action which is easily achieved to do manual automated or something.

Hard to catch your self doing that, Gives a lot of headaches.

zanza
Автор

What if you already have the fundamentals? Because i already knew these things you said in the section “Don’t Rush Into Frameworks”. I only learned the basic syntax of php and jumped straight into Laravel, because i felt i already know those concepts.

KaraSuraDraw
Автор

Yeah this is the very informative video thanks you.
Would you please advice about data structure and algorithm in PHP

rakibulhasan
Автор

if asking for help gets you negative feedback or unpleasant feeling. you are in a wrong company. i always say that not helping a co worker is not my loss, its a companys loss.

TomiBorchert