After months developing in Typescript with NestJSdue to demands from my current job, I managed to find some time for my beloved Ruby on Rails. Evenbetter now, since I don’t offi...
In part Iof this post I explained a little about the concept and features ofFull Text Searching do PostgreSQLand I committed to explain with a little Ruby on Rails project throu...
Sinking on the internet I found the PgSearch gemwhich takes advantage of the Full Text Searching features of PostgreSQL.This Full Text Searching conceptrefers to computer strate...
Jamis Buck wrote the famous postSkinny Controller, Fat Model, it has become almost the mantra for the MVC pattern -Model-View-Controller. In this case, all logic that isn’t rela...