Projects

Tools, systems, and experiments I've built to solve real-world infrastructure challenges

Products

kubmin

kubmin

Per-workload cost and efficiency tracking for Kubernetes. Detects idle resources, compares deployments across versions, and surfaces SCI/SEE sustainability scores — the missing layer between your workloads and your bill. Powered by Kepler (CNCF) and aligned with the Green Software Foundation.

Go Kubernetes FinOps Sustainability Kepler CNCF
kli

kli

Cloud-agnostic Kubernetes management tool supporting multi-cloud clusters (EKS, GKE, AKS, K3s, kubeadm). Features carbon-aware provisioning and cost-optimized region selection.

Go Kubernetes Multi-Cloud Sustainability
PDF Editor

PDF Editor

Web application for merging and rotating PDF documents.

JavaScript PDF Web App

Experiments

wae (WASI App Experiment)

wae (WASI App Experiment)

Showcases latest WASI v0.2 development with composition features. Combines ML, Green Software, and WASI learnings into a single project.

Rust WASI WebAssembly Green Software

Actor Model Implementation

Understanding the Actor model through reverse engineering and blog study. Exploration of concurrent computation patterns.

Go Actor Model Concurrency
Universal CI/CD Pipeline Manager

Universal CI/CD Pipeline Manager

Tool for creating convenient workflows and pipelines for automated testing and CI workflows.

Go CI/CD Automation

Distributed Systems

Raft-based Distributed Consensus Datastore

Raft-based Distributed Consensus Datastore

Distributed consensus model using Raft with peer and client connections via gRPC. CLI client for key-value storage with leader-based external database operations.

Go Raft gRPC Distributed Systems

AI/ML

AI Agents Skill Library

AI Agents Skill Library

A curated skill library for AI agents, enabling modular capability composition and reuse across agent architectures.

AI Agents Skills LLM
Chat Bot using GPT-2

Chat Bot using GPT-2

HTTP server using Rust with a text-to-text generator bot via HuggingFace. Multiple implementations: WasmEdge, Spin by Fermyon, and Tokio/Async.

Rust WASM GPT-2 HuggingFace