MySQL not starting issue resolution

I recently ran into an issue where my MySQL Database instance would fail to start when I went to start it from the XAMPP Application Manager. There weren’t any errors in the application log so I wasn’t able to troubleshoot from there. What’s this fix? Open up your Terminal and type $sudo killall mysqldb. Terminal […]

Continue reading


JSON Error When Creating a React App with the .NET Core CLI

I recently encountered a bug while spinning up a new .NET Core React app so I figured I would share my solution to the problem. This issue occurs when navigating to the Fetch Data controller after creating a new .NET Core React app using cli command dotnet new react.       Even though the network […]

Continue reading