Profile Summary

I'm a systems engineer who mostly lives in the low‑level trenches — compilers, VMs, tools — but every so often I wander back to the web just to keep things interesting.

When I'm not poking at assembly or tinkering with low-level stuff, I might be spiking some JavaScript, crafting ugly CSS, or building a useless CLI for fun.

Selected Engineering Works

Systems & Low‑Level

Iris Runtime

Hybrid Distributed Actor Mesh

Architected a lightweight, hybrid actor runtime in Rust featuring an integrated Cranelift JIT compiler. Implements a custom BEAM-inspired cooperative reduction scheduler, enabling zero-copy messaging, hot-swappable logic, and scaling to 100k+ concurrent actors processing over 1.2M messages/second.

Rust Python (PyO3) Cranelift JIT

Project Aether

User-space TCP/IP stack no‑std

A user-space TCP/IP stack written from scratch in Rust to bypass the kernel. It's a raw, high-throughput experiment that prioritizes speed over reliability by stripping out features like retransmission and congestion control.

Rust

Argus

Entropy-based secret scanner

A high-performance, entropy-based secret scanner. It combines Aho-Corasick pattern matching with Shannon entropy analysis to detect potential leaks. Features a “Story” engine that analyzes control flow and variable context to distinguish true risks from noise.

Rust Python WebAssembly

MirageFS

Steganographic Virtual Block Device

Developed a highly stealthy POSIX-compliant filesystem that mounts encrypted block storage invisibly inside standard media files (PNG/MP4). Engineered a tiered Hybrid RAID controller, FUSE/WebDAV drivers, and mathematically mapped physical pixels (Feistel Networks) and H.264 video NAL units to hide ciphertext.

Rust Cryptography Steganography FUSE

VortexJS

Stackless JavaScript Virtualization Engine

Designed and built a source-to-source compiler that translates JavaScript into a custom bytecode executed by a polymorphic, stackless virtual machine. Enables secure, sandboxed execution with obfuscation, infinite recursion, and powerful IR optimizations.

JavaScript Compiler Virtualization Security

Web Development

GM Dumago Resort Booking System Capstone Private

Full-stack resort reservation platform (Next.js + FastAPI)

Capstone project combining a responsive Next.js/Tailwind frontend with a FastAPI/MongoDB backend. Includes companion React Native mobile app and Electron desktop admin app. Features interactive availability calendar, dynamic pricing, real-time chat with AI/admin, secure third-party payments, and comprehensive reservation dashboard for users.

Next.js React Native Electron FastAPI Tailwind MongoDB

Sigilus Security

WASM‑based API protection framework

Developed a multi-stage security solution using WebAssembly to enforce proof‑of‑execution, dynamic VM encryption, and request-signing headers that protect web APIs from bots and tampering. Includes Python backend integrators and a lightweight client bundle.

Python WebAssembly Security