Interactive systems map of how foundation models are trained, adapted and served—from tokenization and Transformer internals to MoE routing, KV caching, continuous batching and distributed inference. Exploded 3D atlas with lifecycle modes, a component inspector and twelve working microscope simulations.
LLM SystemsTransformersInferenceMoEvLLMGPU Systems
Image Query
Deep learning visual search engine using k-means clustering and visual vocabulary correlations. Built a bag-of-words representation over CNN feature embeddings to enable content-based image retrieval at scale.
Deep Learningk-MeansCNNPython
Pelpins
Personal web platform and full-stack UI project maintained as a git submodule within the portfolio codebase. Explores modular front-end architecture and component-driven design patterns.
JavaScriptCSS/SCSSHTML
WLAN
Parallel M/M/1 queue server simulation of CSMA/CA. Models wireless network behavior under variable load to analyze throughput, latency, and collision rates using queuing theory.
SimulationQueuing TheoryNetworkingC++
H Language
Custom programming language with minimal syntax and functional programming semantics — built from scratch with its own lexer, parser, and interpreter. An exploration of PL theory and compiler design.
PL TheoryInterpreterCompilerPython
Credit Loan
Kaggle ML competition — trained an ensemble predictive model using gradient boosting and logistic regression to classify credit loan risk. Feature engineering, cross-validation, and hyperparameter tuning on real financial datasets.
XGBoostSklearnFeature Eng.Kaggle
PPoker
App interface for poker admin and cashier tasks including game scenarios and chip management. Full UI for real-time game state tracking and session management for live poker games.
JavaScriptReactReal-time UI