Engineering Projects & Codebases
Open source infrastructure projects, custom engines, zero-trust network daemons, and system utilities developed at StackByNB.
SplitMate Consensus Engine
SplitMate Consensus Engine
A high-performance distributed transactional ledger and replication manager built in Rust, powered by lock-free CPU pinning.
Single-threaded consensus core communicating with a multi-threaded asynchronous network and persistence engine via MPSC ring buffers.
CloudPulse Observability
CloudPulse Observability
A Kubernetes kernel monitoring agent using eBPF, Aya, and Rust to trace microsecond latencies and TCP anomalies.
An in-kernel eBPF packet tracepoint mapping metrics into a shared ring buffer. A user-space daemon publishes metrics to Prometheus.
NetGuard WireGuard Controller
NetGuard WireGuard Controller
A Linux network traffic routing and security system based on dynamic WireGuard tunnels and kernel routing tables.
An agent tracking dynamic node registries, generating local WireGuard interfaces, and injecting kernel routes dynamically.
InferCache AI Router
InferCache AI Router
A prefix-aware, consistent hashing proxy that speeds up LLM token output by routing prompts to active GPU KV-Cache sites.
An asynchronous proxy intercepting conversational prompts, hashing their message prefixes, and routing them to target GPUs.