๐ Graduated with an IT Technician diploma, specializing in computer systems, networks, websites and databases.
๐ง Passionate about programming and building tools that solve actual problems.
๐ Currently learning cross-platform C++ developement with CMake.
๐ Iโm always exploring new technologies and improving my skills through hands-on projects, some of which I think are pretty cool (see below!).
๐๏ธ Platinum-Eyes:
Overlay app for Warframe that automatically scans your screen during fissure runs, identifies dropped item rewards using OCR, and instantly displays real-time market prices from Warframe Market. It automates the manual price-checking process, saving players time without modifying game files.
Learned:
- Usage of Tesseract OCR and it's "pitfalls and oddities"
- Pre-processing and post-processing of OCR data
- Efficient, multi-threaded API requests
- Native GUI overlay developement
๐งฎ Big-calculator:
First uni project with REPL-like environement and a tree-walk interpreter along with a BigInt library made to compute huge numbers.
Learned:
- How to implement numbers of any size in C++
- How to make a tree-walk interpreter
- How to make a simple evaluator
- How AST's work and how to work with them
๐ชWood:
Minimal, single-header logging library for my other projects.
Learned:
- Modern C++(17+) best practices and features
๐ Stoodee:
Flutter-based mobile app that aims to simplify and systemize learning.
Learned:
- Modern widget-based front-end design
- Dependency management
- Cross-platform mobile app developement
- Implementing localization for supporting multiple languages
