![Stanko K.R.](/assets/portrait/medium-a5fdc5dfab56c8137980818d10622002f8750efb.jpg)
Hi, I'm Stanko Krtalić Rusendić
I am a Web developer from Zagreb making products with Ruby on Rails, Hotwired and Tailwind.
Latest Articles
-
19 min readMonitoring ActionCableA few weeks ago I was woken up with the following message "Hey, devices are randomly disconnecting from WebSockets can you come online and help?". Usually, when a widespread problem like this occurs out of the blue, my first goal is to make the app mostly operational again and my second goal is...
-
2 min readSoftware is made by peopleThe recent Hotwire pop-up drama has shown me that some have forgotten that software is made by people - people with different backgrounds, different values, different skills, and different flaws. The diversity in opinions and aproaches is what makes modern day software development great. That’s...
-
9 min readWhy does Rails put the type column first in an index for a polymorphic association?Last week, I had a discussion with a coworker about how Rails indexes columns used in polymorphic associations. He thought that the order of columns in the index should be flipped - instead of indexing by type and ID, it should index by ID and type - as that way the most restrictive column is...