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!