Skip to content
View kuldeep-poonia's full-sized avatar

Block or report kuldeep-poonia

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
Kuldeep-poonia/README.md

πŸ‘‹ Kuldeep Poonia

Backend Developer | DevOps Engineer | AI Engineer


✨ About Me

I'm a software engineer passionate about building production-grade infrastructure and backend systems that solve real problems in distributed systems, observability, and runtime safety. I specialize in creating robust, scalable solutions designed for engineers who demand reliability and efficiency.

As a Backend Developer, DevOps Engineer, and AI Engineer, I combine systems knowledge with infrastructure expertise and machine learning to build intelligent, self-optimizing services and platforms.

What Drives My Work

  • πŸ”¬ Deep technical expertise in backend systems, containerization, and infrastructure automation
  • πŸ—οΈ Production-first mindset β€” every service I build is battle-tested for real-world use
  • πŸ“Š Visible reasoning β€” systems should explain their decisions, not be black boxes
  • ⚑ Performance obsessed β€” zero unnecessary overhead, minimal dependencies
  • πŸ€– AI-driven solutions β€” leveraging ML and causal inference for intelligent automation
  • πŸ“– Clear communication β€” comprehensive documentation and clear code

Currently: Building intelligent infrastructure automation systems that predict failures before they happen and scale capacity automatically.


🎯 What I Build

I focus on backend services, infrastructure automation, distributed systems, observability, and AI-powered infrastructure. My projects are designed for production use with clean APIs, minimal dependencies, and zero-config deployment.


πŸš€ Featured Projects

1. LoadEquilibrium

Predictive auto-scaling for Docker & Kubernetes

An autonomous control system that watches your services, predicts failures before they happen, and scales capacity automatically using control theory (MPC + RL).

  • πŸ” No thresholds β€” uses machine learning to predict problems 60 seconds ahead
  • πŸ“Š Live dashboard with failure risk scoring and reasoning feed
  • πŸ—οΈ Zero-config: just add one label to your Docker services
  • πŸ’Ύ Works in-memory or with PostgreSQL for persistent history
  • 🐳 Kubernetes-ready manifests included

Repository: loadequilibrium
Tech Stack: Go, React, Prometheus, Docker, Kubernetes
Key Feature: Can run in single container or on K8s with one replica


2. Real-Time Causal Inference Engine

Root cause analysis from system metrics

Identifies true root causes from distributed system metrics with safety-aware decision-making. Uses causal inference to distinguish correlation from causation.

  • 🎯 Finds actual root causes, not just correlated symptoms
  • ⚑ Real-time inference with low latency
  • πŸ›‘οΈ Safety-aware recommendations that don't break things
  • πŸ“ˆ Works with any Prometheus-compatible metrics source

Repository: Real-time-causal-inference-engine
Tech Stack: Go, Python, Prometheus
Use Case: When you need to know why something failed, not just that it failed


3. Terminal Log Highlighter (Sentinel)

Runtime danger detection in terminal logs

A terminal-native system that preserves your original terminal behavior while detecting and highlighting dangerous runtime signals (crashes, exceptions, timeouts, memory exhaustion) with near-zero latency.

  • πŸ‘» Invisible when safe β€” only highlights actual problems
  • ⚑ Near-zero latency β€” <1ms overhead even under load
  • 🎨 Context-aware highlighting based on log severity
  • πŸ”§ Works with any application without code changes

Repository: terminal-log-highlighter
Tech Stack: Rust, Shell
Perfect For: Development, testing, and production log streams


4. LogDrive

Real-time runtime visualizer for live terminal logs

Converts live terminal logs into structured runtime events and traffic simulation. Bridges the gap between raw logs and actionable insights.

  • πŸ“Ί PTY-based interactive shell with proper terminal handling
  • πŸ”— Multiline stack trace aggregation
  • πŸ’¨ Zero-allocation byte-level classification
  • πŸŽ›οΈ Ring-buffer with async pipeline for backpressure

Repository: logdrive
Tech Stack: Go, TypeScript
Status: Production-grade CLI ingestion foundation


πŸ’‘ Engineering Philosophy

All these projects share a core philosophy:

βœ… Zero-config when possible β€” sensible defaults, minimal setup
βœ… Production-grade β€” built to run in real systems, not just demos
βœ… Visible reasoning β€” systems should explain their decisions
βœ… Efficient β€” designed for production at scale (low overhead, minimal dependencies)
βœ… Well-documented β€” clear READMEs and code comments
βœ… Battle-tested β€” proven in production environments


πŸ› οΈ Tech Stack

Category Technologies
Languages Go, Python, TypeScript, Rust
Backend & DevOps Docker, Kubernetes, Prometheus, PostgreSQL, CI/CD
AI & ML Causal Inference, Reinforcement Learning, Anomaly Detection

πŸ“Š Core Skills

  • Backend Development β€” scalable services, APIs, microservices, event-driven architecture
  • DevOps & Infrastructure β€” Kubernetes, Docker, containerization, infrastructure automation, monitoring
  • AI Engineering β€” causal inference, anomaly detection, predictive modeling
  • Distributed Systems β€” reliability, fault tolerance, high availability
  • Observability β€” metrics, logging, tracing, alerting systems
  • Performance β€” low-latency systems, memory efficiency, optimization

πŸ“š Getting Started

Each project has comprehensive documentation in its README. Pick one and dive in:


🀝 Let's Connect

I'm always interested in:

  • πŸ’¬ Collaboration on backend systems, DevOps challenges, and infrastructure projects
  • πŸ” Technical discussions about distributed systems and performance optimization
  • πŸš€ Production use cases β€” if you're using these tools in production, I'd love to hear about it
  • πŸ€– AI initiatives β€” building intelligent, predictive infrastructure
  • πŸ€” Feedback to make these tools better

Reach out via GitHub Issues or discussions on any of my repositories.


πŸ“ˆ Impact

  • Building tools used in production environments solving real infrastructure challenges
  • Creating robust, scalable backend services and DevOps solutions
  • Making observability more intuitive and actionable for engineering teams
  • Demonstrating that production tools can be elegant and user-friendly
  • Combining backend expertise with AI to create intelligent, self-optimizing systems

Last updated: 2026-06-04
Built for engineers who need infrastructure that actually works.

Pinned Loading

  1. distributed-runtime-brain distributed-runtime-brain Public

    Distributed infrastructure platform for deploying, scaling and observing autonomous agents with persistent memory, execution replay and control-plane orchestration.

    Go

  2. autonomous-support-runtime autonomous-support-runtime Public

    AutoSupport Intelligence Agent – Enterprise‑grade AI‑powered support ticket management with anomaly detection, duplicate identification, and severity scoring. Built with FastAPI, Elasticsearch, Red…

    HTML 1

  3. event-driven-support-platform event-driven-support-platform Public

    Secure client portal SaaS for sharing structured data, managing access, and tracking activity in real time.

    TypeScript

  4. loadequilibrium loadequilibrium Public

    Predictive infrastructure congestion control engine that models distributed systems as coupled queues to forecast saturation risk and generate proactive scaling or load-shedding signals.

    Go 1

  5. Real-time-causal-inference-engine Real-time-causal-inference-engine Public

    Real-time causal inference engine that identifies true root causes from system metrics with safety-aware decision making.

    HTML 1

  6. terminal-log-highlighter terminal-log-highlighter Public

    Invisible terminal-native runtime danger amplification system built in Rust. Sentinel preserves original terminal behavior while detecting and highlighting dangerous runtime signals with near-zero …

    Makefile