Posts for January 2023

Published: January 31 2023

Vue 3 + Pinia - JWT Authentication with Refresh Tokens Example & Tutorial

An example of how to implement JWT authentication with refresh tokens in Vue 3 and Pinia.
Published: January 30 2023

C# + RestSharp - Add Bearer Token Authorization Header to HTTP Request in .NET

A quick example of how to add a Bearer Token Authorization Header to an HTTP request in .NET using RestSharp
Published: January 30 2023

C# + RestSharp - HTTP PUT Request Examples in .NET

A quick set of examples to show how to send HTTP PUT requests from .NET to an API using RestSharp
Published: January 30 2023

C# + RestSharp - HTTP DELETE Request Examples in .NET

A quick set of examples to show how to send HTTP DELETE requests from .NET to an API using RestSharp
Published: January 27 2023

C# + RestSharp - HTTP GET Request Examples in .NET

A quick set of examples to show how to send HTTP GET requests from .NET to an API using RestSharp
Published: January 27 2023

C# + RestSharp - POST a JSON Object to an API in .NET

A quick example of how to POST a JSON object in an HTTP request to an API using RestSharp
Published: January 26 2023

C# + RestSharp - HTTP POST Request Examples in .NET

A quick set of examples to show how to send HTTP POST requests from .NET to an API using RestSharp
Published: January 20 2023

.NET 7.0 + RestSharp - Deserialize Dynamic JSON Response from HTTP Request

How to deserialize JSON data from an HTTP request dynamically without a custom class for the response.
Published: January 20 2023

.NET 7.0 - Create a Base Controller in .NET

This is a super quick post on how to create base controller in .NET
Published: January 19 2023

.NET 7.0 Auth - Sign & Validate JWT Without Core Identity

This is a quick post to show how easy it is to sign and validate JWT auth tokens in .NET 7.0 without using the built-in Core Identity membership system.
Published: January 19 2023

.NET 7.0 - Create Custom AuthorizeAttribute and AllowAnonymous Attribute

This is a super quick post on how to create custom [Authorize] and [AllowAnonymous] attributes in .NET 7.0.
Published: January 18 2023

.NET + Entity Framework - Fix for Non-nullable property '...' must contain a non-null value in EF DbContext

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

.NET 7.0 - Facebook Authentication API Tutorial with Example

Tutorial on how to build a .NET 7.0 API that supports Facebook Authentication.
Published: January 13 2023

Angular 14 - Facebook Authentication Tutorial with Example

In this tutorial we'll cover how to implement Facebook Authentication in Angular 14.
Published: January 06 2023

JavaScript - Add Event Listener to Multiple Elements in Vanilla JS

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

Vanilla JS + CSS - Modal Popup (Dialog) Tutorial with Example

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

Angular 14 - Modal Popup (Dialog) Tutorial with Example

This tutorial shows how to implement a custom light-weight modal popup (dialog) in Angular 14.
Supported by