About
I am a backend developer focused on building secure, and high performance systems. Combining backend knowledge in NodeJS (ExpressJS), Python (Flask), and PostgreSQL with a strong background in web security (OWASP Top 10, Bug Bounty).
Experiences
![Bug Bounty [HackerOne, BugCrowd, YesWeHack]](/hackerone.webp)



Skills
Check out my latest work
I've worked on a variety of projects, from simple websites to complex web applications. Here are a few of my favorites.
Engineered a secure digital wallet API featuring double entry bookkeeping, AES-256-GCM encryption, and concurrent fund transfers using pessimistic locking. Architected a vertically scalable backend utilizing dedicated Redis instances for session auth, IP-based rate limiting, and async message queues.
Implemented a medical image processing platform featuring a robust Python backend and frontend. Translated complex mathematical logic from a peer-reviewed research paper to segment structural brain anomalies precisely.
I like building things
Beyond my core projects, my side projects act as a personal playground. It's where I can build random utilities to learn new technologies or tech concepts.

Connection Pooling Strategies Benchmarking
Designed and benchmarked four PostgreSQL connection strategies inside Docker (0.5 CPU / 512 MB): raw connections hit a hard ceiling at ~420 clients (9,121 ms, 22.80 ms/ query); app-level pooling (pg.Pool) scaled to 40,000 queries (17.2s, 0.43 ms/query); PgBouncer alone delivered 10× faster latency with zero code changes; and the combined app + PgBouncer layer achieved the lowest latency across all loads (760 ms at 400 connections, 16.8s at 40k).
Rate Limiting Algorithms
Implemented five core rate limiting algorithms: Token Bucket, Leaky Bucket, Fixed Window, Sliding Log, and Sliding Counter. And simulated a real time traffic by letting user inputs and save it to file 2 req/sec
Get in Touch
Want to chat? Just shoot me a dm with a direct question on Whatsapp and I'll respond whenever I can.

