Skip to content
View LeoLYW12138's full-sized avatar
  • Hong Kong
  • 12:37 (UTC +08:00)

Highlights

  • Pro
Block or Report

Block or report LeoLYW12138

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
LeoLYW12138/README.md

Hi there, I am Leo πŸ‘‹

Software Developer at Century Lab Innovation
Software member at HKUST Robotics Team

import { python, c, cpp, js, bash } from 'my-coding-language'
import { JobTitle, Role,
         ComputerEngineeringStudent, SoftwareMember, SoftwareEngineer, SoftwareDeveloper, ITConsultant 
       } from 'company-job'
import {
  HKUST as ComputerEngineeringStudent
  HKUST_Robotics_Team as SoftwareMember,
  R2C2_Limited as SoftwareEngineer,
  Century_Lab_Innovation as SoftwareDeveloper
} from 'company-job'


type Person = {
  name: string,
  pronouns: string[],
  roles: string[],
  spokenLangs: string[],
  sayHi: () => void
}

const me: Person = {
      name: "Leo Wong",
      pronuons: ["He", "his", "πŸ‘¨"],
      roles: ["Computer Engineering Student", "Software Member" , "Software Engineer", "IT Consultant"],
      spokenLangs: ["zh_HK", "zh_TW", "en_US", "ja_JP"],
      sayHi: () => { console.log(`Hi! My name is ${this.name}`) },
}
      
me.sayHi()
      

Working on

Learning

SocketIO, Astro, Sanity

Plans

  • βš™οΈ Learn more backend tools - Type ORM, Docker
  • 🧠 Learn ML and AI - Keras, PyTorch

Technologies & Tools πŸ”§

Contacts πŸ“±

Pinned

  1. github-explorer github-explorer Public

    A Github user explorer built with React Typescript, Vite, Github API Graphql, and more ...

    TypeScript

  2. RDC_scoreboard RDC_scoreboard Public

    JavaScript

  3. DarkB-website DarkB-website Public

    Building of DarkB website using NuxtJs

    Vue

  4. Hiking-App Hiking-App Public

    Java

  5. lunchSystem lunchSystem Public

    JavaScript

  6. p5-TicTacToe p5-TicTacToe Public

    A simple Tic Tac Toe game built with p5.js

    JavaScript