SENIOR SOFTWARE ENGINEER @ INSPECTORIO|SUPPLY CHAIN & QUALITY PLATFORM

Building Production-Grade Enterprise Systems & Microservices

Architecting resilient distributed microservices, real-time quality compliance pipelines, high-throughput event processing engines, and modern full-stack web experiences at Inspectorio.

Inspectorio SystemsFeatured Projects
99.99%
Platform Availability
10M+
Daily Events Processed
< 120ms
Global P99 Latency
50+
Microservices Managed
FEATURED SPOTLIGHT

Senior Engineering at Inspectorio

Inspectorio is the global platform powering supply chain quality, compliance, and factory audits. Here is a deep dive into the architectural leadership and systems I build.

Inspectorio Sight Architecture

Real-Time Quality & Inspection Platform Engine

Architected core high-performance inspection ingestion services processing multi-region factory audits, automated defect reporting, and real-time offline sync pipelines.

Architectural Highlights & Impact

  • Sub-200ms processing time for complex multi-page quality inspection reports
  • Resilient offline-first synchronization strategy for factory inspectors with poor connectivity
  • Zero-downtime database migrations across multi-tenant PostgreSQL clusters
Avg Latency
115ms
Scale / Throughput
12,000 req/min
SLA Target
99.99%
Stack:Node.js / GoPostgreSQLRedisgRPCDocker / K8s
INTERACTIVE SYSTEM TOPOLOGY

High-Throughput Architecture Visualizer

Simulate real-time traffic flow across Inspectorio's microservices, Kafka event streaming pipeline, Redis caches, and AI defect detection workers.

Traffic Preset:
STATUS: HEALTHY
RPS: 4,200 req/sLatency: 85msCache Hit: 94.2%
Simulation: Standard Inspection Stream
Click any node to inspect engineering specs

Apache Kafka Event Bus

Distributed Event Pipeline

High-throughput pub/sub cluster guaranteeing audit state change ordering, schema registry enforcement, and event replayability.

Architectural Specs:
Partitioned Topics
Dead Letter Queues (DLQ)
Confluent Schema Registry
Resilience Pattern
Circuit Breaker + Fallback Retry Queue
ENGINEERING MASTERY

Technical Matrix & Code Sandbox

Core technologies, architectural patterns, and production code implementations mastered across enterprise scale.

Node.js / TypeScript

Expert

Event loop optimization, worker threads, async I/O

Go (Golang)

Expert

Goroutines, channels, microservices, gRPC

PostgreSQL & Database Scaling

Expert

Sharding, indexing, query optimization, connection pooling

Apache Kafka & Event Streaming

Advanced

Partitioning, idempotency, DLQs, event sourcing

Redis Caching

Expert

Sub-5ms response caching, pub/sub, rate limiting

gRPC & Protocol Buffers

Advanced

High-performance inter-service communication

Production Code Pattern
// Go Microservice - Resilient Circuit Breaker & Retry
package pipeline

import (
    "context"
    "time"
    "github.com/sony/gobreaker"
)

type InspectionService struct {
    cb *gobreaker.CircuitBreaker
}

func (s *InspectionService) ProcessAudit(ctx context.Context, auditID string) error {
    _, err := s.cb.Execute(func() (interface{}, error) {
        return nil, s.ingestAudit(ctx, auditID)
    })
    return err
}
BESPOKE FULL-PAGE ENTERPRISE APP EXPERIENCES

Flagship Engineering Work

Click any project to experience its dedicated, full-page immersive app landing UI built around its real-world domain, typography, and interactive features.

Travel OS Platform

Axiom Tech — Travel OS 🚀

Enterprise Travel CRM/ERP Platform & Groq AI Creative Generation Suite

All-in-one travel operating system. Unifies lead management, AI-driven promotional flyer generation (Groq LLM + pgvector), B2B flight search gateway, visual MJML email campaign engine, and multi-role operations.

Next.js 16React 19Groq AI (Llama 3.1)pgvector+3
Groq LLM Natural ParsingLaunch App Experience
Hospitality Platform

Abhyaranya Farmstays 🏡

Enterprise Resort Management & Guest Booking Operating System

Bridges direct guest booking experiences with a real-time staff operations console (`/ops`). Features Razorpay 15% deposit lock, IP-based currency routing, automated tax invoice generation, and guest loyalty cashbacks.

Next.js 16React 19TypeScript 5Supabase Auth+4
Razorpay 15% Deposit LockLaunch App Experience
Government Scale

BPVS — Police Verification 🛡️

Government-Grade Citizen & Corporate Employee Verification Platform

Mission-critical background check and compliance platform for law enforcement agencies & corporate HRs. Integrates automated police registry matching with Verity AI anomaly detection and @dnd-kit drag-and-drop Kanban pipelines.

Next.js 16React 19Verity AI (DeepSeek)Supabase Auth & RLS+4
Turnaround: Weeks → MinutesLaunch App Experience
Multi-Site Asset Control

Infoclab Inventory 📦

Enterprise Hardware Asset Lifecycle & Multi-Site Custody Platform

Delivers operational visibility and chain-of-custody tracking across geographically distributed field sites. Features 4-tier RBAC, 2FA OTP Middleware route guards, in-transit equipment transfer locking, and PostgreSQL audit triggers.

Next.js 16React 19TypeScript 5Supabase Auth SSR+3
Chain-of-Custody In-Transit LockLaunch App Experience
Realtime Agile Hub

Sprint Manager ⚡

Real-Time Multi-Tenant Agile Sprint Orchestration & Ceremony Platform

Consolidates planning poker, live standup notes, burn-down analytics, and automated multi-timezone ceremony scheduling. Features dual-tier WebSocket sync (300ms notes, 2s async DB write debounce) and masked real-time voting.

Next.js 16React 19TypeScriptSupabase Realtime+4
300ms WebSocket Notes SyncLaunch App Experience
Flagship Architecture

Darake Luxes 💎

Enterprise-Grade Cross-Platform Workforce Intelligence & Telemetry Platform

Unifies cross-platform Tauri 2 + Rust desktop tracking with a Next.js 16 administrative command center, real-time Supabase telemetry, automated screenshot audits, and multi-tenant PostgreSQL security.

Next.js 16React 19Tauri 2Rust+4
Low-CPU Rust AgentLaunch App Experience
CAREER EVOLUTION

Senior Engineering Track & Leadership

Track record of designing high-scale platforms, leading core systems initiatives, and delivering production excellence.

Current Leadership Role2023 — PRESENT

Senior Software Engineer

InspectorioGlobal Remote / Enterprise Platform Engineering
  • Architected enterprise supply chain quality inspection engines handling millions of daily compliance audits.
  • Engineered Apache Kafka event-driven pipelines reducing inter-service audit latency by 45%.
  • Pioneered AI defect image recognition workflows reducing factory inspection review cycles by 40%.
  • Mentored senior and mid-level software engineers across microservices domain design and distributed systems resiliency.
Node.jsGoPostgreSQLKafkaKubernetesNext.jsFastAPI
Platform Ingestion2021 — 2023

Software Engineer — Platform & Core Systems

InspectorioQuality SaaS Division
  • Built resilient offline synchronization protocol for factory inspectors operating in low-bandwidth regions.
  • Optimized database queries and PostgreSQL index strategy resulting in 3x faster report rendering times.
  • Standardized OpenAPI / gRPC contract specifications across 20+ backend microservices.
Node.jsTypeScriptPostgreSQLRedisDockerReact
Scale & Backend2019 — 2021

Full-Stack Systems Engineer

Enterprise Cloud PlatformsSaaS Systems Architecture
  • Designed real-time WebSockets notification engine serving 100,000+ concurrent enterprise users.
  • Implemented Redis distributed caching layer cutting primary DB load by 60%.
  • Built automated CI/CD pipeline infrastructure with Docker & Kubernetes.
ReactNode.jsRedisWebSocketsAWS