Getting started with OpenTelemetry Metrics in .NET. Part 2: Instrumenting the BookStore API

This is a 2 part-series post. Part 1: Key concepts that you should know when using OpenTelemetry Metrics with .NET. If you want to read it, click here. Part 2: A practical example about how to add OpenTelemetry Metrics on a real life .NET app and how to visualize those metrics using Prometheus and Grafana. Just …

Getting started with OpenTelemetry Metrics in .NET. Part 2: Instrumenting the BookStore API Read More »

Getting started with OpenTelemetry Metrics in .NET. Part 1: Key concepts

This is a 2 part-series post. Part 1: Key concepts that you should know when using OpenTelemetry Metrics with .NET. Part 2: A practical example about how to add OpenTelemetry Metrics on a real life .NET app and how to visualize those metrics using Prometheus and Grafana. If you want to read it, click here OpenTelemetry …

Getting started with OpenTelemetry Metrics in .NET. Part 1: Key concepts Read More »

Examples of creating base64 hashes using HMAC SHA256 in different languages

I recently went through the processing of callback events for an in house API. The API required to validate that the events were sent by X, not by a third party. X generates signatures using a hash-based message authentication code (HMAC) with SHA-256 signatures. Those signatures then needed to be converted to base64. Amazon S3 uses …

Examples of creating base64 hashes using HMAC SHA256 in different languages Read More »

Amazing Microsoft Resources

Here are some official Microsoft websites that you really should bookmark when studying for the AZ-204 exam: Learning paths on MS Learn: https://docs.microsoft.com/en-us/learn/certifications/exams/az-204#two-ways-to-prepare Azure Code Samples: https://azure.microsoft.com/en-us/resources/samples/?sort=0 Official Azure Documentation: https://docs.microsoft.com/en-us/azure/ Official Microsoft Azure YouTube Channel https://www.youtube.com/user/windowsazure Official Microsoft Developer YouTube Channel https://www.youtube.com/channel/UCsMica-v34Irf9KVTh6xx-g Azure REST API Browser https://docs.microsoft.com/en-us/rest/api/?view=Azure Microsoft Labs and Workshops – Practice is the key to success …

Amazing Microsoft Resources Read More »

How to AWS Cognito Login Signup in ASP.NET Core

In this article, let’s look at how we can design and build such an API that encapsulates all of User Identity Management functionalities such as Login.. Introduction AWS Cognito provides OAuth2 auth flows such as Authorization Code where the application can redirect to AWS Cognito hosted login screens where the user credentials are validated against …

How to AWS Cognito Login Signup in ASP.NET Core Read More »