Published: November 20 2022

Angular + Node.js - Connect an Angular App to a Node.js API

This is a quick post to show how to connect an Angular front-end app to a Node.js + Express 4 back-end API.
Published: November 18 2022
Last updated: December 16 2022

Angular 14 - Reactive Forms Validation Example

How to implement validation in Angular 14 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: November 18 2022

Angular + .NET - Connect an Angular App to a .NET API

This is a quick post to show how to connect an Angular front-end app to a .NET back-end API.
Published: November 17 2022

Angular 14 - Communicating Between Components with RxJS Observable & Subject

How to communicate between components in Angular 14 using the RxJS Observable and Subject classes
Published: November 15 2022

Angular 14 - JWT Authentication Example & Tutorial

A Custom JWT Authentication Example built with Angular 14
Published: November 10 2022

Angular - Fix for Argument of type 'string | null' is not assignable to parameter of type 'string'

Fix for Angular / TypeScript error when passing a possibly null value to a function that accepts a string
Published: November 09 2022

Angular CLI - Install or Update the latest version of Angular CLI

This is a super quick post to show how to install or update the latest version of Angular CLI globally on your machine.
Published: November 08 2022

Angular - HTTP Request Error Handling with the HttpClient

A quick tutorial on how to handle errors when sending HTTP requests from Angular to an API using the HTTP client service (HttpClient).
Published: September 05 2022

.NET 6.0 - Connect to SQLite Database with Entity Framework Core

This post shows goes through the steps to connect a .NET 6 API to SQLite using Entity Framework Core, and automatically create/update the SQLite database from code using EF Core migrations.
Published: August 26 2022

VS Code - How to Download and Install Visual Studio Code for Beginners

Quick step by step instructions on how to download, install and test the Visual Studio Code (VS Code) editor on Windows.
Supported by