This Project was made in a 2 week sprint at the end of my Coding bootcamp. We wanted to make a service for the berlin clubbing scene, where clubgoers could enter there taste in music and recieve a personally tailored list of events and clubs that were a good match. I was the project lead, and therefore in charge of the SCRUM, setting up the database, deploying, and handling errors. Aside from that most of my focus coding was in the Backend. For deploying we used Heroku. For the Database we used PostgreSQL and Redis. To run certain tasks in the background we implemented Sidekiq. Otherwise this project required us to use a message service API, and we found Appworkx to be the best fit.
Find the code on Github
This App was a a precurser to the Clubster.io app, where we just practiced coding with an MVC structure and working as a team. We were meant to make an app using AirBnB as an example. We went quite literal and managed to get quite a lot of functionality built in to our app in just one week!
Find the code on Github
This Project was a solo project to learn the ins and outs of the rails environment. I learned a lot about front end technology and this app really helped wrap my head around the http request cycle. This app is just a fun little cocktail library! Give an ingredient and an amount and save all your favorite recipes!
Find the code on Github