Technical Projects Showcase

A collection of architectural designs, deep learning implementations, and frontend interfaces. Deep dive into the source files, design documents, and operational components of each system.

Inficanvas – Infinite Collaborative Canvas

5 Technologies

A high-performance HTML5 infinite zoomable canvas engineered for visual diagramming. Features a hybrid rendering architecture, graph-based logic node connectors, real-time bounding box collision detection, and offline-first IndexedDB persistence.

HTML5 CanvasJavaScriptCSS3IndexedDBWeb Operations
Documentation upcoming

MintFrame – Transformer-Based Language Model

5 Technologies

Implementation of a GPT-style decoder-only Transformer architecture from scratch in PyTorch. Includes custom byte-pair tokenization, absolute positional embeddings, multi-head causal self-attention, and auto-regressive generation, loaded with pretrained GPT-2 weights.

PyTorchPythonLLMDeep LearningTransformers
Documentation upcoming