Zorel working on coding projects
Zorel working with computer hardware
Zorel's design work samples

Zorel Adrean R. Java

BSIT Student

Download Resume

About Me

BSIT student with diverse technical skills and creative passions, blending computer expertise with artistic flair and hands-on mechanical skills.

Education

  • Bachelor of Science in Information Technology Jan 2023 - Present
    Cebu Institute of Technology - University
  • Computer Systems Servicing NCII Jan 2019 - Apr 2019
    Department of Manpower Development and Placement - Cebu
    Specialization in Computer Technology
  • 2D Animation NCIII Aug 2015 - Dec 2015
    Int'l Institute of Technology and Management-Cebu, Inc
  • Bachelor of Science in Computer Engineering Mar 2013 to May 2015
    Cebu Institute of Technology - University

Work Experience

Discord Moderator

BIGTIME Studios— AAA NFT RPG Game

April 2022

  • Managed and moderated a community with thousands of members on Discord.
  • Enforced community guidelines and resolved user conflicts to maintain a positive environment.
  • Collaborated with the core team to assist in AMA sessions and game update announcements.
  • Provided real-time support for new players and NFT holders during early access periods.

Data Entry Specialist

Azpired Inc - Cebu City

September 2019 to June 2021

  • Managed sensitive COVID-19 patient health records for US healthcare providers, ensuring HIPAA compliance and 100% data accuracy
  • Developed automated data validation scripts in Excel that reduced duplicate entries by 40%
  • Collaborated with US-based healthcare teams to resolve data discrepancies in real-time

Transportation Dispatch Specialist

Azpired Inc - Cebu City
October 2017 to May 2018

  • Handled 80+ daily cab bookings via phone using CRM systems like Zendesk, achieving 98% customer satisfaction ratings
  • Optimized dispatch coordination using GPS tracking software, reducing average pickup time by 25%
  • Documented and analyzed service metrics to identify areas for workflow improvements

Barangay Personnel/ Information Desk Officer/ Clearance Staff

Barangay Hall Labangon - Cebu City
April 2016 to November 2016

  • Processed 50+ daily digital documents using municipal database systems, ensuring 100% accuracy in residency/business clearance issuance
  • Maintained organized physical filing system for 500+ citizen documents
  • Provided front desk assistance by hand-writing appointment logs for officials

Working Student in College Library of Cebu Institute of Technology - University

April 2013 to March 2015
Cebu Institute of Technology - University

  • Provided technical support for 20+ public computers and networked printing systems serving 100+ daily users
  • Managed digital document processing using Adobe Suite and MS Office for academic printing requests
  • Trained 20+ students in using library research databases and citation tools

Technical Skills

  • Computer Hardware Troubleshooting
  • 2D Animation Principles
  • Video Editing (Adobe Premiere)

Creative Skills

  • Character Design & Storyboarding
  • Traditional Drawing & Sketching
  • Concept Art Development

Mechanical Skills

  • Motorcycle Maintenance & Repair
  • Precision Riding Techniques
  • Preventive Maintenance

Physical Pursuits

  • Weightlifting Programming
  • Strength Training Techniques
  • Injury Prevention

Musical Skills

  • Guitar Performance
  • Music Theory Fundamentals
  • Improvisation Techniques
  • Fingerstyle Playing

Technical Skills Bar

Programming Language Skills Bar

Currently Exploring

  • Database Management Systems
  • UI/UX design
  • Website Development
  • App/Mobile App Development
  • Advanced Motorcycle Mechanics

Academic Projects

Simple Calculator

Simple Calculator

This is a basic calculator web app. Users can press buttons to enter numbers and math signs, see what they type, get the answer by clicking the equals button, and clear everything with the clear button

HTML CSS JavaScript
activity 1

Activity 1

This is the first time I was trying to code with HTML

HTML
activity 2

Activity 2

This was an activity of getting to know the ordered list and unordered list in HTML with inline CSS styles

HTML CSS
activity 3

Activity 3

This was an activity of getting to know the Table element in HTML and how to properly organized images inside each cell

HTML
activity 4

Activity 4

This was an activity of getting to know the Hyperlink element in HTML while making it look like a webpage with CSS styling

HTML CSS
activity 5

Activity 5

This is a sample website of a concept project that I am planning to do in the future

HTML CSS JavaScript
activity 6

Activity 6

Log-in page for the Activity 5 website that I made

HTML CSS
activity 7

Activity 7

This is a very simple JavaScript code of displaying the date and time

HTML JavaScript
activity 8

Activity 8

A very simple HTML and JS code to display an alert box

HTML JavaScript
activity 9

Activity 9

This code shows a prompt box that asks the user to type their full name. It checks if the name is entered, says hello, and asks if the name is correct. If not, it asks again until the user confirms

HTML JavaScript
activity 10

Activity 10

This code is a simple calculator on a webpage. You can enter two numbers and click buttons to see their sum, difference, product, quotient, or remainder. There's also a button to clear all the answers

HTML JavaScript
activity 11

Activity 11

This web page demonstrates the use of for, while, and do-while loops in JavaScript. It allows users to input a number and a text, then displays the text multiple times based on the number using the selected loop type. Each section has "Show" and "Clear" buttons for displaying and resetting the result

HTML JavaScript