Posts tagged "csharp"
5 posts
I replaced my browser bookmarks with a JSON file and a 150-line C# app
Browser bookmarks are global. They don't know which project you're on, and they can't live in your repo. So I built a self-hosted start page where bookmarks are just JSON files — one per project.
Observability: Metrics in the .NET Ecosystem
Discover how we add metrics to a .NET Web API and visualize them with Prometheus & Grafana.
C#: Tracing with Grafana & Tempo
Unlock the power of distributed tracing in C# applications using Grafana and Tempo for enhanced performance insights and debugging capabilities
C#: Logging with Grafana & Loki
In the world of software development, logging is an indispensable tool for monitoring applications, troubleshooting issues, and improving performance