Posts for July 2020

Published: July 31 2020

Blazor WebAssembly - Form Validation Example

This is a quick example of how to setup form validation in ASP.NET Core Blazor WebAssembly. The example is a simple registration form with pretty standard fields for title, first name, last name, date of birth, email, password, confirm password and an accept terms and conditions checkbox.
Published: July 30 2020

ASP.NET Core Blazor WebAssembly - Communication Between Components

This is a quick tutorial to show how you can send messages between components in a Blazor WebAssembly (WASM) application.
Published: July 25 2020

Angular 10 - JWT Authentication with Refresh Tokens

An example of how to implement JWT authentication with refresh tokens in Angular 10.
Published: July 23 2020

Vue + Axios - HTTP POST Request Examples

A quick set of examples to show how to send HTTP POST requests from Vue.js to a backend API using axios
Published: July 23 2020

Vue + Axios - HTTP GET Request Examples

A quick set of examples to show how to send HTTP GET requests from Vue.js to a backend API using axios
Published: July 22 2020

Node.js + Express API - Request Schema Validation with Joi

This is a quick example of how to validate HTTP request data using the joi schema validation library in a Node.js + Express API.
Published: July 21 2020

ASP.NET Core 3.1 - Create and Validate JWT Tokens + Use Custom JWT Middleware

This is a quick example of how to create and validate JWT tokens in ASP.NET Core 3.1. We also cover how to implement custom JWT authentication with custom JWT middleware and a custom authorize attribute.
Published: July 20 2020

Node.js - Send Emails via SMTP with Nodemailer

This is a quick example of how to send an email in Node.js using the nodemailer email sending module.
Published: July 20 2020

Node.js - Hash and Verify Passwords with Bcrypt

This is a quick example of how to hash and verify passwords in Node.js using the bcryptjs password hashing library which is a pure JavaScript implementation of the bcrypt password hashing function.
Published: July 18 2020

Angular 10 - User Registration and Login Example & Tutorial

Tutorial with example of how to implement user registration, login and CRUD functionality with Angular 10. Includes boilerplate app and videos on how to deploy to AWS and Azure.
Published: July 18 2020

Angular 10 - Fake Backend Example for Backendless Development

An example of backendless development with Angular 10 using an HTTP Interceptor, includes "pass through" to real backend for unmocked URLs.
Published: July 17 2020

React + Axios - HTTP POST Request Examples

A quick set of examples to show how to send HTTP POST requests from React to a backend API using axios
Published: July 17 2020

React + Axios - HTTP GET Request Examples

A quick set of examples to show how to send HTTP GET requests from React to a backend API using axios
Published: July 16 2020

ASP.NET Core 3.1 - Hash and Verify Passwords with BCrypt

A quick example of how to hash and verify passwords ASP.NET Core 3.1 using the BCrypt.Net-Next password hashing library which is a C# implementation of the bcrypt password hashing function.
Published: July 16 2020

Angular 10 - Alert Notifications Example

A simple tutorial & example on how to setup alert / toaster notification messages in Angular 10 with Bootstrap
Published: July 15 2020
Last updated: October 17 2020

ASP.NET Core 3.1 - Send Emails via SMTP with MailKit

This is a quick example of how to send an email in ASP.NET Core 3.1 using the MailKit email client library.
Published: July 12 2020

Angular + Reactive Forms - Required Checkbox Example

This is a quick example of how to implement a required checkbox field in Angular with Reactive Forms.
Published: July 09 2020

Angular 10 - JWT Authentication Example & Tutorial

A Custom JWT Authentication Example built with Angular 10
Published: July 07 2020

Angular 10 - Reactive Forms Validation Example

How to implement validation in Angular 10 using Reactive Forms. Includes an example registration form that validates on submit, a custom validator for matching password & confirm password fields, date validation and a required checkbox.
Published: July 06 2020
Last updated: May 10 2021

ASP.NET Core 3.1 - Boilerplate API with Email Sign Up, Verification, Authentication & Forgot Password

How to build a boilerplate authentication API with ASP.NET Core 3.1 that includes email sign up & verification, authentication & role based authorization, forgot password & reset password functionality, account management (CRUD) routes with role based access control, and Swagger documentation.
Published: July 06 2020

Angular 9 - Fake Backend Example for Backendless Development

An example of backendless development with Angular 9 using an HTTP Interceptor, includes "pass through" to real backend for unmocked URLs.
Published: July 06 2020

Angular 10 - Communicating Between Components with Observable & Subject

How to communicate between components in Angular 10 using the RxJS Observable and Subject classes
Supported by