// ... existing code ...

My Projects

Synapse Platform

High-performance event ingestion and AI-assisted event intelligence platform built in Go. It consumes real-time Kafka streams, normalizes heterogeneous data into strongly typed domain events, persists them with type-safe sqlc database access, and exposes them through a JWT-secured REST API. Designed for reliability and operational visibility, the platform includes delivery-aware processing, configurable batching, worker pools, DLQ-backed failure handling, graceful shutdown, rate limiting, OpenTelemetry tracing, Prometheus-compatible metrics, and structured logging with sensitive-data redaction. Extended with a provider-agnostic AI layer for evidence-backed LLM summaries, completion and embedding routing, provider fallback, prompt-versioned caching, and persisted links between generated summaries and source events.

LLM Gateway

Multi-provider LLM gateway and policy enforcement point built in Go. It authenticates callers from bound Kubernetes ServiceAccount tokens verified locally against a cached JWKS, meters every request across three independent currencies — requests per second, tokens per minute, and in-flight slots — and translates one OpenAI-compatible contract into each provider's dialect, routing to OpenAI, Anthropic, or a self-hosted Ollama. Designed for graceful degradation and operational visibility, the gateway includes per-app failover policy with unconditional disclosure of the model that actually served, bounded request deadlines, Redis-backed quotas that fail open, fail-static credential and signing-key caches with out-of-band refresh on upstream rejection, unified error responses carrying correlation IDs, structured JSON logging, and OpenTelemetry metrics pushed over OTLP. Built on a hexagonal core where every port is declared by the package that consumes it and all logging and metrics are composed as decorators.

My Website in Golang

This is a website that I built using Golang, HTML, CSS and SQLite. Where you can find basic information like weather data, youtube videos, hotels reviews and more about a city you want to visit.

Traveltab