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...
Ruby on Rails has long been a go-to framework for building web applications quickly and elegantly....
English version available Parte II Na última edição do Tropical.rb, anunciei que a Linkana iria...
I have been using Laravel since version 4 in 2013. Over the years, Laravel has evolved significantly....
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...
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...
Ruby on Rails (RoR), often simply referred to as Rails, is a popular web application framework...
TL;DR: In this post I explain how you can have persistent connections to Redis using Async::Redis...
Versão em Português do Brasil Part II In the latest edition of Tropical.rb, I announced that...
I’m writing this post because every solution I found involved JavaScript— but I refused to go down...
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...
Have you ever wanted to add custom fields to your ActiveRecord models, like in Redmine or Jira,...
English version available Introdução No primeiro artigo sobre essa migração do React para...
Hello, we know that email verification is present in many applications in our daily lives. It is...
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...
Versão em Português Introduction My goal with this post is to help other event organizers...
PT-BR Context Until recently, aside from code autocomplete capabilities, I had yet to see...
In software development, following object-oriented programming (OOP) principles is key to building...
Recently, I came across an article titled “Ruby might be faster than you think” In this article, John...
By Harsh Patel, Cyber security Enthusiast & Senior Ruby on Rails Dev Ruby on Rails has...
Like any technology, Ruby evolves over time, and keeping your app up-to-date with the latest version...
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...
If you handle your app payments with Stripe, there's a strong chance that at some point you end up...