Senior Software Engineer @ Zeller
Mohamed
Imran P S
Senior engineer with 5.5+ years of experience building fintech infrastructure and distributed payment ecosystems that do not break under pressure. Architect of event-driven transaction pipelines handling 850K+ daily operations with 0% failure rates and custom background data sync modules.
1// Programmatic representation of Mohamed Imran's core engineering engine2import { SeniorEngineer, System, POSClient } from "imran-core";34export class MohamedImran extends SeniorEngineer {5 public readonly name = "Mohamed Imran";6 public readonly title = "Senior Software Engineer / Backend Lead";7 public readonly experience = "5.5+ Years Exp";8 public readonly status = "Fast AF ⚡";9 10 public readonly focusAreas = [11 "Distributed High-Throughput Infrastructure",12 "Offline-First Systems & Background Data Sync",13 "High-Throughput Socket Orchestration"14 ];1516 /**17 * System latency reduction of up to 65% through targeted optimizations18 */19 public async optimizeSystem(system: System): Promise<SystemMetrics> {20 const optimizer = await system.initializeOptimizer();21 22 // Slicing database queues & resolving bottlenecks23 await optimizer.deployRDSProxyPool();24 await optimizer.applyStrategicIndexing(["metrics_log", "recorded_at"]);25 26 return {27 uptime: 0.999, // 99.9% Uptime under high load28 dailyVolume: "850K+ Transactions",29 failureRate: 0.000, // Zero failure payout paths30 latencyReduction: "65%"31 };32 }3334 /**35 * Seamless background sync for low-connectivity zones using RxDB36 */37 public async syncOfflinePOS(client: POSClient): Promise<void> {38 const syncEngine = new RxDBSyncEngine(client);39 await syncEngine.syncWithRetry({40 retries: 5,41 exponentialBackoff: true,42 onConnectivityRestored: () => console.log("Sync complete! 🟢")43 });44 }45}Designing For Scale & Speed
I design reliable fintech systems. My platforms are architected for low-latency transaction routing, zero connection pool exhaustions, offline-first syncing, and massive events/payout scaling.
Fintech Core & SDKs
Architected a low-latency Payments SDK pairing offline-first POS devices with payment terminals, reducing integration friction by 40% and accelerating sprint velocities across merchant systems.
High-Scale Database Sharding
Designed cross-regional distributed tables using PostgreSQL partitioning and FDW, plus AWS RDS Proxy connection pooling to systematically eliminate connection exhaustion bottlenecks.
Resilient Event Ingestion
Led the monetization technology squad at Bajaj FinServ managing 8 event-driven microservices processing 850K+ daily transactions at 99.9% uptime, slashing system latency by 65%.
My Technology Stack
Languages & Runtimes
Frameworks & APIs
AWS & Cloud Infrastructure
Databases & DevOps
High-Performance Projects Showcase
Selected high-scale fintech and microservice infrastructure projects I have designed and deployed. Focused on caching latency, stateless worker queuing, and low DB load profiles.
Payments SDK
Supported developling a low-friction SDK enabling rapid, seamless POS-to-terminal pairing for developer partners. Overcame complex connectivity and protocol layers to dramatically accelerate integration speeds.
Transaction Events Migration Framework
Developed a mission-critical transaction lifecycle framework routing payments payloads to dedicated high-priority streams. Successfully maintained extreme stability during high-volume transaction loads.
Cross-Regional Postgres Partitioning
Engineered a low-latency global financial transaction sharding system using PostgreSQL remote table partitions and Foreign Data Wrappers (FDW)
Real-time Socket & Messaging Hub
Designed a custom horizontal omni-channel messaging and socket architecture delivering thousands of concurrent connections and cutting monthly operational overheads.
Initiate Direct Sync
Choose your connection gateway if you want to know more about me.
# Establishing handshake protocol...
$ ssh guest@imran.ps
✓ Authentication Successful.
Current engineering focus:
- Clean Code
- Domain-Driven Design
- Clean Architecture
- Agentic Development
- AI Driven Development
- Microservices Architecture