Portfolio
A List of noteable projects, and examples of my work.
Bepis.uk (This Website)
This website serves as my personal homepage, portfolio, and a blog to exercise creative technical writiing.
Smaller Programming Projects
Copy
A re-implementation of the GNU cp
command in Go that adds progress reporting, written to perform large file transfers on my NAS when I learned
running cp -R
on 10tb of data from one HDD to another over an SSH connection meant I was unable to tell if the process had hung or not.
| Github |
Protorec
Written during my time as an electronics technician working on medical assistance alarms and nurse call systems. Protorec acts as mock reciever endpoint for various reporting protocols these devices use to send alerts like SIA-CID, and MQTT. Used to test these devices during repair and provisioning.
| Github |
Wikara
A lightweight Wiki engine built as a learning exercise, never intended for production use.
| Github |
reindent-buffer.el
A plugin for the Emacs text editor. Provides a single command that will safely format the document in the current buffer, simillar to the Format command in VSCode.
| Github |
MiniKV
A small Key-Value store written in Rust. Provides a HTTP interface to retireve and store data.
| Github |