How to Get a Spotify Refresh Token with Required ScopesThis guide explains how to obtain a new Spotify refresh token that includes the necessary scopes for accessing endpoints such as "currently playing" and "top tracks" using the Spotify API.
Handy Azure CLI Docker commands to deploy containersThis is a quick handy list of az-cli & docker commands to deploy docker containers to Azure.
Create and publish your own React component library with Storybook, TypeScript, and TailwindA guide on how to create your own custom React component library with Storybook, TypeScript, and Tailwind, and publish them to npm.
Why does React need keys?This article will show you what is the purpose if the “key” prop in React and some best practices around it.
How to merge a git repository into NxA guide on how to merge any existing app or library into a Nx monorepo.
JavaScript Promise and Async/AwaitA short visual guide on what a Promise is in JavaScript, and how to avoid call back hell.
How to type the setState function from the useState hookA deep dive into how to properly type a setState function from the useState hook.
Install and run python2 and python3 at the same time in one machineA guide on how to install and run both python2 and python3 at the same time without having conflicts.