The Engineering Showcase

Technical Deep Dives & Architectural Breakdowns

Next.jsTypeScriptFramer MotionTailwind CSSDockerCobe

Engineering Portfolio V3

A narrative-driven, high-performance portfolio featuring a custom CRT transition, 3D globe visualization, and robust Docker orchestration.

// Architecture Flow

Next.js 14 (App Router) -> Framer Motion (Narrative Transitions) -> MDX -> Tailwind CSS -> Docker (Optimized Multi-stage Build)
View project Engineering Portfolio V3
React 19TypeScriptNode.jsGoogle Gemini AIDockerSQLite

FinTrack

A modern, containerized personal finance tracker with AI receipt scanning and automated categorization.

// Architecture Flow

Web Browser -> Nginx Proxy -> Express.js API -> SQLite (Persistent DB) & Google Gemini AI
View project FinTrack
PythonGoogle Gemini AIPyMuPDFTkinter

PDF Chapter Extractor

An intelligent Python tool that detects and extracts document chapters into optimized PDF files using AI and TOC analysis.

// Architecture Flow

Python (Tkinter/CLI) -> PyMuPDF (PDF Engine) -> Google Gemini AI (gemini-3-flash) -> Optimized PDF Output
View project PDF Chapter Extractor
ReactTypeScriptTailwind CSSViteGoogle Gemini AI

Resume Roast

A minimalist, AI-powered resume analyzer that provides deep insights and critical feedback based on specific job descriptions.

// Architecture Flow

React (Vite) -> PDF.js/Mammoth.js (Client-side Parsing) -> Multi-Provider AI (Gemini, OpenAI, Anthropic)
View project Resume Roast
PythonPygameVector Math

Asteroids Game Engine

A foundational implementation of the classic Asteroids game, focusing on object-oriented design and vector physics in Python.

// Architecture Flow

Pygame Loop -> Player/Asteroid Classes -> Vector Math (Physics) -> Collision Detection
View project Asteroids Game Engine
C++ElasticsearchgRPCPrometheus

Distributed Indexing Engine

A petabyte-scale indexing service optimized for rapid search through high-volume telemetry data.

// Architecture Flow

High-Throughput Ingestion -> Sharded Indexing Nodes -> Distributed Query Coordinator (gRPC)
View project Distributed Indexing Engine
GogRPCRaftRocksDB

KV Store Distributed Engine

A high-availability, strongly consistent key-value store implementing the Raft consensus algorithm.

// Architecture Flow

Client Library -> Consensus Layer (Raft) -> Log Replication -> RocksDB (Log Structured Merge Tree)
View project KV Store Distributed Engine
RustQUICeBPFKubernetes

Low-Latency Edge Proxy

A high-performance edge proxy leveraging eBPF and Rust for ultra-low latency packet filtering and routing.

// Architecture Flow

XDP Catch -> eBPF Filter -> Rust User-space Handler -> QUIC Transport Tunnel
View project Low-Latency Edge Proxy
GoClickHouseReactOpenTelemetry

Hybrid Observability Platform

A high-performance observability suite consolidating metrics, logs, and distributed traces into a unified storage engine.

// Architecture Flow

OTel Collector -> Vector Pipeline -> ClickHouse Storage -> GraphQL Query Engine
View project Hybrid Observability Platform