Posts

Thoughts on software development, building products, and learning new technologies.

Searching S3 Buckets (Part 1)

What I thought would be a straightforward feature turned into a deep dive into cost management, performance optimization, and AWS API quirks. Here's my approach to building cross-bucket S3 search functionality.

Read This Article →

PostgreSQL and SQL Tips For Rails Developers

Rails can make it easy to avoid learning how to interact with your postgreSQL database or use sequel. But learning these things can give you a competitive edge. In this post, we'll look at some tricks to interact with postgreSQL for your rails apps.

Read This Article →