Skip to content

Portfolio

A List of notable projects, and examples of my work.

Bepis.uk (This Website)

bepsuk

This website serves as my personal home page, portfolio, and a blog to exercise creative technical writing.

| Live | Github |

SSHMux

SSH multiplexer, run commands accross multiple nodes with defined logging output and TOML based configuration, written in Rust. Think of it as Ansible on a diet.

| Github |

DataVizTool

dataviz

| Live | 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 |

MiniKV

A small Key-Value store written in Rust. Provides a HTTP interface to retrieve and store data.

| Github |