Welcome to My Website


Red butterflies with yin and yang symbols

ITEC Courses I've Taken

  1. ITEC1001 - Intro to Computing
  2. ITEC2110 - Digital Media
  3. ITEC2120 - Intro to Programming
  4. ITEC2130 - Web Technologies
  5. ITEC2140 - Programming Fundamentals
  6. ITEC2150 - Intermediate Programming
  7. ITEC2201 - Introduction to Info Systems
  8. ITEC3100 - Introduction to Networks

ITEC Skills I Have

Interesting ITEC Projects I've Done

Pin-pointing COVID-19 Tweets
In my ITEC2120 - Intro to Programming class, we were given a compiled text file that had thousands of tweets. In these tweets, we assigned to create a code that will filter out each tweet by searching for the word "COVID" (case-insensitive). Afterwards, we were to take the given data, determine the given latitude and longitude of every tweet, and plot a dot on a display box on where said tweet was posted to the Internet.
Cooper Test Java Project
In my ITEC2140 - Fundamentals of Programing class, we were asked to create a java file that will ask for user input such as gender and distance ran within a certain time. The code will then take the input and output the Cooper Test levels based on the distance ran.
Creating Reader/Sorter/Writer Java File
In my ITEC2150 - Intermediate Programming class, we were assigned multiple projects that consisted of creating Java code to read a text file, sort the data in the file, and rewrite the data into a new file.