Skip to content
View Adishar93's full-sized avatar

Highlights

  • Pro

Block or report Adishar93

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
adishar93/README.md

Hi! I am Aditya Sharma

I’m a Master’s student at USC with a 4.0 GPA, graduating in May 2025. With over three years of experience in Software Engineering, I’ve optimized backend services at Exotel, saving $60,000 annually, and developed scalable APIs at Principal Financial Group.

In addition to my backend work, I’ve developed full-stack projects, such as a Stock Management Platform with a well-designed UI in Angular and dynamic features. I’m also proud of my AI-related achievements, including my Othello bot ranking 1st out of 216 in a competitive AI game, and winning two hackathons, one focused on LLMs

I’m a strong team player with excellent communication skills and a proven ability to thrive in fast-paced environments. Having worked at startups, I’m experienced in keeping stakeholders updated on project progress and setting clear expectations. I’m always eager to learn, adapt to new technologies, and contribute to the success of my team. Link to Resume

Work Experience

Medtronic

Software Development Engineer Co-op (January 2025 – Present)
  • Developing cross-platform mobile applications using Flutter, Android SDK (Java/Kotlin), and iOS (Swift), ensuring high standards of safety and reliability.
  • Built proof-of-concept (POC) applications demonstrating the feasibility of technologies, including Bluetooth and NFC-based device connectivity for secure data transfer and automation.

InternOptima

Software Developer (May 2024 – August 2024)
  • Designed and developed the API backend in Spring Boot and scraper backend in Python, deployed on AWS infrastructure, forming the foundation of InternOptima’s core product.
  • Formulated SQL database schema and API design for a job portal ensuring scalability, maintainability and simplicity.
  • Addressed challenges like bulk writes and data duplication by evaluating and implementing the most suitable solutions.
  • Introduced a JIRA board, defined code collaboration practices, and spearheaded documentation efforts, resulting in enhanced developer productivity.

Exotel

Software Development Engineer 2 (April 2023 – July 2023)
  • Developed and launched the "Hierarchy" feature for the Call Dashboard and Call Inbox, significantly improving customer data visualization and user experience.
  • Integrated Hierarchy functionality into a legacy customer-facing system by optimizing the Elastic Search Client Engine, enhancing data retrieval performance.
Software Development Engineer 1 (October 2021 – March 2023)
  • Delivered efficiency enhancements for a Node.js webhook worker service achieving a 95% reduction in operational costs, translating to substantial annual savings of $60,000 for the company.
  • Enhanced Call Dashboard experience by cutting API response time in a Go-based microservice by 20% with centralized caching.
  • Boosted Call Dashboard Go worker's performance by 30% via design refinement of separating Live and Historic Kafka workers which brought down latency for thousands of SAAS clients' critical live call monitoring of call center agents.
  • Optimized MongoDB driver configurations to significantly improve DB write latency for many dependent microservices.
  • Architected and implemented a high-performance, event-driven Go microservice for webhook processing, optimizing resource utilization and inter-service communication using Go goroutines and gRPC.
  • Led and initiated the implementation of an automated weekly on-call staff assignment Jenkins cron job written in Go, effectively reducing the manual workload for team members.
  • Migrated Node.js service from AWS EC2 to AWS EKS (Kubernetes) and simplified local setup with Docker, resulting in an annual saving of 480 hours in deployment and setup time.

Principal Financial Group

Software Developer (November 2020 – October 2021)
  • Shipped a scalable API Backend implementation of an administrative web application utilizing Java 8, Spring MVC, Hibernate, and Oracle SQL.
  • Devised a method to automate date correction using ETL for the Master Data Management team.
  • Conducted research and successfully migrated two Java services from legacy authentication methods to contemporary solutions.
  • Implemented new features and fixed bugs for department owned Java services and resolved SQL data issues.
  • Migrated two Java services from a legacy secret storing system to HashiCorp Vault.

Projects

Artificial Intelligence

  • NeoMorpheus A project that enables Personalized Cybersecurity Learning for all levels (RAG, LLM Chaining, Image Generation).
  • ArtWave A DAIN service that suggests music based on provided artwork using the power of LLMs, Vector DB and Deep Learning.
  • Ask RAG A RAG-powered Q&A bot for querying large PDFs and YouTube videos, with smart content retrieval and precise answers.
  • Othello AI AI Agent for 12x12 Othello board game.
  • Call Logs QnA An LLM based Call Logs QnA chatbot.

Software Engineering

Reach me at:

Pinned Loading

  1. AI-Agent-for-Othello-Game AI-Agent-for-Othello-Game Public

    Leading AI agent for 12x12 Othello, adept at strategic moves with future foresight. Clinched top rank out of 216 competitors in an AI course competition at University of Southern California.

    Java

  2. Ask-RAG Ask-RAG Public

    A QnA bot based on Retrieval-Augmented Generation (RAG), that lets you upload a large PDF or provide a youtube video link and answers any questions based on that. It lets you know if it cannot find…

    Python

  3. AR-Build-Guide-App AR-Build-Guide-App Public

    Android UI and data access implementation of the Augmented Reality Android Application, developed for Smart India Hackathon 2019.

    Java 2

  4. AIHealthcareAsistant AIHealthcareAsistant Public

    The project aims to reduce errors during prescription of drugs especially that could happen due to communication barriers or human erros and also provides accessibility to people from different com…

    Java

  5. StockMate StockMate Public

    This project is a stock management platform where users can search for stocks, mark favorites, and perform buying and selling transactions based on their available balance.

  6. MazeSolverVisualizer MazeSolverVisualizer Public

    This Java program demonstrates a real-time maze-solving algorithm using Iterative Deepening Depth First Search (IDDFS). The maze is randomly generated and the solving process is visualized dynamica…

    Java