My projects
Image editor
A custom image editing tool built in C that allows users to process and manipulate digital images efficiently. It features core transformations including scaling, rotation, edge detection, and grayscale conversion. The project highlights a deep understanding of data structures, algorithm optimization, and raw file I/O operations without relying on heavy external libraries.
Technologies used
Football game predictor
An analytical football match predictor built to forecast game results based on comprehensive team statistics and historical head-to-head trends. The project handles end-to-end data processing—from fetching and cleaning match datasets to executing the predictive logic. It highlights a solid understanding of data structures, algorithm implementation, and structured software development within the sports tech domain.
Technologies used
Website for an ecological foundation
Developed a modern, responsive website for the 'Fundația Ecologică Floare de Colț' NGO. Built to enhance the organization's digital footprint, the site features an intuitive interface and optimized performance to effectively communicate environmental initiatives. It showcases a strong user-centric approach and solid front-end architecture. The website is live at: fundatiaecologicafloaredecolt.ro
Technologies used
Emergency number mangement system
A software application developed to manage 112 emergency service logistics. The system incorporates complex logic for prioritizing incoming calls, dispatching appropriate responder units, and updating operational workflows. It highlights a strong foundation in Data Structures and Algorithms (DSA)—utilizing concepts like priority queues, efficient searching, and optimized routing logic to process critical, time-sensitive events efficiently
Technologies used
File indexing system
A custom file indexing system engineered to showcase strong proficiency in Data Structures and Algorithms. The application utilizes tree traversal techniques to recursively navigate directories and constructs an inverted index powered by complex structures like hash maps and tries. It emphasizes optimized time and space complexity, enabling rapid text tokenization, efficient data storage, and lightning-fast search queries