How to Detect Forbidden Words in Text (Without Slowing Down) – Part II
In our previous blog post, we adopted the Trie (Prefix-tree) data structure to address the use case of detecting forbidden words in texts. This structure …
Codeminer42’s Engineering Blog
In our previous blog post, we adopted the Trie (Prefix-tree) data structure to address the use case of detecting forbidden words in texts. This structure …
Portuguese version here: https://tech-pills.github.io/2025-09-18-Rails-Multi-Databases-e-Tenancy-como-fazemos-isso-em-2025/ Hey everyone! Hope you’re doing well. So, you’re building an application and you’ve reached that moment when you think: “Damn, how …
HELLO EVERYONE!!! It’s September 5th 2025 and you are reading the 77th edition of the Codeminer42’s tech news report. Let’s check out what the tech …
RailsWorld 2025 is currently taking place in Amsterdam, and, as always, DHH, the creator of Rails, has made some exciting announcements. In this article, we’ll …
HELLO EVERYONE!!! It’s August 29th, 2025, and you are reading the 76th edition of Codeminer42’s tech news report. Let’s check out what the tech world …
HELLO EVERYONE!!! It’s August 22nd, 2025, and you are reading the 75th edition of the Codeminer42’s tech news report. Let’s check out what the tech …
If you’ve come here looking for a post from a Ruby on Rails expert, I’m sorry to inform you that I’m not that person. What …
HELLO EVERYONE!!! It’s July 25th 2025 and you are reading the 71th edition of the Codeminer42’s tech news report. Let’s check out what the tech …
Continuing our series ‘Everything you need to ace PWA in Rails’, I’m going to show you how to reduce the service worker boilerplate in your …
During our workday or free time, we use apps and tools that heavily rely on data structures like trees (binary, red-black, AVL, etc.). Whether we’re …