Blog
Thoughts & Ideas
Thoughts on web development, mobile apps, and building better software.
REST API Design: Lessons from Production
Everything we've learned about rest api design: lessons from production in production.
Read moreAPI Authentication: Beyond Bearer Tokens
Everything we've learned about api authentication: beyond bearer tokens in production.
Read moreBuilding a Reliable Sync System
Everything we've learned about building a reliable sync system in production.
Read moreHandling API Errors Gracefully
Everything we've learned about handling api errors gracefully in production.
Read moreRate Limiting: Protecting Your API
How we approach rate limiting: protecting your api at Loadout.
Read moreWebhooks: The Right Way to Listen
How we approach webhooks: the right way to listen at Loadout.
Read moreBuilding Your First API Integration
Practical insights from building production applications.
Read moreRails Deployment: From Localhost to Production
Everything we've learned about rails deployment: from localhost to production in production.
Read moreActionCable: Real-time Features in Rails
How we approach actioncable: real-time features in rails at Loadout.
Read moreView Components: Organizing Your Frontend
How we approach view components: organizing your frontend at Loadout.
Read moreZeitwerk: Understanding Rails' Autoloader
How we approach zeitwerk: understanding rails' autoloader at Loadout.
Read moreRails Console Tricks for Faster Debugging
Everything we've learned about rails console tricks for faster debugging in production.
Read moreActiveStorage: File Uploads Made Easy
Everything we've learned about activestorage: file uploads made easy in production.
Read moreConcerns: Rails' Most Misunderstood Feature
How we approach concerns: rails' most misunderstood feature at Loadout.
Read moreService Objects: When and How to Use Them
Everything we've learned about service objects: when and how to use them in production.
Read moreRails Credentials vs Environment Variables
How we approach rails credentials vs environment variables at Loadout.
Read moreStimulus JS: Progressive Enhancement Done Right
How we approach stimulus js: progressive enhancement done right at Loadout.
Read moreBuilding APIs with Rails: REST vs GraphQL
How we approach building apis with rails: rest vs graphql at Loadout.
Read moreRails Performance: N+1 Queries and How to Fix Them
How we approach rails performance: n+1 queries and how to fix them at Loadout.
Read moreTesting Rails Applications: Where to Start
Practical insights from building production applications.
Read more