
Hey There!
I'm a Backend Engineer from Mumbai, India, passionate about crafting scalable, high-performance systems. With expertise in .NET Core, Go, and Python, I build microservices, optimize APIs, and tackle financial infrastructure challenges—like SWIFT messaging and low-latency transactions.
Low-Latency APIs
Optimizing performance for financial transactions and real-time systems.
Microservices
Designing resilient, distributed systems that scale with your needs.
Database Tuning
Speeding up queries with PostgreSQL and MongoDB optimizations.
Cloud & Infra
Deploying systems on AWS and Kubernetes for maximum reliability.
Latest Posts
Fixes
-
Fixing 'pfx is not owned by you' Error for Red Dead Redemption 2 on Ubuntu
A step-by-step guide to resolving the 'pfx is not owned by you' error when running Red Dead Redemption 2 on Ubuntu from an NTFS drive, focusing on Wine prefix ownership and NTFS permissions.
-
Fix for WhatsApp PDF Warning: ‘This Document Might Be Harmful for Your Device’
If WhatsApp shows 'This document might be harmful for your device' when you send a PDF made on Overleaf, here's why I switched to a local LaTeX setup—and how you can too.
Technical
-
What Python’s [[]] * 10 Really Does: A CPython Deep Dive
A deep dive into Python's list creation mechanics: explore how multiplication creates shared references while list comprehensions create independent objects by examining the actual CPython implementation code.