Posts for August 2020

Published: August 29 2020

Angular 10 Boilerplate - Email Sign Up with Verification, Authentication & Forgot Password

How to build a boilerplate authentication system in Angular including email sign up & verification, authentication & role based authorization, forgot password & reset password functionality, view & update my profile section, and admin only section for managing all accounts.
Published: August 18 2020

Node.js + MySQL - Simple API for Authentication, Registration and User Management

Simple Node.js + MySQL API that supports User Registration, Login and User Management. Uses Sequelize ORM and includes example client apps built with React, Angular & Vue.
Published: August 13 2020

Blazor WebAssembly - JWT Authentication Example & Tutorial

A Custom JWT Authentication Example built with ASP.NET Core Blazor WebAssembly.
Published: August 11 2020

RxJS - Auto Unsubscribe from Observable after first value

A quick post to show how you can automatically unsubscribe from an RxJS observable after the first value is emitted and the subscription is executed once.
Published: August 09 2020

Blazor WebAssembly - Get Query String Parameters with Navigation Manager

This is a quick post to show how you can add a couple of simple extension methods to the NavigationManager class in your Blazor WebAssembly app for accessing query string parameters in the URL.
Supported by