Balraj Singhbalrajsingh.hashnode.dev·Oct 25, 2024Spotify on Terraform: A DevOps Journey!In this blog, we will use Terraform to construct many Spotify playlists. Terraform will automatically create and maintain these playlists. Prerequisites Before getting started on this project, you need to be familiar with the following tools and acc...Discuss·51 readsTerraform
Mike Odnisblog.mikeodnis.dev·Sep 26, 2024Beyond Static: Creating a Dynamic Developer Portfolio with Next.js and Modern Web TechIntroduction In today’s digital age, personal branding is crucial for developers looking to stand out in a competitive job market. A personal website that showcases your technical skills, personality, and accomplishments can open doors to new opportu...Discuss·93 readsShadn
Dusan Trickovictnayapper.hashnode.dev·Sep 3, 2024Let's Try Blogging (and Start With a Bang)Saying My Hellos (And Setting the Mood) HELLO HELLO HELLO HELLO IT'S SO NICE TO SEE YOU HERE! I suppose some introductions are in order. I am a junior developer with 2ish years of development experience in a commercial setting (a/n: yes, you can and...Discuss·1 like·31 readsWeb Development
Ryan Murzynorian3737.hashnode.dev·Aug 21, 2024My Journey Building an App with OAuth2.0 and Spotify: Lessons LearnedAs a recent graduate from a Software Engineering Bootcamp, I had the opportunity to work on a final project that pushed my skills and knowledge to the limit. The aim of this project was to create an application that connected with Spotify through OAu...DiscussSpotify API
Maulana Akbar Dwijayamaulcenter.hashnode.dev·Jul 28, 2024Building an AI-Powered Mood Music MatcherIntroduction The idea for Mood Music Matcher arose from my personal experience of searching for the perfect song to match my mood. I wanted to develop a tool that not only understands emotions but also curates' music to support mental well-being. Sol...Discuss·20 likes·57 readsAIForTomorrow
Dayeonyeonnan.hashnode.dev·May 29, 2024access token cache 구상1. token을 cache에 저장하는 방법과, 2.파이썬 안에 있는 내장함수 fucntools.lru_cache() - 함수의 결과 캐싱 를 사용하는 두가지 방법이 있다. 그 중에 사용해보지 않은 cache 기능을 사용해보기로 했다. 지금까지 spotify api에서 access token을 받아오면 1시간의 유효시간이 있고, db에 저장하는 것이 아닌 실시간으로 token을 받아오는 형태여서 요청이 계속 들어올 때마다 불필요하게 많은 네트...Discuss·10 likesprojectapi
Oluwaseyi Ogunjinmiflutterforstudents.hashnode.dev·Apr 11, 2023Using dart to fetch your top tracks from Spotify Web APIA while ago I was going through a C# code a wrote which was a code to fetch top tracks from a particular artist (ASAKE) Nigerian artist of course ☺️ Still haven't finished that hopefully I do complete it anytime soon. Then I saw a javascript method u...Discuss·4 likes·494 readsSpotify API
Toyosi Odukalereine.hashnode.dev·Apr 3, 2023How To Connect Your React (ViteJS) App to Spotify's APIIntroduction A major problem for me since I started learning and building web apps with react last year was the development speed, especially on a 3 year old windows pc like mine. While searching for a temporary fix, I found vite (pronounced vit). No...Discuss·13 likes·1.2K readsvite
Manasa Mandalreddymanasamandalreddy.hashnode.dev·Dec 24, 2022How to easily write API endpoints to the Spotify Web API serverIf you are facing difficulty while constructing unique paths to fetch data from API endpoints of the Spotify Web API server, then this blog is for you. Here, we use the Spotify API console to easily construct paths to make requests and fetch data. Pr...Discuss·49 readsSpotify API