DEV Community

devtox
devtox

Posted on

What can Ruby be used for?


Ruby is one of the most simple programming languages to learn. One of the key areas is readability. However as your code-base increases, so will the complexity.

So what do you use Ruby for anyway?

These are some common use cases:

  • Web Apps with Rails (Ruby on Rails)
  • System utilities
  • Libraries
  • Servers

Ruby has matured quite a bit. It's already over 2 decades in development and will continue to do so. These days Ruby is used by Twitter, Airbnb, Shopify and others.

Rails remains one of the most popular use cases.

read more: what can ruby be used for

Top comments (0)