/adamalston

:red_circle::orange_circle::yellow_circle::green_circle::large_blue_circle::purple_circle: Don't just fork, star it!๐Ÿ‘€

Header

Hi, I'm Adam

  • ๐ŸŽ“ Recent computer science graduate from UNC - Chapel Hill
  • ๐Ÿงช Finishing up my research in cybersecurity and preparing to make the industry transition
  • ๐Ÿช Looking forward to global net zero, Mars & the rest of space, and nuclear fusion
  • ๐Ÿ“ซ Ask me about accessibility, cybersecurity, web, full stack, or literally anything!

Telegram Gmail LinkedIn adamalston.com

Languages I have used

C C++ Clojure HTML5 Java JavaScript Python TypeScript SQL Swift

Some of the technologies I have worked with

Git GitHub Jira jQuery Linux Node.js React Java Spring TCP/IP XCode

Some of my favorite open source projects

Bitwarden Dark Reader uBlock Origin MEGA Visual Studio Code Tor

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())

>>> ["๐Ÿ”", "๐Ÿฃ", "๐Ÿฅ", "๐Ÿฅš"];