Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Introduction: The Ruby Repository's Stellar Track Record The "Ruby" repository is a...
Gostar de desenvolver algoritmos que desempenham bem é uma característica presente na maioria dos...
At the time of writing this article, PostgreSQL 17 is nearly out. On September 5th, the first release...
Multithreading is a powerful way to handle concurrent tasks, allowing a program to run multiple...
O mecanismo de multithreading é o que permite ao desenvolvedor executar várias rotinas...
Installing Ruby using rbenv on your WSL Ubuntu system is a great way to manage multiple Ruby...
Introduction Regular expressions in Ruby represent one of the most powerful text...
I released RubyLLM 1.0 today. It's a library that makes working with AI in Ruby feel natural,...
This is my take on making a tutorial on how to install Ruby across Windows, macOS, and Linux all in...
Neural networks are a fundamental part of modern artificial intelligence and machine learning. They...
Decision trees are very common algorithms in the world of development. On paper, they are quite...
TL;DR: In this post I explain how you can have persistent connections to Redis using Async::Redis...
Ruby on Rails (RoR), often simply referred to as Rails, is a popular web application framework...
So, you’re diving into Ruby and wondering how to manage different Ruby versions like a pro? You’ve...
In my previous article, we explored deploying Rails 8 applications using Docker and Kamal. ...
I work on the backend team supporting an SNS with 170K users, built using Ruby on Rails. We use...
Have you ever encountered a model in a Rails app that initially seemed to have an understandable...
Introduction Large Language Models (LLMs) have revolutionized the field of natural...
Have you ever wanted to add custom fields to your ActiveRecord models, like in Redmine or Jira,...
Author: Davide Santangelo www.davidesantangelo.com The landscape of Artificial Intelligence (AI) is...
Versão em Português Introduction My goal with this post is to help other event organizers...
By the end of this guide, you will be able to generate a PDF on demand using the Prawn gem in your...
Disclaimer: This article proposes a straightforward approach to request validation in Rails...
By Harsh Patel, Cyber security Enthusiast & Senior Ruby on Rails Dev Ruby on Rails has...
Hello, we know that email verification is present in many applications in our daily lives. It is...
To borrow a thought from Post Benedict XVI, I don't know how much more time and strength I'll have,...
Postmark Challenge: Inbox Innovators. What Hulk built People not respond when Hulk write...
In Rails applications, exporting large datasets into CSV files can be challenging, especially when...
If you're a Rails developer, you've probably seen (or written) code that looks like this: class...
You know that feeling when you open a page and it seems to be loading straight from the last decade?...