Rob Janssen

All | Unread | Read

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

ASP.NET Core Authentication with YARP

How to re-use asp.net core authentication to protect your components written in other languages in frameworks like python, express or rust. I show ho to use YARP to authenticate & authorise your proxied requests as well as attach user data. Support my Work ?? https://www.patreon.com/raw_coding B

Where Should You Put Repository Interfaces In Clean Architecture?

?? Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic There's a lot of debate about where you should define repositories in a domain-centric architecture like Clean Architecture. Do you place the repository interfaces in the domain layer? Or do you move the re

Build Clean Messaging in .NET with MassTransit

Enroll to "Cloud Fundamentals: AWS Services for C# Developers" for FREE: https://bit.ly/3XKUBOH 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 how you can get started with building clean and scalable mess

Using The New Rate Limiter In ASP.NET Core | BONUS: Rate Limiter Algorithms 101

Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic A rate limiter is a technique to restrict the number of requests to your API. We have built-in rate limiter algorithms in ASP.NET Core 7. The available algorithms are fixed window, sliding window, token bucket,

Intro To RabbitMQ

RabbitMQ is a powerful message broker that can help you create resilient and scalable applications. If you're not familiar with message brokers, don't worry - by the end of this video, you'll have a clear understanding of what they are and why they're useful. In this video, I'll explain the basics

Authenticating Web API Using ASP .Net Identity and JSON Web Tokens (JWT)

In this video, we talk about how to Authenticate Web API applications using Asp .Net Core Identity and validate the incoming requests using JSON Web Token (JWT). ??VIDEO CHAPTERS???? 00:00 - Intro 00:11 - Identity Context 05:53 - Register User and Login 21:30 - Add Authentication 25:17

ASP.NET Core Web API Authentication and Authorization with JWT (Json Web Token)

In this tutorial we’ll setup a JWT (JSON Web Token) in an ASP.NET Core Web API, implementing Authentication and Authorization. We’ll talk about why it is important for your ASP.NET Core Web API to require authentication with JWT. From project setup to testing this entire process with Postman, by

Debian 12 bookworm released

After 1 year, 9 months, and 28 days of development, the Debian project is proud to present its new stable version 12 (code name bookworm). This release contains over 11,089 new packages for a total count of 64,419 packages, while over 6,296 packages have been removed as obsolete.

Scheduling Background Tasks In .NET With Quartz

?? Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic Background tasks are unavoidable for robust and modern applications. And Quartz is one of the best libraries for scheduling background tasks. In this video, I'll show you the basics of working with Quartz a

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.