Steps to publish a new project to a GitHub repo with the Git CLI
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 MongoDB.
How to trigger form validation on submit with Template-Driven Forms in Angular.
How to trigger form validation on submit with Reactive Forms in Angular.
How to perform CRUD operations on a PostgreSQL database in C# with a Dapper Repository
Custom JWT authentication without Identity in ASP.NET Core and C#. Includes example client apps built with Angular, React, Vue & Blazor.
I updated a Node.js project this morning to use the latest version of Mongoose (7.0.3) to connect to MongoDB and received the following error on startup.
How to connect from Next.js to MongoDB using Mongoose, and automatically create/update the Mongo database from code.
A quick post on how to redirect with React Router v6 using the Navigate component and useNavigate hook.
A quick example of how to add a Bearer Token Authorization Header to an HTTP request in Angular with the HttpClient