How to build a full stack CRUD app with a .NET 7.0 API, PostgreSQL database and Angular front end.
How to connect to a MySQL database in Next.js using Sequelize and MySQL2
In this tutorial we'll go through an example of how to build a simple user registration, login and user management (CRUD) application with Next.js and MySQL.
How to detect route changes with Next.js Router to execute code on location change in a Next.js (React) client app.
How to build a full-featured boilerplate authentication system in Angular that includes email sign up, verification, authentication, role based authorization, forgot password, reset password, view & update my profile, and an admin section for managing all accounts.
How to connect to a MySQL database with C# in ASP.NET Core using Dapper and ADO.NET
Quick example of how to create and access environment variables in Next.js with a dotenv (.env) file
How to auto create a database and tables in MySQL with C#, ASP.NET Core and the Dapper ORM
How to build a .NET 7.0 CRUD API with Dapper and a MySQL database.
This is a quick post to show how to add authentication and error handling middleware to all API routes of a Next.js 13 application.