Hello! My name is Bernard Sobierajski. I am a student at Oakland University studying Computer Science. My programming skills consist of Python, Java, HTML, CSS, SQL, and C. My first time trying out coding was in middle school, and since then I only wanted to learn more. I pursued AP coding classes in high school and later chose Computer Science as my major in college. Outside of school, my favorite hobbies consist of gaming, cars, listening to music, and traveling to new places!
UPS Driver Assistant Application using TypeScript that allows a user to add delivery addresses into a list and sorts it based on preference of closest distance or the most optimal route. The user can use the app to navigate to their destinations or send the destinations into Google Maps and follow the navigation route. The application connected to Google Maps API to receive distance of destinations and was sorted using haversine formula to determine the most optimal route for the driver. Partial addresses were used for locations that could not be accessible on the driver’s route.
Database design & implementation project using JavaScript, Python, and HTML that involved a GUI where the user can search and insert data into a bank database including banks, accounts, people, transactions, and loans. Screens had different filters the user could use to view the data, such as filter by name, balance, status, and others.
Weather application Sophomore Project using Java that included GUI and API implementation which input a user’s desired location for weather data, and output weather data among different screens of the application. Data consisted of weather forecast for the day/week, storm/rain chances, wind speed, and temperature. It also provided the date location's current time for the user.