web
Burkle Fumigaciones
Built and launched Burkle Fumigaciones' business website with structured service content and lead-oriented contact pathways. Increased online credibility and enabled more efficient customer inquiry generation.
HTML CSS JavaScript
web
Garbon Albercas
Engineered Garbon's website with conversion-focused service presentation and mobile-first information flow. Improved accessibility for prospective clients and streamlined lead capture from web traffic.
Astro
web
UP Ticketing System
Designed a university ticketing platform concept to unify registration, ticket issuance, and attendance workflows in one system. Replaced fragmented event operations with a scalable process model and stronger operational control.
React Vite
ai
MX Banknote Detection
Engineered a CNN-based banknote detection pipeline with preprocessing, augmentation, and evaluation in PyTorch and OpenCV. Increased classification robustness across visual variance, supporting practical real-world detection scenarios.
Python PyTorch
ai
Kvasir-AI
Implemented an end-to-end medical imaging pipeline with ResNet18 and DenseNet121, including CLAHE preprocessing, augmentation, and Grad-CAM explainability. Achieved 88.75% accuracy while delivering interpretable outputs for more reliable model evaluation.
Python PyTorch
ai
Digits Recognition
Built a handwritten-digit recognition pipeline with image preprocessing plus neural-network training and evaluation loops. Improved classification reliability and established a reusable baseline for computer-vision experimentation.
Python PyTorch
ai
Animal Identifier
Implemented an image-classification workflow to identify animal classes through iterative notebook-based model experimentation. Improved model selection speed and enabled data-driven tuning across computer-vision runs.
Python PyTorch
software
STM32F401RE Oscilloscope
Built an embedded oscilloscope on STM32F401RE using ADC sampling, buffering, and real-time signal rendering. Enabled low-cost waveform inspection for faster hardware diagnostics and debugging workflows.
C
web
Foreigner's Corner
Built an FAQ-driven support portal for international students with structured information architecture and clear navigation flows. Reduced repetitive support requests and improved self-service access to key onboarding information.
HTML/CSS/JS
web
Foráneos UP Dashboard
Engineered a student operations dashboard with bulk data ingestion, change tracking, and live analytics using React and Firebase. Centralized core workflows in one platform, reducing manual coordination and enabling faster, data-driven decisions.
React Firebase Material UI
algorithms
Rubik's Cube Solver
Engineered a 3x3x3 Rubik's Cube solver combining BFS, A*, and IDA* with visualization tooling for algorithm inspection. Optimized state-space search to reduce moves and demonstrate scalable problem-solving strategies.
Python
algorithms
Quixo Bot
Built a competitive Quixo AI with minimax, alpha-beta pruning, and tuned heuristics to evaluate board states efficiently. Improved decision quality and search performance, enabling stronger play under tight move-time constraints.
Python
algorithms
B-Tree
Implemented a B-Tree data structure in Python with insertion, balancing, and indexed search operations. Improved lookup efficiency on growing datasets and reinforced scalable data-organization fundamentals.
Python
algorithms
Numerical Methods
Developed a numerical computing toolkit covering approximation, interpolation, and equation-solving methods in Python. Enabled repeatable scientific workflows and faster validation of mathematical models.
Python
algorithms
File Compressor
Built a Huffman-based compression engine for file encode/decode workflows with streamlined I/O handling. Reduced storage footprint by up to 20%, lowering transfer overhead and improving data handling efficiency.
Python
algorithms
Modified RegEx
Built a regex construction and validation toolkit with real-time pattern testing and optimized parsing routines. Accelerated expression debugging and reduced iteration time across text-processing use cases.
Python
software
Mastermind
Designed and implemented a Mastermind game engine with deterministic feedback logic and rule validation for each guess cycle. Delivered a robust logic-driven gameplay loop that reinforces algorithmic reasoning and reliability.
C++