// SECTION: ALL_PROJECTS

ALL PROJECTS

A complete collection of my technical projects, experiments, and systems. Explore the intersection of hardware and software.

CEAL – Civic Emergency Access Layer

Offline-first emergency response system using custom BLE mesh relay protocol. Multi-app stack: Flutter mobile, Node.js backend, React dashboard, FastAPI microservice.

FlutterNode.jsBLE MeshReactPostgreSQL

Nirvana – Music Streaming Platform

Premium self-hosted music streaming platform. Node.js backend with automated FLAC ingestion and a cinematic Next.js web frontend featuring glassmorphism UI and persistent audio.

Next.jsReactTailwindNode.jsPostgreSQL

DCT Protocol – AI Agent Auth

Cryptographically scoped AI agent auth protocol on Base Sepolia using Biscuit attenuation, TLSNotary, and ERC-4337.

SolidityReactNode.jsBiscuitTLSNotary

Neural Network Library in C++

Feedforward neural network from scratch with backpropagation engine, configurable layers, gradient descent optimization with numerical stability.

C++Machine LearningOOPBackpropagation