
About Uisge
Uisge, inspired by Untappd, is a social media application that allows users to publicly share their experiences, ratings, and thoughts about Scotch-whiskey known in Scottish Gaelic as uisge-beatha translating to Water of life.
What's special?
- Uisge is a single-page app using a Rails RESTful implement for a more efficient CRUD interaction for users.
- Using polymorphic associations and custom Rails queries I was able to decrease N + 1 queries to my database.
- I used image Storage on Cloud computing service AWS S3 to reduce server loads and increase app scalability.
- Using React and Redux allowed me to make an app that seamlessly transitions leading to a great UI
- I incorporated AJAX to get the Rails JSON API to feed data to my frontend and allow for a seamless and high performing UI
- There will be plenty more to come