Projects

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

Products

kubmin

kubmin

Workload Intelligence. Brings workload intelligence provisioned on runners. Monitor, analyze, and optimize your workloads with energy-powered intelligence.

Go Kubernetes Multi-Cloud Sustainability
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

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