Aspiring Software Developer
View My Work
I started with Python by making small tools to help with school work, like an income tax calculator for class assignments to automate manual calculations with solutions. I got into web dev with Flask for a bit, but later switched to Android because I wanted to build real apps and offline tools I could actually use. I adapt to different technologies depending on the use case, and Iām always happy to learn new skills to get the job done.
JFINEX Collection System is an Android app I built to make student payment collection easier and less stressful for JFINEX officers. Instead of writing everything on paper and manually counting, officers can record payments on their phone, even without internet. The app automatically keeps a tally by category or field, so mistakes are reduced. When the collection is done, data can be exported into a file and shared with the admin system for reports and analysis. This way, collections are faster, safer, and more organized.
A simple Python program that calculates income tax based on Philippine tax brackets. It supports different deduction types like Standard, Itemized, and OSD (Optional Standard Deduction). Built to automate a tedious school assignment where multiple tax scenarios had to be solved manually.