Skip to Content
Sign in
Rishi Goomar

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!

Section Tags

Building a Culture of Focus in a Distracted World

We live in a world where constant connectivity has become the norm. Slack notifications, email pings, and calendar invites seem to multiply overnight. For many teams, especially those operating with limited headcount or resources, the challenge isn’t just deciding what to work on but creating the conditions to actually

Why You Should Add Indexes to Foreign Key Refs in PostgreSQL

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

Why Weekly Updates Matter (and How They Support Your Growth)

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

Creating an Effective Technical Project Plan

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

Overcoming Imposter Syndrome

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

All writings

Projects

AWS Cost Comparison Tool

May 4, 2025

This 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