Skip to content
View vimleshbhatt-official's full-sized avatar
🏆
Focusing
🏆
Focusing

Block or report vimleshbhatt-official

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Vimlesh Bhatt

BACKEND ENGINEERING  ·  AI SYSTEMS  ·  DISTRIBUTED ARCHITECTURE


I architect systems where intelligence is a first-class concern — not a feature bolted on after the fact.

Production LLM pipelines, high-throughput FastAPI services, PostgreSQL at depth, and the observability infrastructure that keeps complex systems honest.

I've built across food tech, healthcare, retail, and voice analysis. The domain changes. The discipline doesn't.


System Architecture

  ┌──────────┐     ┌─────────────────────────┐     ┌──────────────────────┐     ┌─────────────────────┐     ┌───────────────────┐
  │  Client  │ ──▶ │       API Layer          │ ──▶ │       AI / LLM       │ ──▶ │        Data         │ ──▶ │     Observe       │
  │          │     │                         │     │                      │     │                     │     │                   │
  │  REST    │     │  FastAPI · Django        │     │  Claude · OpenAI     │     │  PostgreSQL · MySQL  │     │  Datadog · APM    │
  │  JSON    │     │  Flask · Node.js         │     │  RAG · Embeddings    │     │  Redis · MongoDB    │     │  Traces · Logs    │
  └──────────┘     └─────────────────────────┘     └──────────────────────┘     └─────────────────────┘     └───────────────────┘

Stack by Layer

Layer Tools
interface FastAPI · Django · Flask · Node.js
ai / llm Claude API · OpenAI · RAG · Embeddings
data PostgreSQL · MySQL · Redis · MongoDB
observe Datadog · APM · Distributed Tracing
runtime AWS · Docker · CI/CD
language Python · JavaScript · SQL

Design Principles

01 — Observability first A system you can't measure is a system you can't trust. APM, tracing, and structured logs are not afterthoughts.

02 — AI in the critical path LLMs belong in production. Latency budgets and fallback paths are constraints, not nice-to-haves.

03 — Data integrity over speed Indexing, MVCC, query planning — these are architectural decisions, not DBA concerns.

04 — APIs as contracts Every endpoint is a promise. Pydantic makes those promises enforced.


Domain Experience

Restaurant tech   Healthcare   Retail   Voice & text analysis   Food supply chain   Cloud infrastructure


LinkedIn Email

github.com/vimleshbhatt-official

Popular repositories Loading

  1. mysql-connection-pool mysql-connection-pool Public

    The code base demonstrates how to build a connection pool.

    Python

  2. rest-application-interface rest-application-interface Public

    For beginners, a code base for designing restful apis with Node JS.

    JavaScript

  3. chat-application chat-application Public

    Designing a chatbot application with a login mechanism requires a code base.

    JavaScript

  4. graph-traversal graph-traversal Public

    js-based graph traversal algorithm.

    JavaScript

  5. sentimental-analysis sentimental-analysis Public

    Python

  6. calculator-gui calculator-gui Public

    Using the tkinter module, create a calculator application.

    Python