Projects
Focused Reader
Digital overlay program as a browser extension and also as a Python electron desktop app.
Problem
Post war I had trouble reading as smoothly and enjoyably as before, I would get lost going from one line to the next line.
Solution
Focused Reader lets the user controll by arrow keys or mouse wheel a digital coversheet guiding the eye just like a physical reading guide.

Encrypted Journal
Python program performing message encoding using salting with a nonce and AES GCM encryption, password hashing. All stored in a protected compressed JSON file.
Problem
Plain text notes are vulnerable to leaks, exposing personal thoughts if a machine is lost or hacked.
Solution
The tool encrypts on write and requires your passphrase on read, offering tamper proof, end to end protection for private journaling.
Take the Tour
PC cleanup script
PowerShell program which removes temporary files, browser cache, windows log files, and empties the recycle bin.
Problem
Developing with AI and building a lot of quirky side projects leaves your PC cluttered.
Solution
So, I created a program to automate keeping my PC clean and free space available for use. Comes with a dry run mode, to log what would be delete before deleting data.