Cameron Brownsey

I'm a university student with a passion for low-level systems programming, backend development, and electronics. Whether I'm writing bare-metal code, designing backend infrastructure, or tinkering with hardware, I enjoy solving complex problems and building things that run deep beneath the surface.

Projects

cbrownsey.dev

cbrownsey/dev-site

The very site you're looking at right now! Written in plain HTML and TailwindCSS in the span of a day or two after I realised that I still had this domain.

Wrenlet

cbrownsey/wrenlet

Wrenlet is a Rust wrapper library around the Wren scripting language. Although intended to be used in another project down the line, it turned out to be an interesting exercise in translating C idioms and expectations into a much stricter environment.

Packing Visualiser

cbrownsey/pack-visualiser

A no-dependancy, <canvas> based, isometric visualisation library built in TypeScript for a yet-to-be-completed SAAS project.

PicoString

cbrownsey/picostring

A proof of concept small string optimization library, based off of encoding string lengths in invalid UTF-8 start bytes.