Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 3.96 KB

File metadata and controls

60 lines (47 loc) · 3.96 KB

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, full-stack, web, or literally anything!
  • 📫 You can reach me with the links below

Telegram Gmail LinkedIn adamalston.com

Languages I use

C C++ Clojure HTML5 Java JavaScript Python TypeScript SQL

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 solved the world's oldest question with a single line of JavaScript
// Which came first: the chicken or the egg?
console.log(['🥚', '🐣', '🐥', '🐔'].sort())

>>> [ '🐔', '🐣', '🐥', '🥚' ]

⭐️ From AdamAlston