- π» SWE at Microsoft
- π§ͺ Currently working on some of my cool side projects
- π¬ Ask me about competitive coding, full-stack, web, or literally anything!
- π Pronouns: he/him/his
- π« You can reach me at
// Which came first: the chicken or the egg?
console.log(['π₯', 'π£', 'π₯', 'π'].sort())
>>> [ 'π', 'π£', 'π₯', 'π₯' ]