jamaveinJavaScript in Plain EnglishHow to Include Spotify Authorization in Your React AppSo, you want data from Spotify, be it data from a specific user or a Spotify procured playlist. Before you can do any of that, you have to…Aug 2, 20211Aug 2, 20211
jamaveCORSSo, let’s just dive into CORS. CORS is an acronym for Cross-Origin Resource Sharing. It’s a mechanism that allows one website on one URL to…Jul 13, 2021Jul 13, 2021
jamaveIntro to MVCSo, what is MVC? MVC is an acronym for Model-View-Controller. It’s an architectural pattern that separates an application into three main…Jun 23, 2021Jun 23, 2021
jamaveUsing React/public APIs to make a simple front end appHello! I’d like to show how easy it is to make a simple react app with a public external API and show my thought process throughout.Jun 1, 2021Jun 1, 2021