Skip to content
View chensusays's full-sized avatar
Block or Report

Block or report chensusays

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

Alt text

hello ๐Ÿ‘‹ my name is Chen and this is what i'm saying

interface Coder {
    name: string
    pronouns?: string
    yearsOfExp: number
    languages: string[]
    frameworks: string[]
    interests: string[]
    hasALife: () => boolean
    currentlyLearning: () => string
    openToOffers: () => string
}

let chensu: Coder  = {
    name: "Chen",
    pronouns: "he/him",
    yearsOfExp: 6,
    languages: ["Typescript", "Javascript", "Python", "Java", "Solidity"],
    frameworks: ["React", "Next", "Tailwind", "Node", "Django", "Spring"],
    interests: ["Snowboarding", "Ultimate Frisbee", "Bouldering", "Video Games", "Music", "Staring into distances"],
    hasALife: () => this.interests > 1,
    currentlyLearning: () => "I'm exploring web3 smart contracts and solidity ๐Ÿ“š",
    openToOffers: () => "โฌ…๏ธ checkout my ๐Ÿ”—s",
}

I'm a fullstack engineer with a passion for nice UI/UX. My work experience is language/framework agnostic since I wear many different hats and pick up things quickly. I enjoy learning new things so I've become a jack of all trades and I'm always eager to learn more.

My DMs are open. Feel free to send me a message!

Popular repositories Loading

  1. TweetViz TweetViz Public

    Python 1 1

  2. forum forum Public

    Messing around with Ruby on Rails

    Ruby

  3. theMix theMix Public

    Forked from kennethyang404/theMix

    theMix made for Steelhacks 2015

    JavaScript

  4. Mylan2015hackathon Mylan2015hackathon Public

    Forked from zoo1/Mylan2015hackathon

    Andriod Pill Transperency App

    Java

  5. AwesomePGH AwesomePGH Public

    CS1520 Web Applications: This web app will provide a platform for philanthropists and people with great ideas to connect.

    Python

  6. Commoodity Commoodity Public

    The Art of Making Arduino Wearables project

    Processing