I'm 17 and I'm passionate about space, coding, technology, math,
physics, and engineering. In my free time, I think, read, code,
design / 3d print objects and robots, play guitar, do acting, and
skateboard.
Get in touch !
A code marketplace for buying and selling code snippets, made with React & Firebase. This was a multi-year project which was initially called DEVSHOP. I iterated over it a lot, and learned a huge amount of info on React, Firebase, and how large-scale real-time databases/websites work.
Programming language made in Rust inspired by Rust & Python. It's very fast, and the goal was to make the syntax simple, while also reminiscent of more popular and lower-level languages like Rust and C++. That being said, it took multiple months and many rewrites to get it to its current state. I learned more than I could have imagined on Rust, programming languages, parsers, and optimization in general.
Lightweight game engine written in Rust and designed to run in the terminal. A game engine had long been something I wanted to make, so this was the perfect opportunity to do so. It's very bare-bones, as I tried to make it super simple and modular.
Website made for a French interior decoration agency. Heavily optimized for the important number of images the website contains, it uses React as well as Firebase for the journal part. Accompanying it, I built another website to allow the owner to manage and publish posts.
Lossless image format written in Rust that compresses by clustering pixels and using arithmetic encoding for extreme size reduction. It initally started as a small experiment to try to optimize images with repetitive patterns/colors. In the process I learned a lot about image formats, image processing, and digital images in general!
Custom neural network written from scratch in Python designed to identify digits. I had always wanted to create a small neural network to learn and clearly understand how they work, and this was the opportunity for me to do so. I also learned a bit more about optimizing code to speed up training. I created the dataset by hand using a custom PyGame drawing interface.
An experimental digital, fully-encrypted, secure monetary system built in Rust. It uses a web server, requests are made with URL parameters, and it returns JSON. A GUI could very easily be added.
An open-source AI-powered learning platform built with React. The idea behind this was to create a website where people could learn as much as possible in as little time as possible on a given topic.
An experimental machine learning model to quantify knowledge density. I wanted to see if it was possible to create a metric for the density of information in a given text, and this ended up powering my other project Neural!
An experimental easy-to-use programming language written in C++. This was my opportunity to learn C++, and to write a (very incomplete) programming language, after having spent a long time trying to do so with Python.
Store all of your files on Discord! Outstock lets you store huge files by breaking them into fragments and sending them to the channel you choose. This was inspired by a Dev Detour video, and written in Python with a Tkinter GUI.
An experimental AI-powered image format, which works by storing images as prompts. This started as a fun experiment to see if it was even technically possible, and remains a work in progress because AI isn't there just yet, and because my GPU isn't that powerful.
View all of my GitHub repositories
Website which displays the majority of messages humanity has sent to outer space, hopeful that they will someday reach the ears of a distant civilization.