Complex problem-solver with analytical and driven mindset. Dedicated to achieving demanding development objectives according to tight schedules while producing impeccable code.
AI Essay Grader Website, 06/2024
Developed a full-stack AI-powered essay grading application using React and Express.js. Implemented file handling in the React frontend, enabling users to upload or paste essays and rubrics in both text and PDF formats. Integrated Anthropic's Claude model API to automatically grade essays based on provided rubrics, ensuring accurate and constructive feedback.
COVID Vaccine Appointment Availability Bot, 04/2021
Developed a JavaScript-based bot that monitors CVS store appointment availability for the COVID vaccine. When detecting an open vaccine appointment, the bot instantly sends a text message with a direct booking link using Twilio's SMS API. Users configure their zip code and the bot automatically locates CVS store locations within a 30-mile radius. Checks the availability of the appointment at an interval until one is available to send to the user. Implemented error handling mechanisms to gracefully handle API rate limits, network failures, and other potential issues, ensuring the resilience and reliability of the bot.