Waltham, Massachusetts, United States
Spent my first year designing and coding tools and applications to automate devops and testing tasks. During my second year I worked on the frontend team using React and Typescript.
Projects:
• Uptycs Live Demo: A web app that generates events on stacks so there is data to show prospective customers during demos. I created the frontend using React and Typescript. I also implemented sessions using Redis and cookies, and Google Auth integration on the backend, as well as a small Express app to allow web SSH sessions.
• Load Test Runner: A web app that automates the process of running load tests in the lab. Allows users to save load test settings, view ongoing tests, and see availability of stacks. Uses Django, JQuery, Vue, Celery and PostgreSQL
• Patching Logstash Vulnerabilities: I had to update our Logstash containers to patch some vulnerable libraries. This involved building Logstash and one of its extensions from source code in an Alpine container, which was quite a challenge since I hadn't worked with Gradle or Ruby before.
• Continuous Test Runner: A python app that runs longevity tests on osquery deployed on a kubernetes cluster by generating events in pods of various operating systems. Uses kubectl, Docker, Python and Bash Scripting.