--- About ---
My name is Raphael. I have three years of personal experience and six months of professional experience as a C++ intern. Aspiring C++ wizard, part-time bug developer, full-time caffeine addict.
Currently diving deeper into the world of graphics programming.
I also use Arch btw.
--- Education ---
I am a Computer Science bachelor's student at [Hellenic Open University].
I also hold a diploma in Software Development from [IEK DELTA 360].
--- Projects ---
#include "projects.hpp"
int main() {
// auto Nexavey = std::get<Graphics>(projects[0]);C++ Graphics Engine // auto NeuralNetwork = std::get<AI>(projects[1]);A neural network implemented with C++ using backpropagation // auto DFTDraw = std::get<Math>(projects[2]);Drawing stuff with Fourier epicycles // auto SVDImageCompressor = std::get<Image>(projects[3]);Image compression using Singular Value Decomposition (SVD) // auto VerletBalls = std::get<Physics>(projects[4]);Ball collision simulation using a Quadtree and Verlet integration // auto TypstRayMarcher = std::get<Graphics>(projects[5]);Ray Marching with Typst (a PDF composing language) // auto GitHub = std::vector(projects.begin() + 6, projects.end());The rest of my projects}