Skip to content

Dev Notes

—Short notes on software, systems, and things I learn while building—

Menu
Menu

Category: C#

C# Benchmarking & Profiling – I (BenchmarkDotNet)

Posted on July 22, 2026July 22, 2026 by isleyen

BenchmarkDotNet helps you to transform methods into benchmarks, track their performance, and share reproducible measurement experiments. Under the hood, it performs a lot of magic that guarantees reliable and precise results thanks to the perfolizer and pragmastat statistical engines. (source) Program.cs: R installation required for [RPlotExporter] (it generates the plot) How to Read Benchmark Report What it measures How to read it Mean Average…

Read more

Resize Image in URL – Azure

Posted on January 9, 2026January 9, 2026 by isleyen

Intro In many applications, a single image file often needs to be served in multiple variants.For example, a user may upload a high-quality image, but the application typically requires smaller or lower-quality versions of that image for different use cases such as thumbnails, previews, or mobile devices.Using the original high-resolution image in every scenario can…

Read more

Recent Posts

  • C# Benchmarking & Profiling – I (BenchmarkDotNet)
  • Reliability Notes: SLI, SLO, and SLA
  • Developing Inside Container – II (Notes)
  • Developing Inside a Container – (Notes)
  • Conda – Cheat Sheet

Categories

  • Azure
  • C#
  • claude
  • devcontainer
  • docker
  • python
  • SRE
© 2026 Dev Notes | Powered by Superbs Personal Blog theme