I am very familiar with systems- and low-level programming with lots of experience using languages like C and Assembly along with the revelant 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
mmv
The best tool ever made for renaming- or moving multiple files. I am not exaggerating.
mstatus
A status bar written in C that works with the DWM window manager on X11 and the Sway window manager on Wayland. It allows for easy extensibility by allowing the user to send commands via a named-pipe to customize the contents of the status bar.
smallbrain
A Brainfuck interpreter written in x86-64 assembly that compiles the given brainfuck source code file into a bytecode. The bytecode is then optimized and finally executed. Also, I did proper error checking.