Soulful code

Here we look at the deeper meaning of code.

Extracting Tenants from a Monolith

In this post, I'll share how I built a system to efficiently extract tenants from a large Rails monolith with a complex data model to their own dedicated environments while significantly reducing extraction size and improving performance.
Mikael Henriksson
11 minute(s)

Supercharge Your Rails Blog: PostgreSQL Full-Text Search Without the Complexity

When I built the blog feature for my Cosmos application, I knew that a good search functionality would be essential for users to find relevant content as the blog grew.  After exploring various options, I settled on using PostgreSQL's full-text search capabilities and the pg_search gem. In this post, I'll share my approach, which offers a clean, maintainable solution without the complexity of database triggers.
Mikael Henriksson
5 minute(s)
Showing 3 items