All Posts tagged as "ruby"

Database Performance Optimization and Scaling in Rails

Web applications usually rely heavily on databases, for the most part. And as applications grow, databases grow too. We keep scaling web servers and background workers to keep up with the heavy load. But eventually, the database needs to keep up with all the new connections from these processes.

Read

An Introduction to Pattern Matching in Ruby

This post looks at the new pattern matching support for Ruby 2.7+ and how we can use it to make our code more readable.

Read

What's new in Rails 7

Rails 7 was released on December 15. Basecamp, HEY, Github, and Shopify have all been running the Rails 7 alpha in production, so we can expect the release to be pretty stable. In this post, we will look at some of the biggest new features and changes that Rails 7 brings.

Read

Authentication Using GraphQL Ruby

Handle authentication right from your GraphQL API using login and logout mutations.

Read

Using Action Mailbox on Rails 6

Read