6 followers
I'm Mateusz Białowąs🚀, a Ruby on Rails dev & computer engineer💻. Avid crossfit🏋️♂️ & swimming🏊 fan. Join me as I share tech insights & my YouTube adventures!
Recently, while experimenting with Stripe, I noticed that objects have IDs or identifiers with prefixes. Below, I've listed a few examples. You can...
Introduction Ensuring stability and consistency in tests is very important. One key aspect of testing is the ability to avoid flaky tests, which are...
TL;DR post searches_url, params: { search: invalid_attributes }, as: :turbo_stream I have recently implemented CRUD(Create, Read, Update, Delete)...
Introduction Sidekiq is a powerful tool for handling asynchronous jobs in Ruby. It can be easily integrated with Ruby on Rails applications to...
This article will teach you how to create drop-down selects with Rails and Hotwire. I want to add country and state to the user. When users select a...