π 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
π€ Pslang:
Simple, easy-to-write pseudo-code language designed for educational and experimental purposes. It's a personal toy project and still very much a work-in-progress, with the parser currently under development. Expect bugs and incomplete features, use at your own risk!
Currently implemented - Lexer
Currently working on - Parser
Learned:
- Compiler theory
- Solid compiler process understanding
πͺ΅ 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