CallMarx.dev

Tutorial: Rails7, Tailwind, and Hotwire - Part 2

19-12-2021 11 minutes reading.

In the previous part of this tutorial, I explained how to customize and use Tailwind without a single line of CSS and JavaScript. Now, I’ll discuss a bit about the Hotwire Turbo package.

Tutorial: Rails7, Tailwind and Hotwire - Part 1

09-12-2021 11 minutes reading.

In the previous part of this tutorial, I explained how to set up Rails 7, its new options, and how I “dockerized” the PostgreSQL and Redis databases. Now, I’ll focus a bit on Tailwind.

Tutorial: Rails7, Tailwind, and Hotwire

07-12-2021 5 minutes reading.

After months developing in Typescript with NestJS due to demands from my current job, I managed to find some time for my beloved Ruby on Rails. Even better now, since I don’t officially work with Rails, I can indulge myself in exploring the newly released alpha version 7 for my personal projects.

Optimized text search with pg_search gem - Part II

08-04-2021 8 minutes reading.

In part I of this post I explained a little about the concept and features of Full Text Searching do PostgreSQL and I committed to explain with a little Ruby on Rails project through PgSearch gem, so let’s go.