RL

blog

I occasionally write about software development, projects I'm working on, or what I'm reflectin on.

Setting Up Basic Authentication with Elasticsearch

I've been working with elasticsearch a lot lately and have been really enjoying it. It has an awesome api and so many great built in tools. They make building complex search logic really enjoy…

Custom Foreign Key Constraints with Django

The current project I'm working on has database tables that are over 2 million records which I'm populating from an external source. The external source provides a postgres dump file to he…