Published: February 07 2023
A quick set of examples to show how to send HTTP PUT requests from Vue 3 to an API using the Fetch API
Published: February 06 2023
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.
Published: February 06 2023
This is a quick example of how to validate a date input field in Angular with Template-Driven Forms.
Published: February 06 2023
This is a quick example of how to format a date as mm/dd/yyyy or dd/mm/yyyy using the Angular date pipe.
Published: February 03 2023
How to implement authentication with an Angular front-end app and Node.js back-end API
Published: February 03 2023
How to implement authentication with an Angular front-end app and .NET 6.0 (ASP.NET Core) back-end API
Published: February 03 2023
How to implement authentication with a Vue 3 front-end app and Node.js back-end API
Published: February 03 2023
How to implement authentication with a Vue 3 front-end app and .NET 6.0 (ASP.NET Core) back-end API
Published: February 02 2023
A super quick post to show how to create a catch all redirect (default route) to the home page in a Vue 3 app with Vue Router.
Published: February 02 2023
A super quick post to show how to configure a path alias to map the at symbol (@) to the src folder in Vue 3 with Vite.