My Blog.
My Google Summer of Code Experience
9/19/20195 min read
My experience and learnings from completing Google Summer of Code 2019 with Salesforce Open Source on the Design System React project.
Things that matter in a Hackathon, and why hackathons matter.
12/20/20184 min read
A reflection from first hackathon experience, why hackathons matter, and things that matter in a hackathon.
Django Models: Setting up Many-to-Many Relationships through Intermediate Models
10/18/20184 min read
A tutorial on how to setup many-to-many relationships in Django using intermediate models, and how to manage them in the admin interface.