Hello, I'm Zayne.

I'm a software engineer based in NYC. Below you'll find some notes and posts related to random projects I'm working on.

Recent Posts

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 Post →

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 Post →

How to Build a React App with Ruby on Rails

In this post, we are going to dive into building your first react app with ruby on rails. We will be using the webpacker gem, which will let us manage everything together in a single app, instead of creating a separated react app and rails api.

Read This Post →