Chris Barwicki
Developer and designer.
Detail-oriented, organized and meticulous developer. Enthusiastic team player ready to contribute to company success. Complex problem solver with analytical and driven mindset. Dedicated to achieving demanding development objectives according to tight schedules while producing impeccable code.
Portfolio
This application uses K-means Clustering, which is a type of machine learning algorithm, to recommend books for the user based on their previous reading history. The user signs up with their name and email address, which saves their information in a mongoDB database. Upon sign up, the user is asked to fill out a survey about their favorite books, which is used to fuel the machine learning algorithm which suggests which books the user should read next. The user is able to customize their profile with various themes as well as profile pictures.
This application is a college campus managment system. The user can add colleges as well as students, which are all stored in a Postgres database and displayed for the user to see. Then the user is free to edit any information about the students or colleges, such as their profile picture, the school's address, or the student's GPA and email address. The user is also free to delete any entry in the database they want.