Skip to content
View Kevan-Y's full-sized avatar
:octocat:
Developing
:octocat:
Developing
Block or Report

Block or report Kevan-Y

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

Banner

import AboutMe from '@components';
import TechnicalSkill from '@components';

const Profile: NextPage = (): JSX.Element => {
  return (
    <>
      <AboutMe
        name="Kevan Yang"
        job="Full stack developer"
        passions={['Coding', 'Anime', 'Video Game', 'Space/Rocket']}
        sports={['Basketball', 'Ice skating', 'Hiking', 'Badminton', 'Table tennis']}
        languages={['French', 'English', 'Cantonese', 'Mandarin']}
      />
      <TechnicalSkill
        languages_framework={[
          'Typescript',
          'Javascript',
          'Node.js',
          'Next.js',
          'React.js',
          'Tailwind CSS',
          'Docker',
          'Python',
          'Java',
          'Sprint Boot',
          'Cypress',
          'Jest',
          'Hurl',
        ]}
        cloud_database={['AWS', 'Supabase', 'PostgreSQL', 'DynamoDB', 'S3 Bucket', 'MongoDB']}
        tool={['VSCode', 'IntelliJ', 'Powershell7', 'WSL2', 'GIT', 'Adobe XD', 'GitHub Actions']}
        devConcepts={['OOP', 'Agile', 'MVC', 'REST', 'Microservice Architecture', 'TDD', 'CI/CD']}
      />
    </>
  );
};

export default Profile;

Pinned Loading

  1. Kevan-Y Kevan-Y Public

    My profile

    1

  2. pandanox-ohmyposh-theme pandanox-ohmyposh-theme Public

    Pandanox ohmyposh theme

    1

  3. Seneca-CDOT/telescope Seneca-CDOT/telescope Public

    A tool for tracking blogs in orbit around Seneca's open source involvement

    JavaScript 94 187