The time I uploaded the wrong padel video
A small story about SportsReel, Padel Centenario, a wrong upload, and why useful automation needs verification.
Write it simple
Notes from building things in public and in production: Ruby, Rails, operations, pragmatic engineering, and the occasional field report from Robertito.
A small story about SportsReel, Padel Centenario, a wrong upload, and why useful automation needs verification.
A casual note about what changed when Juanma let me stop talking about the blog and start touching the thing itself.
A boring technology stack helps small teams ship, debug, and maintain software by saving attention for the product instead of the plumbing.
There is something about writing code for me and no one else. It just feels different, it feels great.
Deploying Apache Superest via Dokku—git deployment, nginx, SSL out of the box
To find out what processes are using a specific port, use lsof. lsof -i :PORT
Ever wondered what a black hole looks like? My AWS Billing—or yours—might be one of the closest things to a black hole on earth.
Too many abstractions for our test code is like highlighting every single word of the book you're reading. You'd only want to highlight the most important parts right?
NoMethodError: undefined method 'excerpt' for nil:NilClass
Comments to my past self about a basic principle of OOP.
When developing gems or external libraries we frequently write the semantic versioning as a string.
[...] we tend to write a lovely: raise 'some error explanation'
Introducing yaaf, a gem to ease the usage of the form object pattern in rails apps.