- ๐ญ Iโm currently working on a few ideas I had.
- ๐ฑ Iโm currently learning Kafka and studying to become a Confluent Certified Developer.
- ๐ฏ Iโm looking to collaborate on projects that make life easier and shape the world.
- ๐ค Iโm looking for help with AWS.
- ๐ฌ Ask me about whatever you want.
- ๐ซ How to reach me: Leave me a comment on my web.
- ๐ Pronouns: he/him.
- โก Fun fact: I once answered the world's oldest question with a single line of JavaScript:
// Which came first: the chicken or the egg?
console.log(['๐ฅ','๐'].sort()[0] + ' was first!')
>>> ๐ was first!