Ruby on Rails VS Django

Поделиться
HTML-код
  • Опубликовано: 6 фев 2025

Комментарии • 42

  • @kurtm9744
    @kurtm9744 7 месяцев назад +4

    It’s actually easy to build APIs in Rails. Django REST Framework is a third-party package while Rails in API mode is an option built into Rails.

    • @MalachiRails
      @MalachiRails  6 месяцев назад

      Fair enough

    • @blabla-kk8bl
      @blabla-kk8bl 4 месяца назад

      On that crap way of doing api`s django already has it too in built, and Django-REST is not considered as third party which rails people thinks. it is written for django and works perfectly for django. But rails even does not have a package support like that.

    • @kurtm9744
      @kurtm9744 4 месяца назад

      @@blabla-kk8bl I’ve always found Django to be a bit slower to code in. More typing.

  • @Mr_Ravee
    @Mr_Ravee Год назад +1

    Cool..I'd give both a shot...and which this the most complete ai code assistant yet in the free lot in your opinion?

  • @someguyO2W
    @someguyO2W Год назад +9

    Django is python. Installing python alone is hell. How did django win that?

    • @justapugontheinternet
      @justapugontheinternet 10 месяцев назад +4

      How is clicking one exe file and clicking "next" until the end classified as "Hell"?

    • @someguyO2W
      @someguyO2W 9 месяцев назад +2

      @@justapugontheinternet windows guy huh. Figures.

    • @justapugontheinternet
      @justapugontheinternet 9 месяцев назад

      @@someguyO2W you sound weird

    • @someguyO2W
      @someguyO2W 9 месяцев назад +1

      @@justapugontheinternet well. Not everyone used exes. You sound uninitiated.

    • @bvedantcodes
      @bvedantcodes 9 месяцев назад +4

      I had a harder time setting up rails actually. Missing files in the installation or something.

  • @DevlogBill
    @DevlogBill Год назад +1

    Just out of curiosity? If you've been at it with Django for a couple of months and you are at the stage where you can create API's and you are struggling a bit to create a simple To-Do App and you have a strong understanding of your programming fundamentals. How similar is Django compared to Rails? If I decided to try and create a simple CRUD app with Rails would it be much harder learning Rails over Django? What is your personal opinion? Thanks Malachi.

    • @MalachiRails
      @MalachiRails  Год назад

      Pretty similar.

    • @DevlogBill
      @DevlogBill Год назад

      @@MalachiRails OK? Yup.

    • @DevlogBill
      @DevlogBill Год назад +2

      @@MalachiRails I am no expert on any of these subject matters in reference to technologies such as Rails or Django. But I am beginning to noticed now the more I post questions on channels such as yours, the more I come to realize, I may know the same or possible even more than the content creature on the subject matter. Thank you RedMalachi, you've inspired me to create my own channel.

    • @adrianvalenzuelacodesstuff67
      @adrianvalenzuelacodesstuff67 Год назад +1

      Django and Rails are compared a lot and I think the two biggest reasons are because the syntax of the underlying languages of Python and Ruby *look* similar and their respective frameworks of Django and Rails have both been around since about 2003...other than that I don't think they are very similar at all. In fact I believe the there needs to be a serious brain shift in problem solving going from one to the other. I think the only real similarity is the concept of separating the models, controllers, and views (MVC for Rails or MTV for Django) ...and even that acts differently. I think both are great frameworks though. Let me know if you want to chat about it more.

    • @DevlogBill
      @DevlogBill Год назад +1

      @@adrianvalenzuelacodesstuff67 Adrian thank you so much, you are the only who has been honest with me and told me this which makes the most sense. I don't have any point of reference to go by, I only know Django. My gut instinct was telling me that the learning curve would be as if I started all over again. When I ask this similar question, I always get some very generalized question or an answer which never answered my question. Thank you for confirming what my intuition was telling me. At the moment I'm undecided what I will do after Django. End goal is finding a professional job as a developer. I'm looking at either React or .NET. Different technologies but both offer lots of job opportunities.

  • @punkweb
    @punkweb Год назад +3

    Im confused at how rails is your choice "when you want to work with popular frontend frameworks and libraries" when you said that Django wins for building APIs. What is the reasoning there?

    • @AndreiZolkin
      @AndreiZolkin Год назад

      Rails doen't need 3rd party library for building apis like drf or django-ninja. Rails has everything builtin.

  • @Ari-lv8nc
    @Ari-lv8nc Год назад +1

    Stack overflow developer survey 2023 exists

  • @thundergabriel
    @thundergabriel Год назад +2

    Phoenix > Rails > Django , Elixir /Phoenix is the future.

  • @piotrwrotny9703
    @piotrwrotny9703 Год назад +1

    TY man!