
Authentication with JWT in .NET 6
In this post we will look into authentication with JSON Web Tokens (JWTs) in .NET 6. If you don’t know what a JWT is, I strongly recommend you read this introduction first. It will make the rest of the post a lot easier to understand. First things first, create a new C# project of theContinue reading “Authentication with JWT in .NET 6”

The Agile Paradox
I bet you work at a company who’s doing Agile. But have you ever actually read the Manifesto for Agile Software Development? The first of the four key principles is this: Individuals and interactions over processes and tools. The Manifesto for Agile Software Development Now why is this so important? That’s what’s today’s blog post/rantContinue reading “The Agile Paradox”

Simple things – It’s not that simple
One of the most interesting words in software development (including no-code stuff, which I’m currently working on) is “Simple”. The word itself seems really simple and hence we tend to use it without further thinking. But actually it’s not that simple. Let’s consider an example: A co-worker comes to you asking for a solution. TheyContinue reading “Simple things – It’s not that simple”

XPath – The path to better automation
XPath stands for XML Path Language (don’t ask me how, but luckily it’s not that important to this post). It’s a query like language made to easily navigate XML. Let’s look at a simple example. Then you can use XPath to select the ‘Author’ node (or any other node). If you wanted to grab theContinue reading “XPath – The path to better automation”
Loading…
Something went wrong. Please refresh the page and/or try again.