Пікірлер

  • @dommangetnicolas
    @dommangetnicolasАй бұрын

    Dude is sharing some real stuff 🙌

  • @MK-uc5wm
    @MK-uc5wmАй бұрын

    Super Roland 👌

  • @franciscobrito1243
    @franciscobrito12432 ай бұрын

    Awesome Roland, good video 💪

  • @roland_lopez
    @roland_lopez2 ай бұрын

    Glad you liked it!

  • @roland_lopez
    @roland_lopez2 ай бұрын

    What are you building these days?

  • @KarimMatrah
    @KarimMatrah2 ай бұрын

    Loving this series! Sending it to my react teammates at work who believes Rails is bad

  • @roland_lopez
    @roland_lopez2 ай бұрын

    Thanks my men ! Soon starting to dig into the saas world and how to sell

  • @KarimMatrah
    @KarimMatrah2 ай бұрын

    @@roland_lopez it's time to be cooking!

  • @tillcarlos
    @tillcarlos2 ай бұрын

    Love these quick explainer videos! It's really well made and informative. Question: In my last project using openAI api I used a model "GptRequest" to make sure I don't lose previous responses. Have you thought about architecture of your app a bit?

  • @roland_lopez
    @roland_lopez2 ай бұрын

    Yes it’s very common. I created a startup that summarized emails and I was using a similar pattern the save the tokens and deduce the pricing. We use similar patterns in we hooks for easier debugging as well.

  • @ledockol
    @ledockol2 ай бұрын

    Good! Thanks!

  • @roland_lopez
    @roland_lopez2 ай бұрын

    Welcome!

  • @jacobhedengren3284
    @jacobhedengren32842 ай бұрын

    Hey Roland, love this kind of video series. A bit hard to follow at times though. Do you mind sharing a repo with the source code? Thanks!!

  • @roland_lopez
    @roland_lopez2 ай бұрын

    Of course! Here is repo. Keep in mind that the repo is ahead compare the video uploaded. If you look in the PR, I made a diff which you add a vector database with the documentation of turbo to make an AI that know everything about turbo 😂 github.com/letItCurl/turbo-chat-gpt-rails

  • @jacobhedengren3284
    @jacobhedengren32842 ай бұрын

    Awesome! Thanks Roland! And please, continue what you are doing. To me at least, this is invaluable! Thanks a million times!

  • @roland_lopez
    @roland_lopez2 ай бұрын

    @@jacobhedengren3284 Thank your for the warm words!

  • @Vrishnaakh
    @Vrishnaakh2 ай бұрын

    How do you handle inline javascript and jquery ready event with turbo? I've gotten into a bad habit of using inline javascript and had problems with turbo because of t.

  • @roland_lopez
    @roland_lopez2 ай бұрын

    So the way that it works is that the JS is always in the client. what you respond is just an html text, with attributes that give actions to the JS in the client (Turbo) to edit the dom. Is that a better explanation for you?

  • @roland_lopez
    @roland_lopez2 ай бұрын

    So you never respond JS with this ;)

  • @Vrishnaakh
    @Vrishnaakh2 ай бұрын

    Great video

  • @roland_lopez
    @roland_lopez2 ай бұрын

    Thanks for the warm words man ! What are you building

  • @Vrishnaakh
    @Vrishnaakh2 ай бұрын

    Great video. Always nice to learn turbo patterns.

  • @roland_lopez
    @roland_lopez2 ай бұрын

    Glad you enjoyed it

  • @Vrishnaakh
    @Vrishnaakh2 ай бұрын

    Erb? You don’t like HAML?

  • @roland_lopez
    @roland_lopez2 ай бұрын

    Never tried it! Would think it works with the stream format ?

  • @Vrishnaakh
    @Vrishnaakh2 ай бұрын

    Yes it works with everything! Like this? =turbo_stream.append "milestones_list" do = render partial: "milestone", locals: { milestone: @milestone } @@roland_lopez

  • @Vrishnaakh
    @Vrishnaakh2 ай бұрын

    I love HAML I've been using it for like 7-9 years. I think once you go HAML you can't go back. There isn't anything that you can do with ERB that you can't do with HAML afaik. @@roland_lopez

  • @josebecerra7719
    @josebecerra77193 ай бұрын

    I'm starting to learn Ror

  • @roland_lopez
    @roland_lopez3 ай бұрын

    I’m self taught, you got this ‘