Enrico P. Chavez
AssociateAssistant Professor with 32 years of teaching experience
Malabon, Metro Manila · FEU Institute of Technology
Personal Information
Short Biography
Senior Software Developer, university professor, and cybersecurity researcher. Teaches IT related courses, while actively conducting research spanning cybersecurity, software development, and broader IT and computer science domains. Technical expertise centers on backend architectures using Python with Django, Node.js with Express.js, and PHP with Laravel, complimented by Tailwind CSS for frontend design. Specializes in modern, modular, service-oriented architectures, clean database migrations, security framework compliance, cloud infrastructure, and AI tool integration, consistently emphasizing clean code,and production-ready implementations. Across all professional, technical, and analytical outputs, he prioritizes direct, scannable, and well-structured communication that leads with core solutions.
🛠️ Skills
Network Security
Competent (67%)
Computer Networking
Competent (64%)
Web Development (HTML CSS Javascript PHP)
Advanced (71%)
Database Management (MySQL & Oracle)
Advanced (72%)
Full-Stack Development
Advanced (76%)
🎓 Educational Qualification
Doctoral · Jun 2005 - Jun 2014
Doctor of Technology
N/A · Technological Universityof the Philippines - Manila
Masteral · Jun 1999 - Jun 2004
Master of Information Technology
N/A · Technological Universityof the Philippines - Manila
Tertiary · Jun 1995 - Jun 1999
Bachelor of Science in Computer Science
N/A · Technological Institute of the Philippines - Manila
👔 Work Experience
Technological Institute of the Philippines
Jun 1999 - Jun 2024 (25 years)
Jun 2021 - Jun 2024 (3 years)
Program Chair (EMC/IS/IT/CS)
College of Computer Studies
Full-time • Jun 2009 - Jun 2010 (1 year)
Over all Oracle Head
Security and Occupational Health Office
Full-time • Dec 2005 - Jun 2009 (3 years and 6 months)
Security Officer
Security and Occupational Health Office
Full-time • Jun 1999 - Jun 2024 (25 years)
Associate Professor
College of Computer Studies
Full-time • Jan 2026 - Present (7 months)
Assistant Professor at FEU Institute of Technology
CCSMA
Jun 2023 - Dec 2025 (2 years and 6 months)
Program Chair at City of Malabon University
College of Computer Studies
🏆 Honors and Awards
Champion
BEST OBTL Portfolio
Issued by Technological Institute of the Philippines on August 15, 2019
An Award given by the Technological Institute of the Philippines to the best implementation of Outcome Based Education
Most Outstanding IT Educator
Issued by Philippine Society of Information Technology Educators NCR on August 15, 2015
The PSITE-NCR Most Outstanding IT Educator (MOITE) award is a regional honor conferred by the Philippine Society of Information Technology Educators – National Capital Region Chapter. It honors IT faculty members who have demonstrated exemplary performance, leadership, and long-term commitment to advancing computing and information technology education in Metro Manila.
3rd Runner-Up
Search for Outstanding Teacher 2006
Issued by Technological Institute of the Philippines on February 15, 2007
Annual Seacrh for Outstanding Teacher spearheaded by theCenter for teaching Excellence of the Technological Institute of the Philippines
Research Publications
Powered by:
Conference Paper · 10.1109/I2CACIS69435.2026.11600341
Architecting an AI-Integrated Web Information System: Service-Oriented Design Patterns for LLM-Powered Community Extension Management Using Laravel and OpenAI2026 IEEE International Conference on Automatic Control and Intelligent Systems (I2CACIS), (2026), pp. 274-279
Integrating large language model (LLM) APIs in an institutional web information system presents architectural challenges including service isolation, API fault tolerance, secured credential management, and cost-effective model routing. This paper presents service-oriented design patterns for embedding OpenAI GPT services within a Laravel-based system for community extension management, deployed at www.ceso.me. The architecture employs ten functional modules covering the full community extension lifecycle: user management with CSV bulk import and role-based access control (RBAC) across five user roles, activity management with unique entry code generation, content management system (CMS) and certification repository, and AI-powered feedback classification and automated reporting. The AI service layer uses a dual-model routing pattern: GPT-3.5-turbo (avg. latency: 0.8s, cost: P9.11/1K requests) handles dashboard insight synthesis, while GPT-4.1-mini (avg. latency: 1.4s, cost: P36.43/1K requests) performs granular sentiment classification with contextual reasoning, achieving 97% cost reduction compared to full GPT-4 deployment. Fault tolerance is implemented through exception-based fallback classification, achieving 98.7% API success rate with 1.3% graceful degradation during a 30-day observation period. Observed system performance metrics include average page load time of 1.2 seconds, database query time below 50ms, and successful handling of 500 concurrent users in load testing. Evaluation by 38 respondents using the ISO/IEC 25010 quality model yielded weighted mean scores of 4.82 (Functional Suitability), 4.55 (Performance Efficiency), 4.71 (Usability), 4.67 (Maintainability), and 4.75 (Decision Support Effectiveness). The design patterns and architecture presented are intended to be adaptable to institutional web systems seeking to integrate LLM services with production-grade reliability.

Conference Paper · 10.1109/I2CACIS69435.2026.11600377
SentimentGPT-Driven Community Outreach Assessment: A Comparative Study of GPT-4.1-mini Against Conventional NLP Methods for Real-Time Feedback Classification2026 IEEE International Conference on Automatic Control and Intelligent Systems (I2CACIS), (2026), pp. 268-273
Conventional sentiment analysis methods, which include lexicon-based tools (TextBlob, VADER) and conventional machine learning classifiers (Naive Bayes, SVM), show limited effectiveness when applied to community outreach feedback because of their inability to interpret sarcasm, mixed emotions, and context-dependent language. This paper presents a comparative evaluation of OpenAI’s GPT-4.1-mini model versus four baseline methods for sentiment classification of community extension service feedback, integrated in a real-time web-based information system. A benchmark experimentation using 100 manually labeled community feedback entries on three sentiment classes (positive, neutral, negative) indicates that the proposed GPT-4.1-mini approach achieves 91.0% overall accuracy with an F1-score of 92.4%, outperforming TextBlob (62.5% accuracy), VADER (68.3%), Naive Bayes (74.8%), and SVM (78.2%) across all evaluated methods. The information system implements a dual-model architecture—GPT-3.5-turbo for dashboard insight synthesis and GPT-4.1-mini for granular feedback classification using an engineered prompt design which applies structured JSON output at a temperature of 0.3 for classification consistency. Cost-performance analysis reveals that the GPT-4.1-mini approach processes 1000 feedback entries at approximately ₱36.43 with an average latency of 1.4 seconds per request, achieving a 97% cost reduction compared to full GPT-4 with comparable accuracy. System evaluation by 38 respondents using the ISO/IEC 25010 software product quality model achieved weighted mean scores of 4.82 (Functional Suitability), 4.55 (Performance Efficiency), 4.71 (Usability), 4.67 (Maintainability), and 4.75 (Decision Support Effectiveness). The CESO staff indicator "Sentiment recommendations improve activities" has a perfect 5.00 score, confirming the practical impact of AI-driven sentiment analysis for institutional community engagement.