I am very familiar with systems- and low-level programming with lots of experience using languages like C and Assembly along with the relevant build-tools such as Make.
I’m no stranger to web development either, and I always try to emphasize simplicity when possible. I have worked extensively with backend frameworks like Flask, and I am capable of building effective- and usable frontends without the need to download megabytes of useless- and bloated JavaScript.
Secondary School
Worked as a backend developer for a crypto-trading platform, primarily using TypeScript and C#. Other tools used include Docker, Kubernetes, and Retool.
Worked as a fullstack developer writing
gsp
A transpiler written in Go to convert a custom syntax into HTML, written because HTML lacks proper ergonomics. This very website is written in and compiled using GSP.
mmv
A tool written in Rust to rename- and move files in bulk. This is in my opinion the most extensible and most effective file renaming- and moving tool ever created.
totp
A tool to generate 2-factor authentication codes written in C. All algorithms are written by hand and both inline assembly and CPU intrinsics are used in order to produce highly-efficient code, most notably this project takes advantage of SHA-1 extensions to the ARM64 and x64 architectures to efficiently compute SHA-1 hashes.
smallbrain
A Brainfuck interpreter written in x86-64 assembly that performs code compilation, optimization, and proper error reporting.