Skip turbo broadcasting to speed up seeding process in Rails
We were able to speed up the seeding process by 3x (~140s to ~40s) by disabling turbo broadcasting in seeding.
My long-form thoughts on programming, leadership, cooking, and more, collected in chronological order.
We were able to speed up the seeding process by 3x (~140s to ~40s) by disabling turbo broadcasting in seeding.
A resourceful way to auto-sync YNAB & Bancolombia transactions using some free tools and a open mind.
Dropping a database table can be dangerous! Don't just drop a DB because you think it isn't being used. This could spell danger for you and your team!
Exploring the use of StimulusJS to allow you "sprinkle" javascript into your web application without having to commit heavily into a framework. Light JS without heavy choices.
Our team had to transform a database column from storing YAML to JSONB without zero downtime. This is how we did it!
If you are a ruby developer, love productivity, and you don't know about using the underscore "_" command then you may find this article very interesting!
In this article, I share my thought process and methods (/w examples) for creating specs/test for my Ruby & Ruby On Rails projects. My methods are highly influenced by my previous mentors and Better Specs. I hope that you (the reader) after reading this article will be empowered to add test/spec creation in their everyday workflow.