Skip to content
View Technocrat-dev's full-sized avatar

Block or report Technocrat-dev

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Technocrat-dev/README.md

Typing SVG


▸ About Me

const manas = {
    pronouns: "he" | "him",
    focus: ["Distributed Systems", "Computer Vision", "Production ML"],
    currentlyBuilding: "Edge-to-cloud data pipelines & real-time inference systems",
    askMeAbout: ["Raft consensus", "gRPC", "YOLO", "FastAPI", "System design"],
    funFact: "I built a Kafka alternative from scratch in Go"
};

coding

What Drives Me

I'm passionate about building production-grade systems that solve complex problems at scale. My sweet spot lies at the intersection of:

  • Distributed Infrastructure → Consensus protocols, message brokers, fault tolerance
  • Intelligent Vision → Real-time detection, edge computing, privacy-preserving AI
  • Full-Stack Platforms → End-to-end pipelines with beautiful interfaces

I believe great software is built where systems thinking meets practical engineering.



▸ Featured Projects

Kafka-inspired broker built from scratch in Go

Go gRPC Docker Kubernetes

  • ▪ HashiCorp Raft for metadata replication
  • ▪ Leader-follower partition replication
  • ▪ Consumer groups with offset tracking
  • ▪ Gzip/Snappy/LZ4 compression
  • ▪ 100K+ msg/sec throughput

Real-time fleet monitoring with geofencing

FastAPI Next.js PostgreSQL WebSocket

  • ▪ 50 vehicles with real-time telemetry
  • ▪ Interactive polygon geofence drawing
  • ▪ Google/GitHub OAuth + RBAC
  • ▪ CI/CD with GitHub Actions
  • ▪ Deployed on Railway + Vercel

Enterprise occupancy detection with multi-camera fusion

Python YOLO FastAPI Docker

  • ▪ Real-time person tracking & re-ID
  • ▪ Multi-camera deduplication
  • ▪ Motion blur & reflection filtering
  • ▪ Comprehensive analytics dashboard
  • ▪ Docker GPU support

Self-correcting RAG with multi-modal document processing

Python ChromaDB Next.js LangChain

  • ▪ Iterative hallucination detection
  • ▪ Hybrid search (BM25 + Dense vectors)
  • ▪ Legal/Financial/Technical handlers
  • ▪ Cross-encoder reranking
  • ▪ Streaming responses with logs

Privacy-preserving video surveillance with 4.2x speedup

YOLOv11 OpenVINO Latency

GDPR/APPI compliant PII redaction using skeleton-based head detection • SHA-256 chain of custody • Producer-consumer threading


▸ Tech Arsenal

Languages

Frameworks

Infrastructure

ML

Cloud

By Category

┌──────────────────────────────────────────────────────────────────────────────┐
│  LANGUAGES        Go • Python • TypeScript • JavaScript • SQL • C++ • Java   │
├──────────────────────────────────────────────────────────────────────────────┤
│  ML / AI          LLMs • RAG • PyTorch • TensorFlow • Scikit-learn • OpenCV  │
│                   LangChain • LangGraph • ONNX                               │
├──────────────────────────────────────────────────────────────────────────────┤
│  FRAMEWORKS       Next.js • React • FastAPI • Node.js • Tailwind • gRPC      │
├──────────────────────────────────────────────────────────────────────────────┤
│  INFRASTRUCTURE   Docker • Kubernetes • PostgreSQL • MongoDB • ChromaDB      │
│                   Redis • Kafka • Prometheus                                 │
├──────────────────────────────────────────────────────────────────────────────┤
│  CLOUD & TOOLS    GCP • Git • GitHub Actions • Linux                         │
└──────────────────────────────────────────────────────────────────────────────┘

▸ GitHub Analytics


▸ Current Focus

Learning Open To
Go microservices & Kubernetes operators Backend/Systems collaborations
Terraform & Infrastructure as Code Open source contributions
Cloud-native architectures (GKE/EKS) Interesting challenges

Let's Connect

If you found my projects interesting, consider giving them a star


"First, solve the problem. Then, write the code." — John Johnson

Pinned Loading

  1. RAG_CHATBOT RAG_CHATBOT Public

    Intelligent RAG system that auto-corrects hallucinations, processes multiple document types (PDF, images, legal, financial), and uses hybrid search for accurate question-answering.

    Python 1

  2. Distributed_Broker Distributed_Broker Public

    Production-ready distributed message broker with Raft consensus, partition sharding, and horizontal scalability. Built in Go with features comparable to Apache Kafka.

    Go

  3. AI-occupancy-analytics AI-occupancy-analytics Public

    Real-time chair occupancy detection and analytics platform using YOLOv11 and DeepSort. Features multi-camera support, WebSocket streaming, and comprehensive analytics for workspace optimization.

    Python

  4. Fleet-Vehicle-Gateway Fleet-Vehicle-Gateway Public

    Production-grade real-time fleet monitoring system with WebSocket streaming, multi-provider OAuth, geofencing, and AI-powered analytics. Built with FastAPI, Next.js, PostgreSQL, and deployed on Rai…

    Python