Skip to content

Projects

Contract and professional work with a backend-first lens.

Flagship contract delivery on a telemedicine platform, alongside professional and internship work on security platforms and API systems. Client and product names are kept confidential.

01

Contract projectDec 2025 – Feb 2026

Telemedicine Platform Backend

End-to-end NestJS backend for a telemedicine platform — consultations, messaging, payments, wallets, uploads, calls, and notifications.

Delivered as a contract engineer with modular /api/v1 architecture. Built role-specific auth for admin, doctor, and patient flows with JWT sessions, OTP verification, and permission guards. Designed wallet and consultation settlement flows with Razorpay webhook handling for payment consistency. Integrated Socket.IO messaging, Redis caching, AWS S3 presigned uploads, and Swagger API documentation.

Read case study →
NestJSPostgreSQLPrismaRedisSocket.IOAWSRazorpay

02

Internal platform

Security Command Center Platform

Professional work on an internal security platform used to deploy, monitor, and visualize distributed security infrastructure from a central command center.

Built authentication and access-control APIs, contributed to dashboard UI for deployment and monitoring, and worked across backend services that support platform operations. Shared at a high level due to the internal nature of the product.

Node.jsExpressMongoDBRedisNext.jsReactDocker

03

Internship project

Subdomain Discovery API

Flask-based API that accepts a domain and returns discovered subdomains by orchestrating passive and active reconnaissance tooling.

Delivered short-scan and full-scan endpoints for faster partial results or deeper enumeration. Integrated Subfinder, Amass, and additional Linux-based discovery tools behind a unified API.

PythonFlaskREST APIsSubfinderAmassLinux

04

Internship project

Blockchain Ledger API

REST APIs for querying blockchain ledger data such as latest block numbers and block-level information.

Wrapped ledger queries behind clean API endpoints so internal tools and workflows could access blockchain data without manual explorer usage.

PythonFlaskREST APIs