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 them based on preference of closest distance or the most optimal route. The user can navigate directly or export destinations to Google Maps. The application used the Google Maps API to retrieve distance data and implemented the Haversine formula to determine the most optimal route.
Database design and implementation project using JavaScript, Python, and HTML. The project included a GUI allowing users to search and insert data into a banking database including banks, accounts, people, transactions, and loans. Multiple filters allowed users to view records by name, balance, status, and other attributes.
Weather application developed in Java with GUI and API integration. Users enter a location to retrieve weather data including temperature, wind speed, precipitation probability, and forecasts for the day and week. The application also displays the current time for the selected location.