A quick set of examples to show how to send HTTP PUT requests from Vue to a backend API using fetch()
A quick example of how to display a custom error message in Vue 3 with VeeValidate after a failed HTTP (AJAX) request.
A quick post to show how to redirect unauthenticated users to the login page in a Vue 3 app.
Quick example of how to create and access environment variables in Vue 3 with a dotenv (.env) file
Tutorial on how to build a simple login application with Vue 3 and Pinia that uses JWT authentication.
This is a quick example of how to implement a required checkbox field in Vue 3 with VeeValidate.
This is a quick example of how to setup form validation in Vue 3 using VeeValidate.
This post shows goes through the steps to connect a .NET 6 API to MySQL using Entity Framework Core, and automatically create/update the MySQL database from code using EF Core migrations.
This post shows goes through the steps to connect a .NET 6 API to SQL Server using Entity Framework Core, and automatically create/update the SQL Server database from code using EF Core migrations.
Tutorial on how to build a .NET 6.0 API that supports CRUD operations.