Published: January 19 2023
This is a super quick post on how to create custom [Authorize] and [AllowAnonymous] attributes in .NET 7.0.
Published: January 18 2023
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: January 18 2023
Tutorial on how to build a .NET 7.0 API that supports Facebook Authentication.
Published: January 13 2023
In this tutorial we'll cover how to implement Facebook Authentication in Angular 14.
Published: January 06 2023
This is a super quick post to show how to add an event listener to multiple HTML elements in pure JavaScript.
Published: January 04 2023
This is a quick post to show how easy it is to implement modal popups in pure HTML, CSS and JavaScript.
Published: January 03 2023
This tutorial shows how to implement a custom light-weight modal popup (dialog) in Angular 14.
Published: December 30 2022
This is a quick example of how to validate a date input field in Angular with Reactive Forms.
Published: December 27 2022
How to implement Basic HTTP Authentication with Angular 14 and Reactive Forms
Published: December 23 2022
A quick example of how to build a dynamic form with validation in Angular 14 using Reactive Forms. The example is a simple ticket ordering form with number of tickets, name and email fields.