Projects
Kagubird
Kagubird is an innovative itinerary sharing application I developed to streamline the planning of my birthday celebrations with friends. This project was driven by my keen interest in exploring server-side development using GoLang
Throughout the development process, I focused extensively on the backend architecture, relishing the opportunity to design and implement a robust data model. This involved meticulous planning of the data structures and their interrelations, ensuring optimal performance and scalability. My experience with Kagubird not only enhanced my skills in GoLang but also deepened my understanding of web application frameworks and the intricacies of server-client interactions.
Stack: React | TypeScript | Tailwind | Go | Postgres
Links
- Kagubird.com(Not quite ready to accept real users so use test@example.com and password to view the dashboard)
- Front end repo
- Api
The Lighthouse and the Whaler Song Match
The Lighthouse and the Whaler Song Match is an engaging application designed to connect with fans through interactive music discovery. Built with React for the frontend and Node.js for the backend, this app leverages the Spotify JavaScript SDK to access rich song data directly from Spotify.
In this application, users can interact with intuitive sliders and parameters to search for songs. The system evaluates their inputs against a comprehensive dataset to find matches based on a sophisticated scoring algorithm implemented in the API. This tool not only enhances user engagement but also offers a personalized music exploration experience, allowing fans to discover tracks that align closely with their preferences.
Stack: React | TypeScript | Node.js | Spotify JavaScript SDK | Next.js and Vercel