I've finally done it. I'm ditching rspec and factorybot for the rails defaults. Minitest and fixtures. They run faster on large test suites and it's overall better for coding agents. #ruby#rails
@joemasilotti Hey I been using hotwire native for a few days now. It's great for B2B but for my use-case (B2C) it doesn't work. Maybe mention this somewhere.
Using marisa.cr for Efficient String Storage in Crystal
The marisa.cr Crystal shard gives you access to the powerful Marisa Trie data structure, perfect for storing and searching strings efficiently. Let’s look at how to use it.