Projects

project-alpha

Real-time data visualization tool with GPU-accelerated rendering. Built with Rust, compiled to WebAssembly, uses WebGPU for compute shaders.

Rust WASM WebGPU

neon-db

Embedded time-series database for edge devices. Custom query language, columnar storage, < 100KB footprint.

Rust Embedded SQL

Qbexra-homepage

This very site. A personal homepage served by an Axum Rust server with Tera templates. Neon/cyber themed, no JS framework.

Rust Axum Tera

kitsune

Minimal IRC client for the terminal. Built with Rust, uses async I/O and ncurses-free rendering via raw terminal sequences.

Rust Async CLI