andresmeza.com

Dev Stuff

Language / Idioma
Category Collection
Protecting dotnet 6 APIs with a shared key for internal authentication (the elegant way)

Protecting APIs is a critical task in modern software development. Whether it is an internal system or an external one, the data that is being shared must be protected. One way to protect the APIs is by using shared keys, which allow for internal authentication between systems. In this article, we will look at how […]

Html to pdf using dotnet 6 free!!

In this article, we will explore how to use Dotnet 6 to create an API to convert HTML to PDF using Chromium and Puppeteer. We will create two endpoints – one that accepts the HTML content as base64 encoded payload in the request body, and another that accepts the URL of the HTML page to […]