Weight Tracking with Apex Charts and Tailwind | Ruby on Rails 7 Project

Sdílet
Vložit
  • čas přidán 6. 05. 2024
  • Track weights for individual users with Apex Charts and Tailwind in this Ruby on Rails 7 tutorial using Devise. It's a complete project with Stimulus!
    Checkout my course(s) at: learn.deanin.com
    Source:
    github.com/Deanout/weight_tra...
    Links:
    github.com/ddnexus/pagy
    github.com/styd/apexcharts.rb
    apexcharts.com/
    Join this channel to help support these videos:
    / @deanin
    Follow me on social media:
    linktr.ee/deanin
    If you liked this video, please consider subscribing: t.co/RZ4EwP0F2a
    #Deanin #Software #Programming

Komentáře • 13

  • @Deanin
    @Deanin  Před 22 dny +3

    Sorry for the lack of videos lately. It's a combination of being sick and working on deanout.com!

  • @tolaseadegbite1027
    @tolaseadegbite1027 Před 10 dny

    Thanks for your work Dean.
    Tutorial suggestion: Building thredded forum from scratch

  • @anthonypetruzzi158
    @anthonypetruzzi158 Před 20 dny

    Awesome!!!

  • @scoundrelblr1928
    @scoundrelblr1928 Před 21 dnem

    Thanks Dean for your video

  • @rev_krakken70
    @rev_krakken70 Před 20 dny +1

    is this magic, just 2-3 lines and pagination done! this is insane!, I have worked on django and spring boot and there we have to do more configuration to bring pagination, like from the db way to the frontend. But this was so unreal!

    • @Deanin
      @Deanin  Před 20 dny +1

      Yup, pagination is really fast in Rails. There's also a ton of options that are faster to setup, but pagy is one of the more performant options.
      There's kaminari, will paginate, and there's one by Basecamp called Geared paginate?
      The hard part usually comes from wanting to customize the styling. Which is usually the story with Rails. It saves a lot of time until it doesn't and then it feels awful as you snap back to reality haha

    • @rev_krakken70
      @rev_krakken70 Před 20 dny +1

      @@Deanin That is correct. The easier it is to plug a feature in, the harder it is to customise, bdw, without these libraries does ROR comes up with a pagination feature as a default?

    • @Deanin
      @Deanin  Před 20 dny

      I think out of the box it does not as far as I'm aware. That's always been one area where I think they're fine just letting gems do the lifting

    • @rev_krakken70
      @rev_krakken70 Před 19 dny +1

      @@Deanin got it. Thanks a lot for the info!

  • @kirk7784
    @kirk7784 Před 21 dnem

    "Oh excuse me, didn't mean to show you this smith machine" 👉👈
    Haha jk keep it up!

    • @Deanin
      @Deanin  Před 21 dnem +1

      I had to edit out my address thanks to the smith machine bit LOL
      universe gets you back in the funniest ways sometimes

  • @osamasaeed1877
    @osamasaeed1877 Před 15 dny

    can you make a video how to deploy rails app to contabo?