Graphic Artist - Junior Full-Stack Developer - Programmer
Portfolio
About
Due to graduate in 2021 as Senior High at the University of
St. La Salle, I have acquired technical knowledge and skills
from my education as well as practical and community
service skills from my organizational experience.
I am
a Computer Engineer who graduated at Technological
University of the Philippines - Visayas.
Official website of ICpEP.SE TUPV, built using the Bootstrap framework.
This project serves as a legacy I passed down as one of the pioneers of our batch,
ensuring future members have a solid foundation to build upon. To align with the
objectives of Technological University of the Philippines – Visayas, I also
integrated the institution’s Vision and Mission into the site, helping it remain
true to its academic and organizational goals.
Access the page at
https://icpep-se-tupv.pages.dev
Array Sort
The Array_sort repository is a simple Java program that demonstrates sorting an array of integers using the
Bubble Sort algorithm. It allows users to input the array size and elements, displays the original array,
sorts the values in ascending order by default, and then outputs the sorted result. The code can easily be
modified to sort in descending order by changing the comparison operator, making it useful for beginners
learning sorting algorithms, console input/output, and basic Java programming. While effective for small
datasets and educational purposes, it has limitations such as O(n²) time complexity, lack of input validation,
and support only for integers. Future improvements could include adding more efficient sorting algorithms
(Quick Sort, Merge Sort), enabling user choice for ascending/descending order at runtime, supporting other
data types, handling invalid input, and incorporating performance measurements or a graphical interface.
Access the code at https://github.com/Mooyi07/Array_sort
The Consumption Calculator is a web application designed to calculate electricity bills based on kilowatt-hour (KWH) consumption. It dynamically updates bill charges based on user input and displays detailed breakdowns of costs, including supplier-related charges, government charges, and subsidies. Access the website here https://consumption-calculator-mooyi.pages.dev/
E-Certificate Generator
eCertGen is a lightweight web application designed to simplify the process of generating electronic certificates. Built using HTML, CSS, and JavaScript, it allows users to upload a list of recipient names and generate certificates automatically with a customizable template.
https://mooyi07.github.io/eCertGen/