Excellent 5 part series. I was very educational for me. Thank you!
@QuentinWatt4 жыл бұрын
Glad you enjoyed it!
@rinconfede4 жыл бұрын
Question: its recomendable to check in backend if the method will fail or not, before sending it? right? (poor frontend guys lol) P/D: By the way, awesome job doing thoose videos. I learn many more than i espect it. Thank you so much
@QuentinWatt4 жыл бұрын
Laravel should still throw and error if this fails
@RobinHayer5 жыл бұрын
Can you make a video on optimization of laravel application to speed it up.
@QuentinWatt5 жыл бұрын
........................... what do you even mean? Using standard Laravel, just don't write bad code. Other than that PHP is generally a bit slower than languages like Java or C# etc, but PHP as the advantage of not being so resource heavy.
@RobinHayer5 жыл бұрын
@@QuentinWatt i mean what kind of optimization techniques can be used for laravel application ? Is there any way to do this or not ?
@QuentinWatt5 жыл бұрын
... I think you need to structure this request into something more specific and come back to me later. Sounds like you just want a faster website at the moment but there are a thousand factors that can influence that.
@RobinHayer5 жыл бұрын
@@QuentinWatt actually i started laravel and made a small project but it was really slow. But then i created a small mvc framework of my own just for routes and basic security feautres but it was more faster. I used php7 in both the cases. I was trying to understand why this happened. I am an intermediate full stack developer. Nowadays, looking for advance features.