React Global Instance of Axios with API Keys & Tokens

Overview This is a quick how-to for creating a single file to handle the API calls using Axios. The advantage of handling the API keys and tokens in one file, is code reusability and fewer points of failure. Maybe create a connection file for each API you work. In this example a file labeled axiosConn.js

Visual Studio 2019 – Error – Nuget Packages Are Missing – Solution

Error When cloning older copies of MVC or MVC Web API applications from GitHub you might run into a Nuget Packages are missing error. Applications that have Nuget packages installed in addition to what it came with as a new project may get this. The following is the build error that comes up when rebuilding