4th Year IT Student & Full-Stack Developer passionate about creating innovative web solutions
4th Year IT Student & Full-Stack Developer
Part-time Software Engineer at Appcase Inc.
Passionate Information Technology student at Pamantasan ng Lungsod ng Valenzuela with expertise in full-stack web development. I build responsive websites, interactive applications, and explore mobile development using modern frameworks like Laravel and Ionic.
Pamantasan ng Lungsod ng Valenzuela
St. Bernadette College of Valenzuela
Professional experience in cutting-edge technology development
Software Development | AI & Computer Vision | Environmental Monitoring
Advanced Telemetry Management and Observation System for natural disaster monitoring
Role: Frontend/Backend
AI-powered water level monitoring with automated alarm system
Role: Frontend/Backend
Push-to-talk communication system for mobile and web
Role: Full Stack Developer
YOLOv5/7/8, OCR
RTSP, PTZ
Leaflet.js
Flutter, ASP.NET
Flood Detection
REST APIs
N-tier, EF
ASP.NET, Python
YOLOv5 OCR, weather system, Roboflow ML integration
Backend, web, mobile structure with auth and maps
UI redesign, NAudio, TCP server for real-time comms
Company portfolio website, ProPTT2 with ASP.NET
WordPress CMS, Smart Slider 3, Elementor, custom themes and responsive portfolio
Full-stack development expertise with modern technologies
A collection of my development projects showcasing modern technologies
Cross-platform weather app with real-time data and clean interface
Secure online voting platform for PLV student officers with real-time results
Full-stack e-commerce platform for figurine shop with cart management and secure checkout
Mobile hybrid TTRPG game - Role: Game Designer
Platform game with rope mechanics - estimate rope length to reach next platform
Cognitive rehabilitation serious game for students with mild cognitive impairments
async function sendMessage(data) {
const response = await fetch('/api/contact', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify(data)
});
return response.json();
}