PHP Design patterns in Laravel - How Laravel uses them internally?

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

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

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

    I strive to be able to explain concepts the way you do it. You're an inspiration sir. From South Africa 👋🏽

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

    Love you from India. Please continue the design pattern series and thank you for all of this :)

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

      Ah.. My love for India, I met a lot of good friends and colleagues from there :)

  • @Vitalii-m6r
    @Vitalii-m6r ปีที่แล้ว +1

    This is an extraordinarily useful video! Thanks!

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

    Great video as usual. This channel is a absolute Gem!

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

      That is very nice to hear Penners. Any thought on what you would like to see next?

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

    Learnt a tonne. Would be great to see you breakdown other PHP frameworks. Thanks!

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

      Glad to hear that Ryan. Do you have any app/framework you would like to see dissected?

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

    great work. Love how you made it look very simple by digging deep

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

      Thanks Fahd, basically it is "just a php code" at the end that does some calls here and there :)
      Do you work with Laravel professionally, or still learning it?

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

      been working professionally for a while. But been focusing more on delivery than understanding the basic components under the hood which is a huge mistake. trying to change that now :)

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

      @@fahdyousri You think it helps with everyday tasks?

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

      With big apps. Yes.
      With small apps however just abiding by the laravel community recommendations would do.
      But deep diving into design patterns is a necessary upgrade to work with the more complex apps.

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

    Amazing Laravel guts review, it's good learning the insides of an awesome and huge framework

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

      Thanks Lucas, glad you liked it. Any suggestions for the next guts review?

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

    Thanks so* much for the video! Love your work~
    tbh i feel like i actually understand

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

    Fantastic!

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

    Great video, curious at to what your go to framework is ?

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

      Thanks. I tend to go to Laravel for smaller projects, symfony for more robust things I guess. You?

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

      @@ApplicableProgramming Laravel only, maybe I should start looking into Symphony.
      Also, should we be expecting a beginner to advanced Symphony course from you? Thanks

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

      @@osaigbovoemmanuel1 not sure to be honest. I tend to make framework-agnostic videos focusing on the core programming principles, because framework videos get out of date very soon with each new framework version. But what do you think would be most interesting in video covering Symphony, the commands, general architecture, concrete code, ...?

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

      @@ApplicableProgramming concrete code thanks

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

      @@osaigbovoemmanuel1 I will note it down. Btw, do you have some code you would like to see reviewed? Something you have laying around, or you can write something quick over the weekend, and I could review it and give some improvement tips on youtube?

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

    Please explore MediaWiki CMS design pattern. Make the video on this.

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

      Thank you Jay, wrote it now on the TODO list. Any other suggestions?

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

    Please make video about Adpter and Strategy design pattern

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

      You thinking in Laravel or in general? I do have Adapter covered in details in the course www.applicableprogramming.com/

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

      @@ApplicableProgramming in laravel and how laravel use validation please explain which pattern used in validation