Rob Janssen

All | Unread | Read

Everything you need to know about JSON Web Token

Before we start, I have to admit that this article does not really include everything you need to know about JSW (JSON Web Token). If you want to go into full-nerd mode, you can explore all the information available in the JWT RFC, though even that might not cover everything.

Everything you need to know about configuration and secret management in .NET

If you’ve been writing code for a while, you probably have used configuration in some way.

Bypassing Bitlocker With A Logic Analzyer

Security Engineer [Guillaume Quéré] spends the day penetration testing systems for their employer and has pointed out and successfully exploited a rather obvious weakness in the BitLocker full volume encryption system, which as the linked article says, allows one to simply sniff the traffic betwee

Background Tasks Are Finally Fixed in .NET 8

Use code ARCH15 and get 15% off the brand new Solution Architecture course on Dometrain: https://dometrain.com/course/getting-started-solution-architecture Become a Patreon and get source code access: https://www.patreon.com/nickchapsas Hello, everybody, I'm Nick, and in this video, I will show yo

.NET Microservices – Full Course

In this step-by-step tutorial I take you through an introduction on building microservices using .NET. As the name suggests we build everything completely from start to finish –with the full scope of the course outlined in the time-stamp section below. However, at a high-level we’ll cover: •

My Favorite Way To Handle Dev Environments | VS Code Devcontainers

A step-by-step walkthrough of using my favorite method to manage development environments: VS Code Devcontainers. No docker commands required! This is great for onboarding new people to your complex project or reproducing your work environment on a new machine. You can even use your devcontainer

Implementing API Key Authentication in ASP.NET Core

Check out my courses: https://nickchapsas.com Become a Patreon and get source code access: https://www.patreon.com/nickchapsas Hello everybody I'm Nick and in this video I will show you all the approaches you can use to add API Key based authentication in you ASP.NET Core APIs. I will cover a gener

How To Implement API Key Authentication In ASP.NET Core

Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic API Key Authentication is commonly used in S2S scenarios. You provide the API caller a unique key that they use to authenticate with your API. The API Key can be sent in a few ways. For example, it can be sent i

What Is A Message Queue And Why RabbitMQ Is A Great Choice

Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic Message queues are required in most modern systems for the great benefits they bring. They're very useful for designing decoupled communication between components by passing messages to the queue. In this video,

Adding Validation To The Options Pattern In ASP.NET Core

Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic The Options pattern allows us to use classes to provide strongly typed configuration values in our application at runtime. But you have no guarantee that the configuration values injected with IOptions will be c

This Read-It-Later-list is just that, bookmarks of stuff I intend to read or have read. I do not necessarily agree with opinions or statements in the bookmarked articles.

This list is compiled from my Pocket list.