Hello! I'm a web developer from Berkshire UK.
I've specialised in making performant Ruby on Rails applications since 2012.
Active Storage is pretty cool, but it added new routes to my old rails apps.
Posted on
Run migrations, clear caches and other things without downtime when deploying.
Posted on
Avoid adding if/else logic inside view, instead use Decorators.
Posted on
Don't hard code strings into your models, put them in your locales!
Posted on
Ruby shouldn't be used to resize images, instead do it in the cloud.
Posted on
How to nicely disable a form to let uploads finish before submitting to the server.
Posted on