Published:

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:

Blazor WebAssembly - JWT Authentication Example & Tutorial

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

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:

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.
Published:

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:

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:

Angular 10 - JWT Authentication with Refresh Tokens

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

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:

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:

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.
Supported by