Browsing Tag
ruby
64 posts
Publish/Subscribe with Sidekiq
Introduction Our Rails application is an old monolith that relies heavily on after/before callbacks to trigger code that…
OOP via FP : functional nature of classes and objects
Topic for today Today I would like to tell you, why such OOP concepts as classes and objects…
Introducing Loco: The Rails of Rust
Although Ruby on Rails is not as popular as it used to be, in its prime it was…
How to Setup RSpec on a Rails Project
At the time of writing this article using ruby 3.2.0 & Rails 7.1.2 Let’s get started… 1. Create…
An Introduction to Ruby
Hello and welcome to my Ruby chronicles👋🏾 I am going to chronicle my Ruby learning journey on here.…
Conhecendo o ecossistema Crystal: ferramentas e projetos
Bem, se você abriu esse artigo, então, tenho certeza que está interessado em entender um pouco mais sobre…
Trabalhando com Threads em Ruby
Na medida que você avança na sua carreira em programação, eficiência e desempenho se tornam uma preocupação cada…
Data migrations in regular migrations and why you (probably) should not do that
Every once in a while I read Lucian Ghinda’s Short Ruby newsletter and I see a “take” there…
Introduction to Rails API: How to Create Your First Endpoint in Less Than a Minute?
Overview This is the first article in the Clean Rails API series. In this piece, we will provide…
Setting up Bcrypt in your Rails project
If you’re here you probably already know that storing passwords in plain text is a bad idea. Here…