Azure DevOps pipeline have tons of feature, one of the less known is the ability to declare variable conditionally.
To speedup closing of Pull Requests you can use the web interface to close them, without any need to use your toolchain
As you get old sometimes you found old memories in your hard disk and backup. This is a tutorial on Playstation 2 programming I did more than 20 years ago
If you need case insensitive key dictionary in C# and you serialize object into MongoDb, you need to write your own serializer.
Developers are usually not friend of TLS, always running everything without TLS during development and disabling all protections to allow unencrypted traffic. This is a problem that can lead to problems in production. Lets examine how to use a local KeyCloak instance with a perfectly valid TLS certificate
Too often you find some terrible solution that solve a problem but generate a security hole, pay attention to every decision taken in realm of security.
Elasticsearch is really powerful and lets you choose exactly how you want your text to be analyzed, so you can survive almost any weird request
Dashboard are an incredible way to visualize data in Azure DevOps, being able to manipulate them with API is a great way to automatically create Dashboards for each sprint
If you have a library you reuse internally in your organization, you need to use a symbol server to easy debugging experience of your developers
Migrating from Azure DevOps to GitHub can be painful, especially for the board part. Let's see how to make life easier with GitHub issue templates.