<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Junior Mayhé</title>
    <description>The latest articles on DEV Community by Junior Mayhé (@juniormayhe).</description>
    <link>https://dev.to/juniormayhe</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F252458%2F4fdc61a4-fe93-4dcc-a738-bce41abc4003.jpg</url>
      <title>DEV Community: Junior Mayhé</title>
      <link>https://dev.to/juniormayhe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/juniormayhe"/>
    <language>en</language>
    <item>
      <title>This course can teach you how to Benchmark .NET Applications 🚄</title>
      <dc:creator>Junior Mayhé</dc:creator>
      <pubDate>Wed, 31 Aug 2022 07:24:51 +0000</pubDate>
      <link>https://dev.to/juniormayhe/this-course-can-teach-you-how-to-benchmark-net-applications-3bmn</link>
      <guid>https://dev.to/juniormayhe/this-course-can-teach-you-how-to-benchmark-net-applications-3bmn</guid>
      <description>&lt;p&gt;Have you tried to learn Benchmarking before?&lt;/p&gt;

&lt;p&gt;I found myself several times digging into different articles, books, videos, and comments.&lt;/p&gt;

&lt;p&gt;They were not completely unified in the subject, because everyone has a different understanding of what is performance, how to measure critical aspects of your application, and when to do it.&lt;/p&gt;

&lt;p&gt;It’s difficult sometimes to put everything together to make logical sense.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/Q9mQCvRNuOHGU/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/Q9mQCvRNuOHGU/giphy.gif" width="250" height="140"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Perhaps you don’t know nothing at all, or just wish to deepen your knowledge on Benchmarking applications to ensure you are getting consistent results.&lt;/p&gt;

&lt;p&gt;You may find daunting to run benchmark in applications with so much buzz around the topic. But you don’t need to worry about it, because I have structured all information so you can have a deep understanding of the fundamentals.&lt;/p&gt;

&lt;p&gt;So, the good news is that I published a Udemy course &lt;a href="https://www.udemy.com/course/benchmarking-net-applications/?referralCode=0D5C6D711D051A4C004C"&gt;Benchmarking .NET Applications&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.udemy.com/course/benchmarking-net-applications/?referralCode=0D5C6D711D051A4C004C" title="Benchmarking .NET Applications"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--f5MHLpyV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://miro.medium.com/max/1050/1%2Amm3FFyWD0BHC2NwRs0FObg.png" alt="Benchmarking .NET Applications" width="750" height="422"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I will demonstrate how to build and run benchmarks with a better understanding of the fundamentals.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you will get
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Why should you learn to benchmark .NET applications&lt;/li&gt;
&lt;li&gt;Setting up your environment&lt;/li&gt;
&lt;li&gt;What is performance&lt;/li&gt;
&lt;li&gt;What is a benchmark&lt;/li&gt;
&lt;li&gt;What metrics can be tracked&lt;/li&gt;
&lt;li&gt;Why benchmarking is necessary&lt;/li&gt;
&lt;li&gt;When should you benchmark&lt;/li&gt;
&lt;li&gt;What should you benchmark&lt;/li&gt;
&lt;li&gt;Garbage collector&lt;/li&gt;
&lt;li&gt;How is the benchmark process&lt;/li&gt;
&lt;li&gt;How should you benchmark&lt;/li&gt;
&lt;li&gt;Choosing benchmark scope: microbenchmark or macrobenchmark&lt;/li&gt;
&lt;li&gt;Which tools help you benchmark your application&lt;/li&gt;
&lt;li&gt;Elapsed time benchmarks with Stopwatch&lt;/li&gt;
&lt;li&gt;Targeting different .NET runtimes&lt;/li&gt;
&lt;li&gt;Cold start and warm-up process&lt;/li&gt;
&lt;li&gt;Analyzing BenchmarkDotNet results&lt;/li&gt;
&lt;li&gt;Benchmarking REST APIs with Postman&lt;/li&gt;
&lt;li&gt;Benchmarking REST APIs with Vegeta&lt;/li&gt;
&lt;li&gt;Benchmarking REST APIs with Bombardier&lt;/li&gt;
&lt;li&gt;Benchmarking REST APIs with JMeter&lt;/li&gt;
&lt;li&gt;Profiling tools&lt;/li&gt;
&lt;li&gt;Readability versus Optimization&lt;/li&gt;
&lt;li&gt;Production metrics observability&lt;/li&gt;
&lt;li&gt;Monitoring and Tracing tools&lt;/li&gt;
&lt;li&gt;Benchmarking as part of continuous integration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are willing to know more about &lt;strong&gt;Benchmarking .NET Applications&lt;/strong&gt;, here’s the &lt;a href="https://www.udemy.com/course/benchmarking-net-applications/?referralCode=0D5C6D711D051A4C004C"&gt;course link&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I hope you enjoy this new course. Please let me know how you get on and feel free to share your thoughts to improve it!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/WZ4M8M2VbauEo/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/WZ4M8M2VbauEo/giphy.gif" width="300" height="171"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💚 Happy coding!&lt;/p&gt;

</description>
      <category>benchmark</category>
      <category>benchmarking</category>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
  </channel>
</rss>
