I'm a Software Architect aka Code Developer
@ BRQ. I used to write about .NET and Microsoft technologies on https://rmauro.dev
📫 How to reach me:
const contacts = {
"discord": "https://discord.gg/G38mg2v",
"twitter": "https://twitter.com/RicardoDeMauro",
"github": "https://github.com/ricardodemauro",
"linkedIn": "https://www.linkedin.com/in/ricardo-mauro/",
"blog": "https://rmauro.dev"
};
💬 My Latest Blogs
I write blogs occasionally, and publish them everywhere
-
How to Record Video and Audio with FFmpeg: A Minimalist Approach
-
Create a Configuration Provider for Microsoft.Extensions.Configuration
-
Logging Performance Improvements with Source Generators in C# .NET
-
Reading appsettings.json from a Console Application - 2024-07
-
HTTP Status Codes Explained: From 200 OK to 429 Too Many Requests
-
C# Get JWT Token from Request 2023-05
-
Oracle JSON_TABLE: Transforming JSON into Relational Format 2023-05
-
Oracle MERGE Statement SQL 2023-05
-
JWT Authentication with C# .NET 2023-04
-
Optimizing Query Performance on C# ODP.NET - Oracle Managed Data Access