Projects
Systems software, embedded frameworks, full-stack platforms — things that ship and things I build for the love of it.// hover a card
app-core
A shared Qt/QML architecture framework — the foundation for 7+ embedded display applications across Toshiba TEC printer models from a single model-driven codebase.
C++, Qt6, Qt/QML, Embedded Linux
Offline PDF Editor
Cross-platform desktop PDF editor with tiled OpenGL rendering, per-thread rendering contexts for concurrency, and a non-destructive annotation model.
C++, Qt6, MuPDF, OpenGL
gotask
A complete task-manager backend in Go — JWT auth, filtering, sorting and pagination over a REST API. Idiomatic Go service design with stateless auth.
Go, REST, JWT
FocusKitty
An aesthetic Pomodoro / focus-timer web app with themeable modes. Designed, shipped and live.
TypeScript, React, Next.js
PDF Translation Platform
Internal document-translation web app adopted org-wide — 7+ languages, JWT auth with role-based access, and normalized PostgreSQL schemas.
Flask, PostgreSQL, JWT
Huffman Compressor
Lossless file compression & decompression from scratch — binary tree construction and bit-level I/O.
C++
Neural Network
A feed-forward ANN with backpropagation from first principles — no frameworks, no shortcuts.
Python, NumPy