Skip to content
View ariadiamond's full-sized avatar
🍍
🍍
  • New York City

Block or report ariadiamond

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ariadiamond/README.md
  • πŸ‘‹ Good morning! I’m Aria Diamond.
  • πŸ‘€ I’m most interested in front-end development, but I'm open to working with any part of the stack.
  • πŸ–₯ Currently working as a full stack engineer working primarily on web frontend with technologies like React and Sass.
  • ❗️ A PDF version of my resume is available here, and contains similar information to this README.

Work experience

  • 🎧 ListenFirst Media - Full Stack Software Engineer - March 2022 - Present
    • Developed new features according to product standards.
    • Investigated and fixed bugs in both front-end and back-end.
    • Continuous integration: restored outdated tests to a working state, and ran automated pull request builds on Jenkins and GitHub Actions.
    • Batch Upload Tags: allowed users to upload tags and their associated posts, which were then queryable in the platform.
    • Code clean up: Deleted tens of thousands of lines of dead code. This decreased the size of code bundles by over a megabyte, improving performance for clients.
    • Reactify Legacy Application: Currently migrating a single page application from Backbone.js and jQuery to React, including unifying state in a single store with pure renders, and improving readability of event handling to increase maintainability for future tweaks.

Projects

  • 🐐 Nan, an HTTP Server. Includes config files to build web pages from markdown and HTML files. Written in Golang with functional tests in python3.
  • πŸ“Š Data visualizations of wildfires in California. Uses D3.js to build various types of visualizations (including common ones like line charts and choropleth maps) with some interactivity.
  • πŸ” Cryptik. A secure messaging platform that provides end-to-end encryption using a client server model. The backend is written in Golang, with connection to a PostgreSQL server and dockerfiles to allow containerization of the backend. Data is encrypted with AES-256 GCM and verified with ed25519 signatures. The frontend is HTML and CSS for webpage visualization, and JavaScript for functionality.

Education

  • πŸ‘©β€πŸŽ“ Graduated Magna Cum Laude and highest honors in the major for computer science BS at UCSC, June 2021.
  • πŸ’œ Attended NYU Tandon School of Engineering for their Cybersecurity MS. Dropped out after Fall semester because the degree felt too practical and like skills I could easily learn in industry.

Pinned Loading

  1. Nan-http Nan-http Public

    aria goes overboard with her notes, so there's a server and webpages for notes for classes

    Go

  2. cs6903_project2 cs6903_project2 Public

    An end-to-end encrypted messaging platform for CS-GY 6903 at NYU

    JavaScript 1