Andrew Kim is a full stack developer and a recent Dev BootCamp graduate. He made the transition from dentistry when he decided to choose a career that he is truly passionate about.
Andrew was born in Flushing, New York but was raised in South Korea until college. He graduated from Syracuse University with a major in biology and he obtained his masters in Biomedical Sciences from the University of Medicine and Dentistry in NJ.
Some of his hobbies are coding, snowboarding, and playing basketball. Most importantly, he collects Jordan shoes and loves to share the most unique ones with his friends. He is not only athletic but surprisingly very sensitive - he is a musical prodigy in piano.
WalkAbout is a mobile tour guide iOS application with narrated audio content that triggers at specified locations. Built in React Native.
Survey Code Monkey Gorilla is a simple survey style SurveyMonkey clone built on Sinatra as a learning exercise
Version control will let you save your changed data points when working in group projects of coding. It is sort of like checkpoints when you're playing games. It will let you go back where you want if you mess up the current versions. Also, Read More..
Arrays and hashes are both collections used to store and retrieve data. They both hold objects such as integers, floats, booleans, and strings. There are many differeces between the two. As you might have already noticed, Read More..
Ruby is an object-oriented programming language. It is based on concept of ‘object’ which are data structure containing data in the form of methods. Ruby lets us allows to add methods to an already loaded class or create our own classes where we can create custom-made methods with endless possibilities. Read More..