Skip to content
View PaisWillie's full-sized avatar
🐧
𝓹𝓮𝓷𝓰𝓾𝓲𝓷𝓼
🐧
𝓹𝓮𝓷𝓰𝓾𝓲𝓷𝓼

Highlights

  • Pro

Block or report PaisWillie

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

Header




import SoftwareDeveloper from 'PaisWillie';

class Bio extends SoftwareDeveloper {
    name        = 'Willie Pai';
    title       = 'Software Engineering Student';
    school      = 'McMaster University'
    future      = 'Mobile Application Developer';
    location    = 'Markham, Ontario, Canada';
}
    
class Experience extends SoftwareDeveloper {
    
    positionOne = {
        position    : 'Software Developer Intern',
        company     : 'WaveDirect | Remote',
        location    : 'Leamington, Ontario, Canada',
        date        : 'May 2021 - August 2021',
    };
    
    positionTwo = {
        position    : 'Software Engineer Intern',
        company     : 'InsideDesk | Remote',
        location    : 'Oakville, Ontario, Canada',
        date        : 'May 2022 - September 2022',
    };

    positionThree = {
        position    : 'Software Developer Intern',
        company     : 'SOTI Inc. | Hybrid',
        location    : 'Mississauga, Ontario, Canada',
        date        : 'September 2023 - August 2024',
    };
    
}

class Skills extends SoftwareDeveloper {
    languages   = ['HTML5', 'CSS3', 'Javascript ES6', 'TypeScript', 'Python', 'Java', 'Dart', 'C', 'Bash Scripting', 'MATLAB', 'SQL'];
    tools       = ['Figma', 'Adobe XD', 'Tailwind CSS', 'Git']
    frameworks  = ['Next.js', 'React.js', 'Astro.js', 'Flutter', 'Angular.js', 'Vue.js', 'Node.js', 'Express.js', 'PyQt'];
}

Pinned Loading

  1. WaveDirect-App WaveDirect-App Public

    My first Flutter Mobile App which was awarded 1st place for BorderHacks 2020's WaveDirect Award & People's Choice Award.

    Dart 4

  2. Cabpool-Frontend Cabpool-Frontend Public

    TypeScript 2

  3. Cabpool-Backend Cabpool-Backend Public

    JavaScript

  4. Cosy-POS Cosy-POS Public

    A restaurant POS system

    C++ 1

  5. McMaster-Software-Engineering-Society/SES-Website McMaster-Software-Engineering-Society/SES-Website Public

    Software Engineering Society's website

    Astro 1