sunnybangale
I am a Software Engineer and an MS in Computer Science graduate from UT Dallas | Full Stack Development, Data Engineering, Internet of Things, Machine Learning
OracleSunnyvale, CA
Pinned Repositories
Artificial-Intelligence
All projects related to AI
bangale-microservice
bangale-microservices
Exercise as part of internal training
Battleship-Game
The game is developed in HTML5, CSS and Java Script
coding-interview-university
A complete computer science study plan to become a software engineer.
Coursera-KotlinForJavaDevelopers
The Kotlin programming language is a modern language that gives you more power for your everyday tasks. Kotlin is: Concise, Safe, Pragmatic and Focused on interoperability with Java code. It can be used almost everywhere Java is used today: for server-side development, Android apps, and much more. Kotlin is 100% compatible with all existing Java frameworks, and has good tooling support. It’s a pragmatic language with a very low learning curve, and can be quickly grasped by Java developers. Kotlin code might be compiled not only to JVM byte code but to JavaScript and Native code as well, but this course is focused on Kotlin/JVM. This code base involves all the programming assignments for the course. It was spread over a duration 5 weeks and specific deadlines for the tasks for every week.
CustomBigIntergerImplmenation
Depth-first-search-DFS
Enumeration_Graph
GithubPages
sunnybangale's Repositories
sunnybangale/Artificial-Intelligence
All projects related to AI
sunnybangale/bangale-microservice
sunnybangale/bangale-microservices
Exercise as part of internal training
sunnybangale/Battleship-Game
The game is developed in HTML5, CSS and Java Script
sunnybangale/coding-interview-university
A complete computer science study plan to become a software engineer.
sunnybangale/Coursera-KotlinForJavaDevelopers
The Kotlin programming language is a modern language that gives you more power for your everyday tasks. Kotlin is: Concise, Safe, Pragmatic and Focused on interoperability with Java code. It can be used almost everywhere Java is used today: for server-side development, Android apps, and much more. Kotlin is 100% compatible with all existing Java frameworks, and has good tooling support. It’s a pragmatic language with a very low learning curve, and can be quickly grasped by Java developers. Kotlin code might be compiled not only to JVM byte code but to JavaScript and Native code as well, but this course is focused on Kotlin/JVM. This code base involves all the programming assignments for the course. It was spread over a duration 5 weeks and specific deadlines for the tasks for every week.
sunnybangale/CustomBigIntergerImplmenation
sunnybangale/Depth-first-search-DFS
sunnybangale/Enumeration_Graph
sunnybangale/GithubPages
sunnybangale/Machine-Learning
sunnybangale/ProductHistoryTracker-microservice
sunnybangale/Project-Files
sunnybangale/Robinhood-Hashing-Technique
sunnybangale/SkipList
A skip list is a data structure that allows fast search within an ordered sequence of elements. Fast search is made possible by maintaining a linked hierarchy of subsequences, with each successive subsequence skipping over fewer elements than the previous one.
sunnybangale/Sorting-Algorithm-Comparison