Tutorials





Magic Responsive Tables with Stimulus and IntersectionObserver
You’re working on this data table for your app. It’s mostly server-side HTML. Nothing fancy.But as you’re adding columns, you’ve got a problem. How are you going to handle small screens?The table has to scroll horizontally to let the user see all ...





Code Master Blog: How to Use Ruby Case Statements with === / Higher Order Lambdas / Pattern Matching
In this blog post, I will go over a practical example from a real project of how to use the Ruby `case` statement with Class implicit `is_a?` comparisons via `===` , higher order lambdas, and the new Ruby 3 pattern matching.I just had to refactor ...