JAYANTH PODAPATI
Phone : 309-***-**** Email : ***********@*****.***
EDUCATION
University of Illinois at Chicago (UIC) Expected Graduation Date: May 2023 Bachelor of Science in Computer Science
Current GPA: 3.93
RELEVANT SKILLS
Programming: Java, C++, Python
Programming Software Tools: GitHub
Microsoft Office Suite: Access, Excel, Outlook, Word Relevant Course Work
• Data Structures: Assimilated different data structures, how to use them and when to achieve best possible run time for a given program
• Software Design: Designing front end applications and connecting it to back end code PROJECTS
Street Maps in C++ using Open Street Maps service
• Implemented a graph class using matrix adjacency and Dijkstra's algorithm
• Linked Open Street Maps Service using File I/O to utilize the open-source code
• Experimented with different data structures to find the optimal design that can find the shortest path, calculate distance and also find a given geographical coordinates
Mega Millions Lottery in C++
• Constructed a hash map to traverse huge amounts of lottery ticket information
• Developed an algorithm to use the advantages of a hash map to find the lottery winner for a given date Bop-duino: A home-made Bop-It game utilizing an Arduino Uno
• Collaborated in a 3-member group virtually to implement an “at home bop-it game”
• Proposed a way to use wireless communication to record and send user information from the Arduino to the user’s twitter account handle
Baccarat Game using Java
• Programmed a classic Baccarat Card game where user can bet a certain amount on the “player” or “dealer” or “draw” all of which is run through the computer.
• Applied threading to create a server-client connection allowing for multiple games to be run at a single time and store the results into to a single server
• Designed a graphical user interface for both the client and server to interact with