Articles by Tag #ruby

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How the Ruby Repository Masters Fast Merges: Cutting Corners or Genius Efficiency?

Introduction: The Ruby Repository's Stellar Track Record The "Ruby" repository is a...

Learn More 46 4Sep 10 '24

Memorização em Ruby

Gostar de desenvolver algoritmos que desempenham bem é uma característica presente na maioria dos...

Learn More 46 4Jul 22 '24

As Rails developers, why we are excited about PostgreSQL 17

At the time of writing this article, PostgreSQL 17 is nearly out. On September 5th, the first release...

Learn More 27 0Sep 19 '24

A Comprehensive Guide to Multithreading in Ruby

Multithreading is a powerful way to handle concurrent tasks, allowing a program to run multiple...

Learn More 25 2Nov 13 '24

Multithreading e corrotinas com Ruby

O mecanismo de multithreading é o que permite ao desenvolvedor executar várias rotinas...

Learn More 25 2Sep 7 '24

Installing Ruby using rbenv on your WSL Ubuntu system

Installing Ruby using rbenv on your WSL Ubuntu system is a great way to manage multiple Ruby...

Learn More 23 3Aug 10 '24

Advanced Ruby Regular Expressions: Mastering Pattern Matching and Text Processing

Introduction Regular expressions in Ruby represent one of the most powerful text...

Learn More 20 3Jun 4

Introducing RubyLLM 1.0: A Beautiful Way to Work with AI

I released RubyLLM 1.0 today. It's a library that makes working with AI in Ruby feel natural,...

Learn More 20 5Mar 11

How to Install Ruby on Windows, macOS, and Linux

This is my take on making a tutorial on how to install Ruby across Windows, macOS, and Linux all in...

Learn More 19 2Sep 1 '24

Understanding Neural Networks with Ruby

Neural networks are a fundamental part of modern artificial intelligence and machine learning. They...

Learn More 19 0Jan 29

Binary Decision Tree in Ruby ? Say hello to Composite Pattern 🌳

Decision trees are very common algorithms in the world of development. On paper, they are quite...

Learn More 18 0Jul 1 '24

Persistent Redis Connections in Sidekiq with Async::Redis: A Deep Dive.

TL;DR: In this post I explain how you can have persistent connections to Redis using Async::Redis...

Learn More 18 2Jul 18 '24

A quick guide on database migrations in Ruby on Rails

Ruby on Rails (RoR), often simply referred to as Rails, is a popular web application framework...

Learn More 18 0Jul 4 '24

rbenv vs RVM: Picking Your Ruby Version Manager Buddy

So, you’re diving into Ruby and wondering how to manage different Ruby versions like a pro? You’ve...

Learn More 18 0Mar 20

Rails 8 CI/CD: GitHub Actions & Kamal 2025

In my previous article, we explored deploying Rails 8 applications using Docker and Kamal. ...

Learn More 17 1Jan 20

[Rails] How We Reduced API Response Rendering Time by 30%

I work on the backend team supporting an SNS with 170K users, built using Ruby on Rails. We use...

Learn More 17 6Feb 2

How (and How NOT) to Name Rails Models Beyond the Obvious

Have you ever encountered a model in a Rails app that initially seemed to have an understandable...

Learn More 17 2Feb 9

Building a Tiny Language Model (LLM) in Ruby: A Step-by-Step Guide - V1

Introduction Large Language Models (LLMs) have revolutionized the field of natural...

Learn More 17 5Nov 22 '24

Add custom fields to your Rails models with ActiveFields gem

Have you ever wanted to add custom fields to your ActiveRecord models, like in Redmine or Jira,...

Learn More 16 0Sep 11 '24

Train Your Own LLM: A Deep Dive with Ruby

Author: Davide Santangelo www.davidesantangelo.com The landscape of Artificial Intelligence (AI) is...

Learn More 16 1Apr 11

Tropical.rb - The Challenges of Organizing a Ruby/Rails Conference [EN]

Versão em Português Introduction My goal with this post is to help other event organizers...

Learn More 15 4Jul 2 '24

The easiest guide to generate PDF📜 using Prawn in your Rails project

By the end of this guide, you will be able to generate a PDF on demand using the Prawn gem in your...

Learn More 15 2Jul 25 '24

Streamlining Rails Controllers with Simple PORO Validators

Disclaimer: This article proposes a straightforward approach to request validation in Rails...

Learn More 15 3Nov 8 '24

Essential Security Best Practices for Ruby on Rails

By Harsh Patel, Cyber security Enthusiast & Senior Ruby on Rails Dev Ruby on Rails has...

Learn More 15 2Feb 25

Email Verification with Sent Codes in Ruby on Rails without Devise

Hello, we know that email verification is present in many applications in our daily lives. It is...

Learn More 15 2Feb 12

Thanks!

To borrow a thought from Post Benedict XVI, I don't know how much more time and strength I'll have,...

Learn More 14 1Mar 24

Hulk accept postmark challenge!! Hulk write email!

Postmark Challenge: Inbox Innovators. What Hulk built People not respond when Hulk write...

Learn More 14 0May 29

Efficient Chunked File Downloads in Rails: Streaming CSV Exports

In Rails applications, exporting large datasets into CSV files can be challenging, especially when...

Learn More 14 0Oct 7 '24

Ruby on Rails: Your Service Layer is a Lie

If you're a Rails developer, you've probably seen (or written) code that looks like this: class...

Learn More 14 4Jan 15

🛠 How I Reduced Product Page Load Time by Nearly 85%

You know that feeling when you open a page and it seems to be loading straight from the last decade?...

Learn More 14 1Apr 11