learn-ruby VS Hanami

Compare learn-ruby vs Hanami and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
learn-ruby Hanami
16 22
521 6,187
- 0.5%
9.3 7.8
6 days ago 7 days ago
Ruby
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

learn-ruby

Posts with mentions or reviews of learn-ruby. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-27.
  • Being laid off in 2023-2024 as an early-career developer
    4 projects | dev.to | 27 Mar 2024
    More consistent learning. The job search also gave me a chance to get back to my Ruby/web development learning roadmap. I realized that at my last job, I wasn't consistently spending time improving my skills, outside of whatever I might (if I was lucky) be learning in work projects. It's just hard to fight against the pressure of the day-to-day work. Here are some approaches that I'll try this time around: Disregard immediate applicability and learn something I'm interested in for the sake of expanding my mind. Right now that's learning functional programming. Learn actively, whether by contributing to Exercism's Ruby track, building a collection of Ruby code katas, or maybe even creating a text-based game.
  • Desperately need direction!
    2 projects | /r/ruby | 29 Jan 2023
    Beyond these basics, I've put together a list of my favorite Ruby/Rails learning resources.
  • Learning Git: my favorite resources
    3 projects | dev.to | 18 Jan 2023
    I made the Git list by (1) scouring the Web for recommended resources, then (2) trying out each one to see if it would be worth going through to the end. In case you're curious about which resources didn't make the cut, here's the commit where they are removed.
  • Learning Ruby: a retrospective
    1 project | dev.to | 6 Jan 2023
    As a guide to my reflections today, I'll use my "Learning Ruby" roadmap, which originally arose out of the chaos of my bookmark hell, where I was having trouble keeping track of the actually important learning resources. The roadmap worked well for me and eventually I put it up on GitHub because making it public gives me more motivation to keep making progress.
  • Looking for Career Change
    2 projects | /r/ruby | 9 Dec 2022
    For me, Ruby was a great choice for a career change. I used to be a teacher until I quit in 2020, then over the next 1.5 years I studied and practiced part-time, while working full-time in a remote customer support job. Ever since I started learning Ruby, I've saved my favorite learning resources here: https://github.com/fpsvogel/learn-ruby. Many of them are free.
  • OOP vs. services for organizing business logic: is there a third way?
    23 projects | dev.to | 6 Dec 2022
    So I've set out to explore the problem of organizing business logic from more angles than before, using the resources listed below. These lists are excerpted from my "Learning Ruby" road map which I often update, so you may want to find these lists there if this post is old at the time of your reading it. The sections corresponding to the lists below are, at the time of writing, "Rails architecture" and "Rails codebases".
  • Ruby for beginners
    2 projects | /r/ruby | 30 Nov 2022
    For more resources, here's my list of my favorites: https://github.com/fpsvogel/learn-ruby
  • Learning Rails vs JS ecosystem?
    3 projects | /r/rails | 27 Nov 2022
    I'll tell my story and you can decide if it resonates with you at all. Also these might help you: my Ruby roadmap (favorite learning resources), and my blog post "How to find your first Rails job".
  • what things do I have to learn to build a web app with Rails?
    1 project | /r/rails | 14 Nov 2022
    I've made a big list of my favorite learning resources, but here are some possible first steps:
  • Recently started first software engineering job, looking for course to improve Rails skills
    4 projects | /r/rails | 14 Nov 2022
    I actually don't know of a good "beyond the basics" Rails course. The one or two that I've seen out there are prohibitively expensive. For me the best way forward has been to improve in specific areas, such as OOP, testing, and SQL basics. I've made a list of my favorite resources in each area, which might help you.

Hanami

Posts with mentions or reviews of Hanami. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-11.
  • 16 Best Ruby Frameworks For Web Development [2024]
    6 projects | dev.to | 11 Mar 2024
    With a clean architectural design and a primary object methodology, Hanami is counted among the best ruby frameworks that have gained popularity as an alternative to Rails. Hanami is “sorted” in design and provides small files that can be used independently to create a project stack. Hanami is lightweight and consumes fewer resources claiming 60% lesser memory than other big Ruby frameworks.
  • Is Ruby a dying language?
    2 projects | /r/ruby | 5 Dec 2023
    No, it's just no longer over-hyped. Ruby is settling into being a mature production language, similar to Python, Java, .NET, C++, etc. As you can see from the RedMonk 2023 data Ruby is very much still alive with tons of repositories on GitHub. Besides Shopify, GitHub is another big Ruby/Rails shop. Also, besides Rails, there are other new and upcoming projects like Hanami, DragonRuby, and Ronin.
  • Web Frameworks actively maintained in 2023?
    7 projects | /r/ruby | 18 Sep 2023
    Hanami 2 (hanamirb.org)
  • Enhancing development with REPLs - A practical guide
    6 projects | dev.to | 3 Sep 2023
    On all my application tutorials I start by setting up an application level REPL, it's basically a console script that loads all the files inside your project, if you're using a framework like Ruby on Rails or Hanami you already have a console by running the command console also.
  • Why are there so many Rails related posts here?
    6 projects | /r/ruby | 7 May 2023
    This is something that kind of annoys me; there's even a /r/rails sub-reddit specifically for Ruby on Rails stuff. Understandably Rails helped put Ruby on the map. Before Rails, Ruby was just another fringe language. Rails became massively popular, helped many startups quickly build their Web 2.0 sites, and become successful companies (ex: GitHub, LinkedIn, AirBnB, etc). Like others have said, "Rails is where the money is at". However, this posses a problem for the Ruby community: whenever Rails becomes less popular, so does Ruby. I wish the Ruby ecosystem wasn't so heavily centralized around Rails, and that we diversified our uses of Ruby a bit. There's of course Sinatra, dry-rb, Hanami, Dragon Ruby, SciRuby, and a dozen security tools written in Ruby such as Metasploit, BeFF, Arachni, and Ronin.
  • Two months into learning Ruby, it is the most beautiful language I ever learned
    5 projects | /r/ruby | 25 Feb 2023
    Welcome! Ruby isn't exactly "dying", but the hype/popularity is definitely fading. This is primarily because Ruby is no longer "new", most of Ruby's popularity came from Rails, and now Rails is no longer the "new hotness". However, Ruby still has lots of awesome features and lots of awesome other libraries and frameworks, such as the new fancy irb gem that uses reline, nokogiri, chunky_png, the async gems, Dragon Ruby, SciRuby, Ronin, and the new Hanami web framework.
  • OOP vs. services for organizing business logic: is there a third way?
    23 projects | dev.to | 6 Dec 2022
    Data Oriented Web Development with Ruby (upcoming book) by Peter Solnica, who is on the Hanami core team. Learning Hanami wouldn't be a bad idea either.
  • Understanding Clean Architecture with small Ruby libraries
    6 projects | dev.to | 1 Nov 2022
    After about 5 laps around Clean architecture since I came across hanami/hanami: The web, with simplicity., I'm finally getting it down in my gut, so I'll summarize.
  • Utilizando o padrão interactor no Ruby on Rails
    22 projects | dev.to | 20 Mar 2022
    View on GitHub
  • Writing a web application in pure Ruby (no framework)?
    2 projects | /r/ruby | 12 Feb 2022
    If it’s just an issue with Rails, then might I suggest looking at https://hanamirb.org - it’s a framework, but one built from the lessons learned from rails and all who followed.

What are some alternatives?

When comparing learn-ruby and Hanami you can also consider the following projects:

git-katas - A set of exercises for deliberate Git Practice

Sinatra - Classy web-development dressed in a DSL (official / canonical repo)

ruby - Exercism exercises in Ruby.

Roda - Routing Tree Web Toolkit

AWS-in-bullet-points - ☁️ AWS summary in bullet points

Ruby on Rails - Ruby on Rails

alba - Alba is a JSON serializer for Ruby, JRuby and TruffleRuby.

Padrino - Padrino is a full-stack ruby framework built upon Sinatra.

ruby-science - The reference for writing fantastic Rails applications

Cuba - Rum based microframework for web development.

HoundCI - Automated code review for GitHub pull requests.

Volt - A Ruby web framework where your Ruby runs on both server and client