Published: February 10 2023

C# + .NET 7.0 - Serialize (Convert) Enum to String in API Response

How to convert enum properties to strings in ASP.NET Core API responses.
Published: February 10 2023

.NET 7.0 + Dapper - Create Database Tables on Startup in ASP.NET Core

How to auto create database tables on startup in ASP.NET Core with Dapper
Published: February 09 2023
Last updated: March 27 2023

Getting the Bootstrap 5 Modal and Angular 15 to play nicely together

How to open and close (show/hide) Bootstrap Modal popups with Angular 15.
Published: February 09 2023

Axios - HTTP PATCH Request Examples

A quick set of examples to show how to send HTTP PATCH requests to an API using axios
Published: February 09 2023

Axios - Add Bearer Token Authorization Header to HTTP Request

A quick example of how to add a Bearer Token Authorization Header to an HTTP request in JavaScript using Axios
Published: February 08 2023

React 18 Authentication with Node.js JWT API

How to implement authentication with a React 18 front-end app and Node.js back-end API
Published: February 08 2023

React 18 Authentication with .NET 6.0 (ASP.NET Core) JWT API

How to implement authentication with a React 18 front-end app and .NET 6.0 (ASP.NET Core) back-end API
Published: February 08 2023

Vue 3 - HTTP PATCH Request Examples

A quick set of examples to show how to send HTTP PATCH requests from Vue 3 to an API using the Fetch API
Published: February 07 2023

React Hook Form 7 - Date Validation Example in React

This is a quick example of how to validate a date input field in React with React Hook Form.
Published: February 07 2023

React Hook Form 7 - Email Validation Example

This is a quick example of how to validate an email input field in React with React Hook Form.
Supported by