GoGent
A lightweight, self-hosted(able), ReAct-style autonomous general-purpose agent written in Go.
My digital workshop. A collection of hacks, POCs, and experiments.
A lightweight, self-hosted(able), ReAct-style autonomous general-purpose agent written in Go.
Kubernetes Operator enabling JIT database access via a bastion. Provides secure, time-limited access to PostgreSQL and MySQL databases by automating temporary user creation, credential management in Secrets, TTL enforcement, and bastion pod deployment.
Simple distributed key-value store in Go using Raft consensus.
A practical example of deploying nginx web applications using Crossplane compositions and native Kubernetes resources. Simplifies Kubernetes complexity by introducing a custom WebApp CRD, and multiple configuration tools (Helm, Kustomize, Terraform, KCL).
A from-scratch implementation of the GPT-2 architecture wrapped in a CLI. Handles everything from raw text processing to model training and generation. A sandbox for understanding LLM internals.