A curated selection of technical projects spanning data science, software engineering, databases, and creative app design. Each was built to solve a specific challenge or explore a domain in-depth. Currently, this does not include work or research projects—you can find references to those on my resume.
A collection of Python functions implementing 13 different numerical integration methods, including Simpson’s Rule, Trapezoidal, and Gauss-Legendre. Built for flexibility and precision, it supports both basic and adaptive approaches for integrating complex mathematical functions. All methods are fully compatible with SymPy functions (in fact, using symbolic functions are recommended).
A desktop JavaFX application that partitions large datasets using univocity parsers. Designed for ease of use, it features real-time processing, clean file input/output workflows, and a responsive interface for non-technical users.
A MySQL-backed shopping simulation with a Python CLI. Features 14 normalized tables, advanced trigger logic, sample data, and full support for customer registration, basket/checkout functionality, and sales analytics.
An Android (Kotlin) fortune-telling app powered by GPT-4. Users answer quirky questions, make a wish, and receive a uniquely styled fortune. Features a pixel-art genie, bold visual design, and replayable AI-powered experiences.