Junior Laravel CRUD+jQuery Code Review: Random Tips in 10 Minutes

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

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

  • @CHSKnight
    @CHSKnight 3 ปีที่แล้ว +19

    Your channel has made fall in love with Laravel. Thank you

  • @marcusgaius
    @marcusgaius 3 ปีที่แล้ว +6

    Honestly, I love this guy. He didn't dare to remove anything that he didn't add himself, including the default Laravel resource controller comments, or the '#code...' from the snippet extension.
    But seriously, I see a lot of myself from 2 years ago in his code (including, but not limited to the use of jQuery :D).
    He's not afraid to try and to ask for feedback, he should do quite well in the future, especially if he continues following your videos. :)

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

    I'm a junior developer and I love the the way you point the common mistakes.
    keep it up Captain !!!

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

    You are the experienced senior dev we all are missing in our team

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

    I'm planning to learn Laravel again, and watching your videos really helps me recall things I've forgotten and also learn new things I didn't knew before.

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

    Just want to say i love your videos. I don't comment much but i click like to support. I might also purchase a course in the future to get better with laravel. I just wanted to say i enjoy the way you teach and how relaxing your voice is. It's like your voice is meant to be a teacher. Thanks for uploading free content like this on youtube

    • @LaravelDaily
      @LaravelDaily  3 ปีที่แล้ว

      Thanks for the kind words!

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

    Thank you for these vids. Love how every time i watch i learn new things even if I’ve been using laravel for years now. Keep it up!

  • @justinphilip4235
    @justinphilip4235 3 ปีที่แล้ว

    Keep doing these code reviews. Very helpful

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

    I have engaged with your lessons! Thanks a lot

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

    Thanks for the videos! Your content it’s awesome and I really like this type of series because you show errors that everyone does sometime or when we are start learning new stuff. I have a Q but i do not know if you have a video on that, and if is exist a method to save an array to the one columm of the db, and also retrieve that data in form of an array. Thanks in advance 🙌🏽

    • @LaravelDaily
      @LaravelDaily  3 ปีที่แล้ว +3

      You should read about JSON columns in MySQL/Eloquent. One of my older articles about it: laraveldaily.com/working-with-mysql-json-columns-in-laravel-custom-properties-example/

    • @javierr5845
      @javierr5845 3 ปีที่แล้ว

      @@LaravelDaily that was just what I was looking for, thanks for the quick reply!

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

    Great Job. Thanks for your contributions!!!

  • @kwameadoko9542
    @kwameadoko9542 3 ปีที่แล้ว

    I don't have access to the code, but I think I have done it before in my code $count++. I used that to set the row's background to either gray or white when the counts value is an even number

  • @nithin_ns
    @nithin_ns 3 ปีที่แล้ว

    Hi, I am Working on a EV Charging Station Management App using Laravel, Can you give me advice for how to establish connection between charging station and our Admin section real time , what are the technologies related to that etc.

  • @nazeerkaadan
    @nazeerkaadan 3 ปีที่แล้ว

    great teacher ... many thanks for your efforts

  • @mihaiandrei3144
    @mihaiandrei3144 3 ปีที่แล้ว

    Hi there! Cool videos. How about a video about how to Structure a Laravel & VueJS Multipage app? Like using VueJS making only some parts of the app work dynamically and keeping a nice SEO. Can it be done? Can one have both VueJS and Blade components? I've been looking for that kind of information on the internet for a long time.

  • @alicenNorwood
    @alicenNorwood 3 ปีที่แล้ว +3

    I love how this guy calls those "random tips"

  • @codewithtee
    @codewithtee 3 ปีที่แล้ว

    Nice, I like the concept of the project...
    How best do you think, I can handle the update of a resource, that required multiple step form to create?

    • @LaravelDaily
      @LaravelDaily  3 ปีที่แล้ว

      I can't answer it quickly in a short comment, without creating a full project. What is the actual problem you're facing with those multi-step forms?

    • @codewithtee
      @codewithtee 3 ปีที่แล้ว

      @@LaravelDaily I have been able to implement the multiple step form.
      So it is basically a situation whereby the movie has many casts, genres, producers, etc.
      The details of the movies were collected using a multi step form,
      Now, each of the relationship can be modified, how to best to modify them is what i am been confused about cause they are on different tables, i have the casts, producers and writers table, related to the movie

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

      @@codewithtee I see the problem. Still, I can't answer that in a quick comment, but this is too specific/individual problem for me to spend time and create a separate video, sorry.

    • @codewithtee
      @codewithtee 3 ปีที่แล้ว

      @@LaravelDaily thank you very much for your time... 😊. Well appreciated

  • @ricko13
    @ricko13 3 ปีที่แล้ว

    Code reviews are the best because you're showing all the mistakes junior devs always make

  • @vanderhost
    @vanderhost 3 ปีที่แล้ว

    Good afternoon Povilas,
    I notice in your one video you made use of a Chrome extension to fill in forms. Any chance of letting me know what it is?

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

      I think he uses Fake Filler
      chrome.google.com/webstore/detail/fake-filler/bnjjngeaknajbdcgpfkgnonkmififhfo

  • @vermakapil770
    @vermakapil770 3 ปีที่แล้ว

    hii can u plzz explain category,subcategory using only one table like parent id concept

  • @GergelyCsermely
    @GergelyCsermely 3 ปีที่แล้ว

    Thanks. Again something new for me.

  • @sonOfLiberty100
    @sonOfLiberty100 3 ปีที่แล้ว

    What a great video

  • @ryiad2010
    @ryiad2010 3 หลายเดือนก่อน

    it is very helpful thanks

  • @bumblebity2902
    @bumblebity2902 3 ปีที่แล้ว

    Is it worthy to use jQuery or better use Vue, Livewire and etc.?

    • @LaravelDaily
      @LaravelDaily  3 ปีที่แล้ว

      Use whatever is appropriate for you personally, if you and your team are happy with jQuery, use jQuery.

  • @NotBeHaris
    @NotBeHaris 3 ปีที่แล้ว

    Please make a video on email unique validation on data updation.

    • @LaravelDaily
      @LaravelDaily  3 ปีที่แล้ว

      It's just "ignore" rule, please look into Laravel validation documentation and search for "ignore"

  • @keenj
    @keenj 3 ปีที่แล้ว

    Hi Povilas,
    Do you have a video about creating your own class for reusable purposes? :D

    • @LaravelDaily
      @LaravelDaily  3 ปีที่แล้ว

      Not sure what do you mean by that. It doesn't need the video, just create a class and use it :)

    • @keenj
      @keenj 3 ปีที่แล้ว

      Like creating a custom class and how to use it in your controller and such. I love how you explain things. It just all make sense. It's amazing.

    • @bumblebity2902
      @bumblebity2902 3 ปีที่แล้ว

      @@keenj For example use Service class to store business logic.

  • @shaheerarain1026
    @shaheerarain1026 3 ปีที่แล้ว

    Hey Sir,
    I am a huge fan of your code and teaching nobody teaches Laravel like yours.
    I am struggling to build an module in my application which is dynamic template creation. Lemme explain myself little bit you'll understand.
    I wanted to create dynamic contents in a page like there will be a select menu, which I select create input field and input field needs to create and I dragged that input field in the template and it will store in the database.
    I want a tutorial like this how to do that.
    Can you please at least reply my comment.
    Thank you.

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

      Hi,
      It would be quite a difficult thing to accomplish in a short tutorial in the format I'm doing it, it would be more like an hour-long video, so at the moment I'm not planning it, sorry.

    • @shaheerarain1026
      @shaheerarain1026 3 ปีที่แล้ว

      @@LaravelDaily Thank you so much

  • @AbrarAhmad-mz8vl
    @AbrarAhmad-mz8vl 3 ปีที่แล้ว

    Nice review.

  • @TheJFMR
    @TheJFMR 3 ปีที่แล้ว

    Hello, I suggest you make a laravel course.
    Im sure we will learn a lot.

    • @geez8780
      @geez8780 3 ปีที่แล้ว

      It's on his description.

    • @LaravelDaily
      @LaravelDaily  3 ปีที่แล้ว

      I've made a lot of Laravel courses already: laraveldaily.teachable.com

    • @TheJFMR
      @TheJFMR 3 ปีที่แล้ว

      @@LaravelDaily ah Okay, thanks 😅

  • @EDDIEcodename47
    @EDDIEcodename47 3 ปีที่แล้ว

    Are you still accepting code to review? I am not frequent on twitter so not sure how to find this particular tweet... Or where to send link of repository?

    • @LaravelDaily
      @LaravelDaily  3 ปีที่แล้ว

      After this video, I received 5 more emails with repository for review. So, for now, not accepting any more, sorry.

  • @alila3883
    @alila3883 3 ปีที่แล้ว

    Very Good

  • @leforce8249
    @leforce8249 3 ปีที่แล้ว

    Shesh, creative tim argon dashboard.
    Use it too for my stuff.

  • @muhammadfarhanahmed9280
    @muhammadfarhanahmed9280 3 ปีที่แล้ว

    good content..

  • @hpacdev6170
    @hpacdev6170 3 ปีที่แล้ว

    thanks i like that

  • @eliasalansi8417
    @eliasalansi8417 3 ปีที่แล้ว

    nice

  • @alvinvin00
    @alvinvin00 3 ปีที่แล้ว

    7:07 *looking at my campus' API* 🙄

  • @MouayedElhak
    @MouayedElhak 3 ปีที่แล้ว

    Why you don't use pure javascropt insteed of jQuery ?