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
How to connect to a PostgreSQL database with C# in ASP.NET Core using Dapper and ADO.NET
I tried pushing some changes to a GitHub repo and got the error: WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
How to auto create a database and tables in PostgreSQL with C#, ASP.NET Core and the Dapper ORM