
In this Tailwind CSS tutorial, we'll explore how to add an interactive, mouse-tracking glow effect to web elements using just JavaScript and Tailwind CSS. This simple ye...
6755 reads
In this Tailwind CSS tutorial, we'll explore how to add an interactive, mouse-tracking glow effect to web elements using just JavaScript and Tailwind CSS. This simple ye...
6755 reads
In the realm of Ruby on Rails and background job processing, Solid Queue is the newest contender. Solid Queue is a robust alt...
3667 reads
In the Ruby on Rails world, we often leverage tools like node.js and yarn as a build step for front-end tooling like Tai...
5490 reads
Inspired by Jorge Manrubia’s talk from Railsworld I wanted to try out morphing which is coming to [Turbo 8](https://g...
6383 reads
In Ruby on Rails, naming models is more than just a convention. It's about clarity, efficiency, and ensuring your app is easy to manage. Here's a guide to help you name ...
2317 reads
Welcome to my latest Let’s Build series, where we'll build a supplement stack sharing app using Ruby on Rails.
Over time, I’ve added several [these builds](https://we...
2476 reads
Rails provides convenient built-in Time and Date formats that allow developers to work efficiently. While these default formats serve most applications well, there are i...
4292 reads
Love them or hate them, I find callbacks are like strapping a supercharger to Ruby on Rails apps. With sprinklings of these throughout your app, you can automate quite a...
1503 reads
If you've ever been in the somewhat exhausting position of choosing a web framework for your next project, you know it's a pivotal decision.
In this blog post, I will...
2854 reads
For nearly every meaningful project I've taken on, there's always been a landing page first to help me market and semi-validate an idea.
Tons of tools exist to captur...
1640 reads
In this guide, my goal is to help you showcase the popularity of blog posts by adding real-time likes as a polymorphic feature to your Rails app using [hotwired.dev](htt...
2091 reads
A Comprehensive Guide to Essential String Helper Methods
When optimizing your Ruby on Rails development process, leveraging string helper methods can significantly ...
2460 reads