Skip to content
View QiYuan08's full-sized avatar

Block or report QiYuan08

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
QiYuan08/README.md

import SoftwareDeveloper from 'QiYuan08';

class Bio extends SoftwareDeveloper {
  name     = 'Teh Qi Yuan';
  title    = 'Software Engineering Student';
  location = 'Selangor, Malaysia';
}

class Skills extends SoftwareDeveloper {
  languages  = ['Typescript', 'JavaScript', 'PHP', 'Python', 'Java', 'C', 'HTML && CSS' , 'PHP'];
  databases  = ['OracleSQL', 'Postgresql'];
  frameworks = ['Node.js', 'Express.js', 'Java Spring Boot', 'Laravel', 'ReactJS', 'React-Native', 'Inertia',];
}

class ToLearn extends Skills {
  frameworks = ['Advanced Spring Boot', 'Sanity']
}

Pinned Loading

  1. Attendance-Taker Attendance-Taker Public

    An attendance take system that allow teacher to generate class code for their student to take online class attendance.

    PHP

  2. Braaaains Braaaains Public

    A rogue like game build using java that allows player to kill zombies and Non-Player Character (NPC) farmer to farm fruit to heal the player.

    Java

  3. QuickHack_2021 QuickHack_2021 Public

    Take a look if you have mental health issues

    HTML

  4. Stutor Stutor Public

    Java

  5. Time-Tracker Time-Tracker Public

    A web-based app build with HTML/CSS and PHP software to help tutor mark work that has been done in groups.

    PHP