Reshma Masutha - Rookie of the Month December 2025

1) First things first – who are you?
Tell us your story beyond the LinkedIn bio! What’s your background, current role, and what gets you genuinely excited in the world of tech?

I’m Reshma Masutha A,  a Computer Science Engineering graduate and now a Software Engineer Trainee at Udu Labs.

My journey into the data world didn’t start with expertise; it started with curiosity. One small step into databases slowly turned into a genuine passion for understanding how data powers everything around us.

What excites me the most is the way data can transform confusion into clarity, problems into solutions, and ideas into real, meaningful decisions. Every concept I learn feels like unlocking a new layer of how technology thinks.

Along the way, communities like Postgres Women India played a huge role in shaping my confidence. Their meetups, mentors, and knowledge-sharing opened doors I never expected and helped me discover that the world of data is not just deep, but incredibly empowering.

2) Why Data, Databases & PostgreSQL?
What hooked you? Was there a specific feature, project, or “wow” moment that made you choose PostgreSQL (or made PostgreSQL choose you)?

PostgreSQL chose me before I chose it!

My first real exposure came at the PostgreSQL Women India meetup in IITM. Until then, databases felt theoretical — but that day, I understood how powerful, elegant, and open PostgreSQL really is.

The “wow moment” was realizing how much control Postgres gives over data — indexing, JSONB, performance tuning — all while staying open-source and developer-friendly. That moment made me want to go deeper and explore PostgreSQL as a career direction.

3) What’s keeping you up at night (in a good way)?
What project or problem are you currently obsessed with? Share what you’re building, learning, or solving right now.

Right now, I’m obsessed with learning deeper internals — especially how PostgreSQL handles storage, indexing, and query planning under the hood.
At work, I’m exploring real-world database scenarios, and every new concept sparks more curiosity. Understanding performance, query optimization, and the architecture of modern data systems is what I’m constantly learning at the moment.

4) What’s been your biggest learning or challenge on this journey?
Tell us about a lesson learned, a mistake that taught you something, or that pivotal “aha!” moment. Bonus points if you can make the readers laugh about it!

My biggest learning on this journey is that databases look simple on the surface, but once you dive in, you realize how deep and complex they truly are. I started with the assumption that SQL was just basic select–insert–update, but the moment I encountered indexes, VACUUM, buffers, and EXPLAIN ANALYZE, everything changed — it felt like discovering a whole new world. Even creating a database through psql for the first time was completely new to me, and I remember being both excited and terrified at the same time. One memorable challenge was debugging a slow query for quite a while before realizing I had simply forgotten to create an index — a small detail that made a huge difference. These experiences have taught me patience, curiosity, and the importance of understanding the fundamentals rather than rushing through the basics.

5) If you could go back in time…
What’s one thing you’d tell yourself when you first started with Databases? What advice would have saved you hours of head-scratching?

I would tell myself:

“Don’t be scared of databases — they’re not as difficult as they look. Start small, practise consistently, and everything will click faster than you think.”
I’d also remind myself that community events and meetups are powerful: one meetup changed my entire direction, opened doors, and connected me with the people who helped me grow.

6) Your lightbulb moment
What’s one PostgreSQL concept or feature you finally understood and felt genuinely proud of? Was it understanding JSONB? Finally grasping indexes? Making sense of EXPLAIN ANALYZE? Tell us when it clicked!

My real lightbulb moment was the day I stopped running EXPLAIN ANALYZE and started reading it.

Understanding why a query was slow — seeing sequential scans, row estimates, timing — felt like unlocking a secret language of PostgreSQL. That moment changed the way I think about performance.

Another magical click was discovering JSONB. The idea that PostgreSQL could be relational and flexible at the same time felt like a superpower — structured tables living peacefully with semi-structured data in the same system.

These two concepts made me appreciate that PostgreSQL isn’t just a database… it’s a beautifully engineered system with depth, intelligence, and endless possibilities.

7) Who or what helped you grow?
A mentor, a community, a course, a blog, a YouTube channel, give a shoutout to whoever or whatever has influenced your learning the most. (Feel free to share links or names!)

The biggest influence in my learning journey has been the PostgreSQL Women India community. Their IITM meetup is what sparked my interest in databases, and the clear explanations from Aarti NR ma’am, Neeta Goel ma’am, and Gayathri Varadarajan ma’am gave me the confidence to explore PostgreSQL deeply. I’m also grateful to Balaji Krishnarajan, my CEO at Udu Labs, whom I first met at that meetup — his support helped me step into the data world.

Another strong support system has been the startup community created by GCT alumnus Vijay Chandrasekhar, which I joined through a friend. His guidance encouraged me to keep learning and stay consistent.

I also want to thank the React Chennai community, who boosted my confidence during my early meetups and inspired me to continue attending more events.

Together, these communities and mentors have played a major role in shaping my growth.

8) Describe your Data journey in one word.
Yep, just one! Make it count.

Transforming