Published:

Fix for GitHub Error - WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

I tried pushing some changes to a GitHub repo and got the error: WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
Published:

Postgres + Dapper - Create database if it doesn't exist on startup with C# and ASP.NET Core

How to auto create a database and tables in PostgreSQL with C#, ASP.NET Core and the Dapper ORM
Published:
Last updated:

.NET 7.0 + Dapper + PostgreSQL - CRUD API Tutorial in ASP.NET Core

How to build a .NET 7.0 CRUD API with Dapper and a PostgreSQL database.
Published:

Quick fix for Docker not starting on Windows with error "Docker Desktop stopped"

I tried to start Docker Desktop this morning on my Windows machine and was getting the error "Docker Desktop stopped" before the application automatically closed.
Published:

Redux Toolkit createAsyncThunk - Dispatch a Redux Action from an Async Thunk in React with RTK

How to dispatch a new Redux action inside an async thunk created with Redux Toolkit's createAsyncThunk.
Published:

.NET + VS Code + XUnit - Setup Unit Testing & Code Coverage in ASP.NET Core

Steps to configure automatic unit testing and code coverage report generation in ASP.NET Core with VS Code and XUnit
Published:
Last updated:

React 18 + Redux - User Registration and Login Example & Tutorial

Tutorial with example of how to implement user registration, login and CRUD functionality with React 18 and Redux.
Published:

React Router v6 - Catch All (Default) Redirect in React

A super quick post to show how to create a catch all (default) redirect to the home page in a React app using React Router v6.
Published:

Angular - Access Environment Variables

Quick example of how to create and access environment variables in Angular with an environment.ts file
Published:

React Router v6 - Listen to location (route) change without history.listen

How to detect route changes with React Router v6 to execute code on location change in a React app.
Supported by