VERITAS HITL Platform
Python · Gemini · Celery · Redis · React · Docker

Senior Software Engineer | Backend & Data Platforms
Senior Software Engineer with mid-level experience designing and operating high-throughput microservices, distributed pipelines, and cloud backend platforms. Proven track record of end-to-end service ownership — from architectural design and SOLID object-oriented implementation to CI/CD, observability, and production support. Core expertise in Python, Java, TypeScript, SQL/NoSQL databases, and event-driven architectures. I lead code reviews, drive code quality standards, and scale mission-critical platforms toward 99.99% availability.
# Example FastAPI + Kafka producer pattern
from fastapi import FastAPI
from aiokafka import AIOKafkaProducer
app = FastAPI()
producer: AIOKafkaProducer | None = None
@app.on_event("startup")
async def startup():
global producer
producer = AIOKafkaProducer(bootstrap_servers="kafka:9092")
await producer.start()
@app.post("/events")
async def publish(event: dict):
await producer.send_and_wait("platform.events", event)
return {"status": "queued"}Python · Gemini · Celery · Redis · React · Docker
FastAPI · LangChain · RAG · ChromaDB · Next.js
Computer Vision · U-Net · Deep Learning · Python
Email: khajamujahiddin@gmail.com
Phone: +1 (347) 736-5812
LinkedIn: /in/khaja-muj-76b529410
GitHub: /github.com/khajamujahid