Skip to content
View sohamm3's full-sized avatar

Block or report sohamm3

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

Pinned Loading

  1. resilient-reverse-proxy resilient-reverse-proxy Public

    Concurrent HTTP Reverse Proxy and Load Balancer in Golang from scratch, implementing pluggable load balancing (Round Robin and Weighted Round Robin), active/passive health checks, retry-aware failo…

    Go 1

  2. cairn cairn Public

    RAG service for DBA runbooks, built with FastAPI, MongoDB, and PostgreSQL/pgvector. Includes retries and a circuit breaker so it falls back to runbook excerpts when the LLM is down.

    Python 1

  3. http-origin-server http-origin-server Public

    Multithreaded HTTP/1.1 origin server over raw TCP sockets in Python with conditional caching, gzip compression, streaming, path-traversal protection. No framework, no third-party libraries.

    Python

  4. static-ip-routing-engine static-ip-routing-engine Public

    Static IPv4 routing engine in C implementing longest-prefix-match via binary trie, shortest-path next-hop resolution via Dijkstra, and correctness validation with differential tests and sanitizers.

    C