Published:
Last updated:

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:

Axios - HTTP PATCH Request Examples

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

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:

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:

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:

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:

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:

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.
Published:

Vue 3 - HTTP PUT Request Examples

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

JWT with Refresh Tokens vs JWT Access Tokens Alone for Auth

A brief explanation of the differences between using JWT alone vs JWT with Refresh Tokens, and links to a few tutorials on how to implement each approach.
Supported by