Published:

.NET 7.0 Auth - Sign & Validate JWT Without Core Identity

This is a quick post to show how easy it is to sign and validate JWT auth tokens in .NET 7.0 without using the built-in Core Identity membership system.
Published:

.NET 7.0 - Create Custom AuthorizeAttribute and AllowAnonymous Attribute

This is a super quick post on how to create custom [Authorize] and [AllowAnonymous] attributes in .NET 7.0.
Published:

.NET + Entity Framework - Fix for Non-nullable property '...' must contain a non-null value in EF DbContext

How to fix the nullable reference warning in Entity Framework DbContext and DbSet: Non-nullable property '...' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Published:

.NET 7.0 - Facebook Authentication API Tutorial with Example

Tutorial on how to build a .NET 7.0 API that supports Facebook Authentication.
Published:

Angular 14 - Facebook Authentication Tutorial with Example

In this tutorial we'll cover how to implement Facebook Authentication in Angular 14.
Published:

JavaScript - Add Event Listener to Multiple Elements in Vanilla JS

This is a super quick post to show how to add an event listener to multiple HTML elements in pure JavaScript.
Published:

Vanilla JS + CSS - Modal Popup (Dialog) Tutorial with Example

This is a quick post to show how easy it is to implement modal popups in pure HTML, CSS and JavaScript.
Published:

Angular 14 - Modal Popup (Dialog) Tutorial with Example

This tutorial shows how to implement a custom light-weight modal popup (dialog) in Angular 14.
Published:

Angular + Reactive Forms - Date Validation Example

This is a quick example of how to validate a date input field in Angular with Reactive Forms.
Published:

Angular 14 - Basic Authentication Tutorial with Example

How to implement Basic HTTP Authentication with Angular 14 and Reactive Forms
Supported by