My Projects

React Native & Firebase Projects

Provide a short summary of your recent projects, highlighting the most important things.

Wild Mark

A mobile app designed for the forest service to track and share critical points of interest, such as fallen trees, mudslides, and carcasses. Forest service personnel can collaborate by sharing pins, while consumers can also contribute by recommending pins for review. This ensures better communication and faster resolution of issues within natural areas.

Tech Stack: React Native, Firebase for authentication and storage, MySQL for user and marker data.

Med Calc

A specialized app designed to streamline medical calculations for nurses and healthcare professionals. It features 25+ prebuilt calculations and allows users to add patients with unique identifiers for easy tracking. The app also supports creating custom calculations tailored to individual patient needs, with ongoing updates to expand functionality and add missing calculations.

Tech Stack: React Native, Firebase for storage and authentication.

Python Projects

Provide a short summary of your recent projects, highlighting the most important things.

ERG Insights

A Full-Stack Python desktop app designed to process and analyze patient data from ERG machine PDF reports. Since the machine lacked built-in data tracking, ERG Insights extracts test results, hashes patient details locally, and stores them securely in an Azure-hosted MySQL database. The app supports multiple test types, allowing users to customize reports with options like patient information, line fitting, and graphical visualizations. Professional reports featuring branded visuals are generated using libraries like SciPy, NumPy, and Matplotlib. It includes custom-built user authentication, which references a virtual machine-hosted user database for secure access.

Tech Stack: Python, Azure Database, Deep Learning Trained PDF Extractor, APIs, SciPy, NumPy, Matplotlib, XML conversion libraries.