How to Disable the Title Bar in Hotwire Native for Android

If you’re using Hotwire Native for Android and want to remove the default title bar (action bar) for a more immersive UI, the solution is straightforward: create your own custom layout that doesn’t include a title bar. Step 1: Create a Custom Layout Create a file named hotwire_fragment_web.xml in your res/layout directory with the following […]
How to Install libvips on Debian/Ubuntu for Rails Active Storage

In the Rails ecosystem, Active Storage is a powerful gem that allows you to manage file uploads and handle attachments. When working with images, Active Storage integrates seamlessly with libraries like libvips, a fast and efficient image processing library. By using libvips, you can achieve better performance compared to other libraries such as ImageMagick. This […]
Enhancing User Experiences: Leveraging Microsoft Clarity

As a web developer, one of my most crucial responsibilities is to create websites that not only look great but also provide exceptional user experiences. In this pursuit, I’ve come across various tools and services that aid in understanding user behavior and optimizing website performance. One such powerful tool that has significantly enriched my development […]
Top 5 Ruby on Rails gems to supercharge your project

Ruby on Rails is the perfect tool to transform your business vision into working software. It’s a programming environment that allows you to quickly create web applications using Ruby, the most dynamic language of the modern era. It’s very popular among startups and it’s used by major companies like Airbnb, Github, Shopify and more. Rails […]