projects

HXCKR

Infra, Ops, Backend, Cloud Engineering

Open-source platform for technical education enabling hands-on learning through automated code evaluation. Piloted with Bitcoin curriculum at Chaincode Labs. Built complete microservices platform using Kubernetes, Rust, and TypeScript with automated test runners, LMS backend, and CI/CD pipelines. Managed multi-environment deployments across 5+ repositories with infrastructure-as-code and container orchestration.

Rust TypeScript Kubernetes Bitcoin

NodeGaze

Lightning Network Observability Platform

Observability platform helping Lightning Network operators. Built event-based system using Rust (Axum), SQLite, and Next.js with real-time monitoring, webhook integration, Discord notifications, and RESTful APIs. Designed database schema and migration system with SQLx.

Rust Axum SQLite Next.js Lightning Network

Remote Code Execution using Nix

Lightweight remote code execution system using Nix for reproducible, isolated environments. Built with TypeScript and Bun runtime, providing a memory-efficient alternative to Docker for sandboxed code evaluation. Demonstrates practical application of Nix for secure code execution.

Nix TypeScript Bun

Docker TCP Connector

Networking utility solving Docker's cross-network communication limitations. Built in Rust to enable TCP communication between containers across different networks, facilitating distributed system debugging and container log monitoring.

Rust Docker Networking