Overview When building a data model for PostgreSQL, you're more than likely to have foreign keys to define relationships between tables. When you have those foreign keys, one quick way to optimize your queries and allow them to be significantly faster is to index on those foreign key

Rishi Goomar
👋 Hey! I’m a Chicago‑based Engineering Manager driven by relentless curiosity and empathy 🤝. I love empowering people to spark fresh ideas and I’m always learning—both on and off the keyboard. 📚
Stay updated on the latest
Get my latest posts straight to your inbox – pop your email below!
Weekly updates aren’t just a routine check-in—they’re a way to advocate for your work, track your growth, and surface impact that might otherwise go unnoticed. When it comes to performance reviews, compensation conversations, or promotion cycles, it’s often much easier to make a strong case when
When embarking on a technical project, having a clear and well-structured project plan is crucial. Often times, the mistake that I’ve seen made is that once you have the “why” behind the project, people (especially software engineers like myself) will dive straight into the how. This can lead to
the persistent inability to believe that one’s success is deserved or has been legitimately achieved as a result of one’s own efforts or skills. Imposter Syndrome is common in the world of software. I’ve experienced it myself over the years and have spoken to many colleagues that
There has been a growing interest in a 4-day work week. If you’re unfamiliar, it is reducing the amount of hours worked weekly from 40 to 32 while keeping the same compensation. This goes against what has been “normal” since the industrial age. That does not have to continue
Projects
AWS Cost Comparison Tool
May 4, 2025This tool was originally started as a simple Python script to analyze AWS costs to determine which services to reduce costs against and figure out monthly anomalies. I ported it to Go and built automation for publishing a simple CLI that anyone can use. Where to find it GitHub Link