I make the internet
feel considered.
I'm Parthka — a full-stack developer building multi-tenant SaaS platforms, Go microservices, and the occasional assembler. Currently exploring embedded systems and edge AI.
Projects
Multi-Tenant ATS (SaaS)
Private · ProductionRecruitment platform used by multiple companies — React admin panel, Node.js microservices, Elasticsearch-powered candidate search kept in sync with RabbitMQ events, and a resume-parsing pipeline handling 5,000–7,000 resumes a day.
Box SMTP Server
GitHubCustom SMTP server written in Go with spam filtering and RabbitMQ queues, built to scale to heavy sending using goroutines and worker pools.
My Ayur — Healthcare Platform
Play StoreBackend with 4–5 microservices serving 7,000+ users and 20k+ notifications a day through AWS SNS/SQS. Redis caching made the hot APIs 40–50% faster.
casm — amd64 Assembler
GitHubAn assembler for x86-64 written from scratch in Go — it turns assembly code into machine code. Built to understand how programs really work at the binary level.
CanvasLib
GitHubCanvas library for JS/TS that generates many images from one design template plus data — built for an ERP that needed bulk artwork generation.
phttp
GitHubA non-blocking HTTP server written in C — an exercise in event loops, sockets, and doing more with less.