Skip to content
View adityabandal's full-sized avatar
🎯
The more I learn, the less I realize I know.
🎯
The more I learn, the less I realize I know.

Highlights

  • Pro

Block or report adityabandal

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.

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

Hi! πŸ‘‹ I am Aditya Bandal

☁ Software Development Engineer Intern at AWS. May'2024 - Jul'2024
🏦 Software Development Engineer at Amazon. Oct'2021 - Dec'2023
🏦 Software Engineer Intern at Fidelity Investments. May'2020 - Jul'2020

πŸ“– Master's in Computer Science at the University of Illinois Urbana-Champaign.
☁ Summer Intern at IIT Bombay. May'2019 - Jul'2019
πŸ“– Bachelor of Technology in Computer Science and Engineering at Visvesvaraya National Institute of Technology, Nagpur. Jul'2017 - May'2021

Skills

Languages and Frameworks I have worked on
Technology Details
Languages Java, C++, Python3, JavaScript, TypeScript, C, Bash, SQL
Technologies/Frameworks Spring, JUnit, Mockito, React, Node, Git, Android(SDK)
Cloud Technologies Docker, Kubernetes, AWS, GCP
Databases MySQL, DynamoDB, MongoDB

🌱 I’m currently learning courses focused on Systems, ML and Cloud at UIUC.
πŸ‘― I’m looking to collaborate on Software Development, Cloud (AWS) and Systems projects
πŸ“« How to reach me: Email: abandal2@illinois.edu Phone: +1 217-721-2960
⚑ Fun fact: I love to play ping pong and cricket.


Aditya's Github Stats

Pinned Loading

  1. Sef-Driving-Cars Sef-Driving-Cars Public

    JavaScript

  2. CYK-algorithm-with-all-possible-parse-trees CYK-algorithm-with-all-possible-parse-trees Public

    C++ code to implement CYK algorithm with given Context Free Grammar in Chomsky Normal Form and input string. This code also prints all possible parse trees for the input string even if the grammar …

    C++ 4 1

  3. Deterministic-Finite-Automata Deterministic-Finite-Automata Public

    C++ code which takes a DFA and a string as a input and determines if the given DFA accepts the string or not.

    C++

  4. Custom-Shell-in-Ubuntu Custom-Shell-in-Ubuntu Public

    C program which runs customised command prompt

    C 1

  5. Basic-Calculator-LEX-YACC Basic-Calculator-LEX-YACC Public

    Basic calculator compiler using Lex and Yacc

    C

  6. Travelling-Salesman-Problem Travelling-Salesman-Problem Public

    Solution for TSP using A star and genetic algorithm.

    C++