ChatGPT for Laravel Devs: 9 Use-Cases You May Not Think About

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ • 10

  • @BotFDR
    @BotFDR 2 дні тому +4

    When tackling complex scenarios that involve adding a lot of new files to a project, I start by writing pseudocode to sketch out how I imagine the top-level API would look. Then I discuss with LLM potential design structure options to refine the approach. Once I'm happy with the proposed architecture, I have a clear action plan for which files to create and what logic belongs in each-like Models, Actions, Services, Scopes, and so on.

  • @gdogmalone
    @gdogmalone День тому +1

    I use it like Jeffrey. I often treat it like a rubber duck and discuss my ideas thoughts and problems without judgement or excess of opinion. I spent over an hour brain storming with it over a feature I’m trying to build last night. It really helps to catch issues and consider other approaches

  • @Xavi7th
    @Xavi7th 2 дні тому

    This is just beautiful. So many nuggets and light bulb moments for me.
    From your experience, ChatGPT and ClauddeAI which performs consistently better in terms of proper syntax and less refactoring of generated codes?

    • @LaravelDaily
      @LaravelDaily  2 дні тому +2

      At this moment Claude Sonnet 3.5 (free) is significantly better than ChatGPT 4o (free). But I've just watched a video with o1-Pro version and it blows away all other models in terms of how big context it may accept and how complex project it can generate. So, the battlefield is constantly changing and evolving, I will keep watching this space, doing my own research/experiments and will shoot more videos.

    • @Xavi7th
      @Xavi7th 2 дні тому

      @LaravelDaily thank you for this info. I will happily be along for the ride and learn with you. 😊

  • @ЖеняХристенко-е3ы

    I use ChatGPT, it helps me a lot in many areas

  • @KaraSuraDraw1
    @KaraSuraDraw1 2 дні тому

    I feel like using chatGPT is cheating, but on the other side i feel like its a tool i can use to speed up my development.
    What is your take on this?

    • @LaravelDaily
      @LaravelDaily  День тому +1

      I think it's a tool. Cheating is if you don't understand what ChatGPT does for you and you're unable to maintain that code later.