There are many things to praise about the Ruby language: adherence to the object orientation paradigm, simplicity, elegance, and powerful meta-programming capabilities. Unfortunately, performance isn’t top of mind when people think about the many qualities of the language. For years, people have been denouncing the Ruby programming language as slow. Is it? Sure, some people will spread a fair amount …
Comparison: Ruby vs. Python
Around 1996, when I attended my first programming classes, C++ was the language of choice if you wanted to have a job in this industry. The Internet was young and not as widely available as it is now. Ruby and Python were still in their infancy. Now, in 2018, both have evolved and matured well enough to be in the …
Best Ruby Frameworks: Find One That Suits Your Needs
In today’s post, we’ll cover Ruby frameworks. There is one I’m pretty sure you’ve heard about, and its name is Ruby on Rails. If you walk up to a random software developer and ask them to name a Ruby framework, it’s very likely that Ruby on Rails will be their answer and that would hardly be surprising. I think it’s …
How to Rescue Exceptions in Ruby
Exceptions are a commonly used feature in the Ruby programming language. The Ruby standard library defines about 30 different subclasses of exceptions, some of which have their own subclasses. The exception mechanism in Ruby is very powerful but often misused. This article will discuss the use of exceptions and show some examples of how to deal with them. What is …
Ruby on Rails: Best Blogs and YouTube Channels
Ruby on Rails is a server-side web application framework that is completely designed in Ruby under the MIT license. Rails can be viewed as an MVC (model view controller) framework that has built-in support and provides structure for a database, web services, and web pages. Nearly 1 million live websites use Ruby on Rails now which is why companies like …
Learn Ruby: 30 Best Ruby Tutorials for Programmers
Ruby is one of the fastest growing languages. Websites like GitHub, Scribd, and Shopify are created with the help of Ruby. So if you have decided to become a developer or programmer, and are looking for a suitable platform, then Ruby is a great language to begin with. An Overview of Ruby Developed by Yukihiro “Matz” Matsumoto, it is a …
The Quick Guide to Ruby Tools and Extensions
Developers already know of Ruby as one of the most popular and beloved programming languages in the world. And while it’s not the hot new language anymore, it continues to power well-known applications like Twitch, SoundCloud, and Hulu, as well as the project-management tool Basecamp, open-source repository GitHub, and the hospitality marketplace Airbnb. At its core, Ruby’s value is that …
Web Service Monitoring With Retrace
Today’s applications depend on a wide array of 3rd party and internal web services. Retrace’s web service monitoring capabilities have always been able to monitor how often your code accesses any type of HTTP web services over REST, SOAP, etc. This includes popular external services like Twilio, SendGrid, Amazon S3, or others. It also would include your own microservices. We …
- Page 2 of 2
- 1
- 2