Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
What are Cursor Rules? Cursor Rules are configuration files that define how AI should...
Gostar de desenvolver algoritmos que desempenham bem é uma característica presente na maioria dos...
Table of contents: The background The investigation The execution The result What we would do...
Ruby on Rails has long been a go-to framework for building web applications quickly and elegantly....
At the time of writing this article, PostgreSQL 17 is nearly out. On September 5th, the first release...
O mecanismo de multithreading é o que permite ao desenvolvedor executar várias rotinas...
Quando pensamos em internacionalização (i18n) em projetos Rails, a abordagem mais comum é utilizar a...
I released RubyLLM 1.0 today. It's a library that makes working with AI in Ruby feel natural,...
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...
In my previous article, we explored deploying Rails 8 applications using Docker and Kamal. ...
I’m writing this post because every solution I found involved JavaScript— but I refused to go down...
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...
Have you ever wanted to add custom fields to your ActiveRecord models, like in Redmine or Jira,...
By the end of this guide, you will be able to generate a PDF on demand using the Prawn gem in your...
Hello, we know that email verification is present in many applications in our daily lives. It is...
Versão em Português Introduction My goal with this post is to help other event organizers...
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...
Performance issues in Rails apps can sneak up on you, especially if you're working with ActiveRecord...
Postmark Challenge: Inbox Innovators. What Hulk built People not respond when Hulk write...
If you're a Rails developer, you've probably seen (or written) code that looks like this: class...
In Rails applications, exporting large datasets into CSV files can be challenging, especially when...
In software development, following object-oriented programming (OOP) principles is key to building...
PT-BR Context Until recently, aside from code autocomplete capabilities, I had yet to see...
Like any technology, Ruby evolves over time, and keeping your app up-to-date with the latest version...
If you handle your app payments with Stripe, there's a strong chance that at some point you end up...
Introduction When I first started deploying Rails applications, the process felt...