C++Go{}01//fn
// selected work

Projects

Systems software, embedded frameworks, full-stack platforms — things that ship and things I build for the love of it.// hover a card

C++ WORK · LEAD DEV

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

internal / proprietary
C++ BUILDING

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

internal / proprietary
Go

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

TypeScript

FocusKitty

An aesthetic Pomodoro / focus-timer web app with themeable modes. Designed, shipped and live.

TypeScript, React, Next.js

Python WORK

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

internal / proprietary
C++

Huffman Compressor

Lossless file compression & decompression from scratch — binary tree construction and bit-level I/O.

C++

Python

Neural Network

A feed-forward ANN with backpropagation from first principles — no frameworks, no shortcuts.

Python, NumPy