PHP For Beginners, Ep 24 - Programming is Rewriting

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.พ. 2025

ความคิดเห็น • 29

  • @bulent2435
    @bulent2435 2 ปีที่แล้ว +33

    Despite the fact that I'm not a beginner PHP developer, I watch your videos since I like the way of how you to explain stuff. Thanks.

    • @reviewworld8622
      @reviewworld8622 2 ปีที่แล้ว

      Ditto

    • @PS-dp8yg
      @PS-dp8yg 7 หลายเดือนก่อน +1

      Same. I'm not a PHP developer, and I like the way he explains stuff.

  • @kyooodaii6297
    @kyooodaii6297 14 วันที่ผ่านมา

    Man, watching this series after finishing the free 30 day Laravel series and exploring Laravel for about a month is surely a blast. I get to know more about the things under the hood of Laravel.

  • @fraidoonhu9284
    @fraidoonhu9284 2 ปีที่แล้ว +8

    If you want to learn programming then Jeffrey Way is the way to go

  • @dr_ned_flanders
    @dr_ned_flanders 2 ปีที่แล้ว +2

    Not just for beginners. As an experienced programmer, this is the cleanist PHP code I have seen. It is slowly becoming Laravel.

  • @nickamenthomson8874
    @nickamenthomson8874 2 ปีที่แล้ว +8

    This revealed some concepts that you can't get easily just by reading documentation. Thank you for making it free.

  • @taslimsuman
    @taslimsuman ปีที่แล้ว

    I am not the beginner, working with Laravel couple of years but there is so much things to learn from you. Really great job and thanks a lot for the awesome tutorial.

  • @mityukov
    @mityukov 2 ปีที่แล้ว +1

    It's rather fun to watch how Jeffrey's brings Laravel API into his from-scratch PHP application =)

    • @jeffreyway520
      @jeffreyway520 2 ปีที่แล้ว

      Very purposefully. :) I want the transition to Laravel to feel immediately familiar.

  • @walidhafid3932
    @walidhafid3932 ปีที่แล้ว +1

    It's funny how you are introducing laravel eloquent step by step 😂

  • @ihorrud5088
    @ihorrud5088 ปีที่แล้ว

    Jeffrey,your lessons are really interested and informational!Thank you!

  • @jediampm
    @jediampm 2 ปีที่แล้ว +1

    Hi Jeff, thanks for a good video.
    I would say that " Programming is Art".
    And now you know how to chain methods ;)
    I would like to see more modern PHP by using strict types and type hinting.
    Will you start doing this ?
    Thanks.

    • @laracastsofficial
      @laracastsofficial  2 ปีที่แล้ว

      Yes, but I consider that a slightly more advanced topic. So it's reserved for the end of the series. Remember, we're starting folks completely from scratch. I don't want to throw too much at them in the first handful of hours.

    • @jediampm
      @jediampm 2 ปีที่แล้ว +1

      @@laracastsofficial sorry but i dont agree that strict type and type hint to be "a slightly more advanced topic." because when you learn a language like c, c# or java you have to learn how to associate types to variable or parameters on a function. So i think things like OOP related, so like you did today, to be even more advance topic.
      Of course, the show is yours, I appreciate the fact that one way or another you will create a video about it.
      thanks.

  • @justchill5332
    @justchill5332 2 ปีที่แล้ว +1

    To be honest. You content is more than any paid content

    • @melancholiamusic4498
      @melancholiamusic4498 2 ปีที่แล้ว +1

      this is why you shall visit laracast and purchase subscription to access other lessons :P

    • @justchill5332
      @justchill5332 2 ปีที่แล้ว +1

      @@melancholiamusic4498 yes I will do it definitely

  • @kenjohnsiosan9707
    @kenjohnsiosan9707 2 ปีที่แล้ว

    any tips to prepare for a technical exam for senior laravel developer. thanks Jeff.🙂

  • @Victor_Cernoyar
    @Victor_Cernoyar ปีที่แล้ว

    Круто, дружищще! Очень доходчиво и познавательно. Спасибо большое!

  • @fahnleindieselschweif5022
    @fahnleindieselschweif5022 2 ปีที่แล้ว +1

    "Programming is Rewriting" belongs on a T-Shirt.

  • @vincentbeaulieu7553
    @vincentbeaulieu7553 2 ปีที่แล้ว

    hey thanks for your videos ! what about $db->findOrFail("notes", $_GET["id"]) to abstract even more the query to the Database class, or do you have something more classy in head for the future? Thanks !

    • @mityukov
      @mityukov 2 ปีที่แล้ว

      Just wait for QueryBuilder lessons ;-)

  • @sonoftroy8572
    @sonoftroy8572 10 หลายเดือนก่อน +1

    I also added this - (see code below)
    ```code
    if ($_SERVER['QUERY_STRING'] !== "id={$note['id']}") {
    abort();
    }
    ```
    to prevent someone from adding a string of characters after the original query string.

  • @kevyyar
    @kevyyar 2 ปีที่แล้ว

    I'm starting a Drupal project on my company. I know the very basics of PHP. Amy tips guys on how to do this? I'm a front end dev btw and have only coded in JavaScript. Although php I know it just the very basics

    • @genechristiansomoza4931
      @genechristiansomoza4931 2 ปีที่แล้ว

      There's no other way but to learn how Drupal works. Unfortunately, It's not walk in the park. You better start learning the basics of Drupal now for you to have progress.

    • @bulent2435
      @bulent2435 2 ปีที่แล้ว

      Choose WordPress if it's possible.

    • @kevyyar
      @kevyyar 2 ปีที่แล้ว

      @@genechristiansomoza4931 in terms of the backend ui, what Drupal provides is it similar to WordPress? And on the other hand working with themes and modules, is it fine if I start digging into the symfony framework?

  • @melancholiamusic4498
    @melancholiamusic4498 2 ปีที่แล้ว

    Do you like football?