Distributed Systems
Building a Reliable Event-Driven Blockchain Marketplace
Evolved a blockchain marketplace minting workflow toward WebSocket communication and Kafka-backed asynchronous processing.
View Case StudySenior Software Engineer
Shaheer designs and builds scalable backend systems, distributed architectures, APIs, and cloud applications primarily with Python, FastAPI, Django, Kafka, PostgreSQL, AWS, and GCP.
Selected Work
Projects are written around architecture, trade-offs, reliability, and implementation boundaries rather than inflated metrics.
Distributed Systems
Evolved a blockchain marketplace minting workflow toward WebSocket communication and Kafka-backed asynchronous processing.
View Case StudyBackend Systems
Built backend workflows for reward disbursement, card loading, balance synchronization, audits, and controlled retries.
View Case StudyCloud
Designed backend service patterns for healthcare and ERP workflows with privacy-aware cloud deployment.
View Case StudyData Engineering
Created repeatable ingestion and transformation workflows for marketplace and SQL Server data moving into BigQuery.
View Case StudyAI / ML
Evaluated computer-vision approaches for detecting stitching and manufacturing defects in apparel production workflows.
View Case StudyEnterprise Systems
Built enterprise backend workflow patterns for refund state validation, secure API access, and auditability.
View Case StudySystem Design
Senior backend work is mostly about making behavior predictable when data, time, external systems, and people all create pressure.
Designing workflows around explicit failure modes, retries, transactional boundaries, and graceful degradation.
Separating request paths from background work and using data access patterns that remain predictable as systems grow.
Keeping service boundaries clear while accounting for eventual consistency and external-system uncertainty.
Making production behavior understandable through structured evidence instead of guesswork.
Treating identity, access, secrets, and data protection as core parts of backend design.
Architecture Example
A representative pattern from the blockchain marketplace work: validate intent, publish durable work, process externally with retry-aware workers.
Marketplace requests flow through FastAPI into Kafka, then a minting consumer processes Solana RPC work asynchronously.
Technical Expertise
A backend-heavy toolset across Python services, event-driven systems, databases, cloud infrastructure, delivery, and API architecture.