Dev.
Open to select engineering roles & consulting

Building scalable systems, real-time engines & web platforms.

Hi, I'm Vinay Chandola. A software engineer focused on high-throughput backend architectures, spatial database solutions, and production-ready applications. I build systems where performance, telemetry, and reliability are core requirements.

hono-backend-service
$ bun run dev
[info] Starting LogiRoute Backend API...
[db] Connected to PostgreSQL at localhost:5432 (PostGIS)
[cache] Redis connected on port 6379 (session TTL 300s)
[telemetry] TimescaleDB active (location log partition enabled)
[routing] OSRM engine ready on port 5000 (road map loaded)
[hono] API online at http://localhost:8000
[ws] Geofenced channels active on /locations/ws
[test] E2E payroll test suite: 14/14 cases passed (100%)
[ready] Listening for telemetry pings

Portfolio

Featured Engineering Projects

Deep-dives into systems I have designed and built. Each project highlights real engineering decisions, metrics, and technical trade-offs.

Featured SystemActive Monorepo

LogiRoute — Last-Mile Delivery Operations Platform

An enterprise-grade logistics platform managing telemetry scaling, route replication, and spatial geofences. Combines a high-throughput API gateway, an administrative ops dashboard, and a unified mobile client tracking active courier networks.

Spatial Containment

PostGIS polygon check dynamically routing orders inside active Catchment areas.

60fps Path Playback

Ramer-Douglas-Peucker compression reducing telematics payload by 80–90%.

Geofenced Lifecycles

100m geofence restrictions locking driver actions, resolved via server-side Haversine checks.

Automated Payroll Batching

Dynamic pricing rules engine computing base pay, telemetry mileage, night surge & SLA bounds.

Read Case Study →Bun • Hono • Next.js • Flutter • PostGIS • TimescaleDB • Redis
LogiRoute ArchitectureOSRM Engine
client-app (Flutter)10s GPS Pings
↓ REST / WebSockets
server (Bun + Hono)ST_Contains check
↓ Spatial / Telemetry
Redis
GPS GEO
PostGIS
Catchments
Timescale
Pings db
Featured SaaSAI Automation

PropelDesk — AI-Agent Customer Support & Workflow SaaS

A secure multi-tenant SaaS application that automates customer support tickets. Integrates LangGraph agents to run semantic documentation searches, draft precise email replies, auto-triage issue priority levels, and trigger SLA escalations.

AI Agentic State Machine

LangGraph workflow coordinator matching intent, parsing docs, and responding autonomously.

Multi-Tenant Scoped Guard

Database context middleware isolating customer metrics and preventing cross-tenant access leaks.

BullMQ SLA Escalations

Redis-backed worker tracking ticket timing parameters, triggering immediate dispatcher pings.

Stripe Subscriptions

Complete subscription billing with automated seat licenses, invoice webhooks, and grace periods.

Read Case Study →Next.js 15 • Hono • LangGraph • Drizzle ORM • pgvector • Redis • Stripe
PropelDesk ArchitectureAI SaaS Agent
next-app (Next.js 15)Tenant Portal
↓ Scoped Session / SSE
server (Hono API)Tenant Shield DB Context
↓ LLM State Graph / Queue
LangGraph
AI State
pgvector
RAG Search
BullMQ
SLA Queue
Featured EngineHigh-Scale Go

ZenithCart — High-Throughput Headless E-Commerce Engine

A distributed checkout and inventory coordination system. Handles massive load spikes during product flash sales using a highly concurrent Go backend, structured gRPC HTTP/2 services, Redis locks, and RabbitMQ message queues.

Concurrency Lock (Redlock)

Distributed Redis locks preventing double-spend and stock race conditions in active sales.

gRPC Protocol Channels

HTTP/2 binary serialization links, bypassing standard REST bottlenecks and reducing data transfer by 70%.

RabbitMQ Surge Buffer

Queue pipelines absorbing order spikes asynchronously, shielding Postgres from connection timeouts.

Batch SQL Persistence

Optimized Go consumers processing and batch-inserting queued records directly in single transactions.

Read Case Study →Go (Golang) • gRPC • Redis • RabbitMQ • PostgreSQL • Next.js • Stripe
ZenithCart ArchitectureHigh-Scale Go
Storefront API GatewayNext.js router
↓ gRPC HTTP/2 Multiplex
Checkout Service (Go)Redis Lock + Decrement
↓ Async Queue Buffer
Redis
Redlock
RabbitMQ
Order Buffer
Postgres
Batch Persist
Distributed SystemgRPC • pgvector

Polyglot RAG Platform

A split-architecture Retrieval-Augmented Generation (RAG) platform. Combines a Go API gateway handling user JWT auth, routing, and SSE streaming with a Python AI engine orchestrating LangGraph multi-agent pipelines.

  • gRPC server-client protobuf contract
  • HNSW indexing on Postgres pgvector
  • LangGraph agentic document chunking
Active CodebaseGo • Python • React
Chrome ExtensionV3 • React + Vite

BreakMyForm

A browser utility for QA engineers designed to autofill web forms with randomized test datasets. Uses semantic DOM selectors to identify input roles and simulates native keystroke triggers to successfully bypass React/Vue virtual DOM states.

  • Manifest V3 background service workers
  • Security fuzzing & normal injection modes
  • Custom keyboard shortcut hotkeys
Chrome Store SpecReact • FakerJS
Real-Time GameNode.js • Socket.io

Multiplayer Ludo & AI Bot

A scalable live multiplayer server hosting a custom-designed smart gaming bot. Achieved stable sub-50ms latency metrics for hundreds of concurrent players via a Redis pub/sub queue infrastructure.

  • Node.js cluster socket synchronizations
  • Redis Pub/Sub room session state broker
  • Intelligent decision trees for game bot
Deployed BackendNode • Redis • Mongo

Stack

Technical Capabilities

Curated categories reflecting actual production experience. I focus on selecting the optimal technology for specific system constraints rather than chasing trends.

Backend & Systems

Node.js / Hono / ExpressNestJS & KafkaGo (Golang)gRPC & ProtobufBun Runtime

Databases & Spatial

PostgreSQL & pgvectorPostGIS (Spatial queries)TimescaleDB (Time-series)Redis (Geo / TTL)MongoDB & Neo4j

Frontend & Mobile

Next.js 15+ (App Router)React 19 & ZustandAstro & Tailwind CSS v4Flutter (BLoC / Cubit)React Native

Cloud & DevOps

AWS (EC2, S3, RDS)Docker & ComposeCI/CD & CoolifyNginx & Reverse Proxies

AI & Data Engineering

LangGraph Agentic FlowsOpenAI & Anthropic APIsPython Web Scraping PipelinesRagas Evaluation

Timeline

Professional Experience

Highlighting roles where I designed systems, resolved scaling challenges, and shipped high-performance code.

Sept 2025 – Present

Software Engineer

Zethic Technologies Pvt Ltd (Bengaluru)

Architected a life-safety real-time incident command pipeline delivering a measured sub-3-second SLA, powered by a transactionally-enforced state machine, TimescaleDB telemetry, dual-audience WebSockets, and a zero-rerender live-map.

Engineered a scalable event-driven fleet management platform using NestJS, Kafka, and Redis, processing telematics events and order broadcasts daily with <50ms latency.

Architected secure backend banking services using Go and PostgreSQL, optimizing queries and enforcing granular RBAC.

Delivered an automated HR platform with Google Calendar OAuth, AWS S3 uploads, and a payroll/wallet engine on BullMQ with optimistic locking.

June 2025 – Aug 2025

Software Engineer

Aspridetech Solutions Pvt Ltd (Bengaluru)

Engineered a real-time money transaction system using the Lightspeed gateway, processing ₹10K+ daily with a 99.8% success rate.

Built an intelligent Ludo bot and multiplayer game server (Node.js/Redis pub-sub) achieving <50ms latency for 100+ players.

Built a Next.js admin dashboard with 15+ optimized queries, reducing manual tasks by 80% and increasing performance by 60%.

Architected a 3-tier staging/production AWS EC2 environment with Dockerized CI/CD pipelines enabling zero-downtime releases.

Jan 2024 – March 2025Promoted from Software Intern

Software Engineer

Soulgenix Technologies Pvt Ltd (Bengaluru)

Scaled Node.js/Express REST APIs to serve over 4M+ daily requests, keeping 99.9% uptime via New Relic monitoring.

Slashed average API latency by 30% by optimizing MongoDB/Neo4j queries and implementing Redis Cache-Aside.

Designed a Neo4j graph-based recommendation system driving a 35% platform engagement increase for 300k+ users.

Engineered a Python web scraping pipeline (boosting dataset completeness by 90%) and MongoDB aggregation pipelines (reducing times from 2s to <100ms).

June 2023 – Dec 2023

Full Stack Developer Intern

Krinext (Remote)

Developed a MERN stack real-time communication system with Socket.io (live chat, presence markers, group channels).

Integrated ChatGPT to automate customized assignment generations based on user preferences.

Jan 2023 – June 2023

Full Stack Developer

Freelance (Remote)

Developed full-stack web/mobile applications (job portals, dashboards, mobile shops) using React, Node.js, PostgreSQL, and React Native.

Integrated secure payment gateways, real-time notifications, and managed complex client states with Redux.

Aug 2020 – June 2024B.Tech Graduation

Bachelor of Technology in Computer Science & Engineering

Dehradun Institute of Technology (Dehradun, India)

Specialized in Full Stack Development

Graduated with a cumulative CGPA of 8.23 / 10.00

Get In Touch

Start an Engineering Conversation

I am available for senior software roles, backend architecture design, database performance optimization, and custom technical consulting. Let's discuss your system requirements.