Bootstrap Popovers With Hotwire
Sep 14, 2022
Let’s use a simple trick to load Bootstrap popover content via Hotwire
Sep 14, 2022
Let’s use a simple trick to load Bootstrap popover content via Hotwire
Aug 21, 2017
Once in a while every developer thinks about decomposing their monster monolith Rails application into services. Very ambitious and brave thought! Why? We all know the pros of service-based architecture, but the cons make us think twice or even give up on decomposition. Here are the big fears of decomposition: single authentication, performance and complexity. Luckily we have Redis to make us brave enough again and help resolve at least some problems easily.