Hi, Iβm Adam
- :mortar_board: Recent computer science graduate from UNC - Chapel Hill
- :test_tube: Finishing up my research in cybersecurity and preparing to make the industry transition
- :ringed_planet: Looking forward to global net zero, Mars & the rest of space, and nuclear fusion
- :mailbox: Ask me about accessibility, cybersecurity, web, full stack, or literally anything!
Languages I have used
Some of the technologies I have worked with
Some of my favorite open source projects
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())
>>> ["π", "π£", "π₯", "π₯"];
βοΈ From AdamAlston