Gym Social Media App - Personal Project
- Collaborating on a two-person team to develop a social fitness app, using React for front-end development and AWS with Python for backend services.
- Designing and building the app through a full end-to-end software development cycle, including planning, development, testing, and deployment.
- Planning and implementing a custom AI feature using machine learning and API integration to enhance personalization and user engagement.
Multi-Threaded C Program - Academic Project
- Developed a multithreaded C program in a Unix environment using pthreads, which processes an input file containing an n x n grid to compute diagonal sums and generate a new summed grid.
- Enabled user-defined parameters including input file, output destination, sum size, and thread count; program creates the output file if it doesn’t exist and writes the results accordingly.
Personal Library Application - Academic Project
- Developed a personal library application using Java, and SceneBuilder within IntelliJ, enabling users to input book details and save them to a file with a single click; the program creates the file if it doesn’t exist and stores validated data in custom book objects.
- Implemented input validation and a scrollable GUI interface that allows users to easily view all added books, enhancing usability and organization of their personal collection.