Tutorial on how to implement user registration, login and CRUD functionality with Vue 3 and Pinia. Includes live demo and example back-end APIs built with Node.js and .NET.
Simple Node.js + MS SQL Server API that supports User Registration, Login and User Management. Includes example front end apps in React, Angular and Vue.
A quick post to show how to automatically create and update (sync) a SQL Server database on app startup using Sequelize and Tedious
Tutorial on how to build a simple login application with Vue 3 and Pinia that uses Basic HTTP authentication.
How to connect from Node.js to MySQL using Sequelize & MySQL2, and automatically create/update the MySQL database from code.
How to display a loading spinner in Vue 3 with VeeValidate when a form has been submitted and an HTTP (AJAX) request has been sent to the API.
This is a quick example of how to implement a private route component with React Router 6. The private route component is used to protect selected pages in a React app from unauthenticated users.
This post shows goes through the steps to connect a .NET 6 API to PostgreSQL using Entity Framework Core, and automatically create/update the PostgreSQL database from code using EF Core migrations.
Quick example of how to create and access environment variables in React with a dotenv (.env) file
How to send an HTTP POST request to an API in Redux using an async action created with the Redux Toolkit's createAsyncThunk() function