Back
Projects

Projects

Things I've built, explored, or am currently working on. Grouped by category — search by name, tech, or tag.

5 projects

Web

· 2

RootResume

2026
Production-Ready

This very portfolio — a fully functional RCE environment running real Alpine Linux containers per browser session. Includes algorithm visualizations streamed via SSE.

Next.jsNode.jsDockerAWSNginxTypeScript
#portfolio#containers#real-time#SSE#linux#RCE

react-term-ui

2026
Concept

Headless React component library for building terminal-style UIs. Provides shell prompt, history navigation, tab completion, and streaming output primitives.

ReactTypeScriptTailwind CSS
#component-library#terminal#headless#open-source

DevOps

· 2

legacy-migrator

2025
Concept

CLI tool that analyzes monolithic codebases, maps inter-module dependencies, and generates Ansible playbooks to extract services incrementally with zero downtime.

PythonBashAnsible
#migration#microservices#monolith#automation#CLI

infra-snapshot

2024
Concept

Terraform + Python tool that audits live AWS infrastructure and produces a human-readable drift report comparing the actual state against IaC definitions.

PythonTerraformAWSBoto3
#terraform#AWS#IaC#drift#DevOps

Backend

· 1

api-sentinel

2025
In Progress

Lightweight middleware layer that validates all inbound API contracts against OpenAPI schemas, logs anomalies, and blocks malformed requests before they hit the service layer.

Node.jsExpressOpenAPIRedis
#API#validation#middleware#security#OpenAPI