<?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: Neyts Zupan</title>
    <description>The latest articles on DEV Community by Neyts Zupan (@zupo).</description>
    <link>https://dev.to/zupo</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%2F178361%2Faa9c67de-f9ce-497f-ad42-20a9617859ff.jpeg</url>
      <title>DEV Community: Neyts Zupan</title>
      <link>https://dev.to/zupo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zupo"/>
    <language>en</language>
    <item>
      <title>[Boost]</title>
      <dc:creator>Neyts Zupan</dc:creator>
      <pubDate>Mon, 21 Jul 2025 11:52:04 +0000</pubDate>
      <link>https://dev.to/zupo/-hem</link>
      <guid>https://dev.to/zupo/-hem</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/teamcamp" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__org__pic"&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F10233%2Fa214d929-4a86-43e3-8a25-ba25c166bdae.png" alt="Teamcamp" width="800" height="800"&gt;
      &lt;div class="ltag__link__user__pic"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2667579%2Feca818ae-fd03-4e29-8782-cc78cc40a86e.jpg" alt="" width="800" height="800"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/teamcamp/the-4-day-work-week-experiment-how-3-it-companies-boosted-developer-output-40-63a" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;The 4-Day Work Week Experiment: How 3 IT Companies Boosted Developer Output 40%&lt;/h2&gt;
      &lt;h3&gt;Pratham naik for Teamcamp ・ Jul 17&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#devops&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#productivity&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>webdev</category>
      <category>devops</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Block Pull Requests that make tests slower</title>
      <dc:creator>Neyts Zupan</dc:creator>
      <pubDate>Tue, 03 Jan 2023 20:19:14 +0000</pubDate>
      <link>https://dev.to/zupo/block-pull-requests-that-make-tests-slower-176m</link>
      <guid>https://dev.to/zupo/block-pull-requests-that-make-tests-slower-176m</guid>
      <description>&lt;p&gt;As a developer, I was constantly frustrated by the fact that our unit tests seemed to get slower and slower over time. It was a never-ending cycle: I'd make them faster, only to discover a month later they are slow again. It was a real drain on my productivity, and I knew there had to be a better way.&lt;/p&gt;

&lt;p&gt;That's when I came up with the idea for BlueRacer. I wanted to create a tool that would help developers like me keep their unit tests fast and efficient, without all the hassle of constantly hunting down slow tests.&lt;/p&gt;

&lt;p&gt;With BlueRacer, it's easy to block the merging of Pull Requests that make your tests slower. Simply install &lt;a href="https://github.com/apps/blueracer-io" rel="noopener noreferrer"&gt;https://github.com/apps/blueracer-io&lt;/a&gt; on your repo, configure your test runner to output the "junit.xml" report file, and upload this file to BlueRacer.io with a single command. From then on, BlueRacer will automatically post a warning on any Pull Request that would cause your tests to run slower, giving you the opportunity to fix the slowdown before the merge.&lt;/p&gt;

&lt;p&gt;I'm thrilled with the results I've seen since using BlueRacer. Our unit tests are running faster than ever, and I'm able to focus on my work rather than constantly worrying about other people's Pull Requests slowing me down. If you're tired of dealing with slow unit tests, I highly recommend giving BlueRacer a try at &lt;a href="https://github.com/apps/blueracer-io" rel="noopener noreferrer"&gt;https://github.com/apps/blueracer-io&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Let me know what you think!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Faster unit tests</title>
      <dc:creator>Neyts Zupan</dc:creator>
      <pubDate>Mon, 19 Dec 2022 13:26:45 +0000</pubDate>
      <link>https://dev.to/zupo/faster-unit-tests-1g0h</link>
      <guid>https://dev.to/zupo/faster-unit-tests-1g0h</guid>
      <description>&lt;p&gt;Unit tests are an integral part of any software development process. They help ensure that the codebase is stable, reliable, and easy to maintain. However, as the codebase grows and evolves, it's not uncommon for unit tests to become slower over time. This can be frustrating for us developers, who have to spend more time waiting for tests to complete, and it can also be costly in terms of machine time.&lt;/p&gt;

&lt;p&gt;That's where BlueRacer.io comes in. BlueRacer.io is a free GitHub app that helps you keep your unit tests fast by posting a performance summary on every Pull Request. With BlueRacer, you can prevent slow tests from creeping into your codebase and save heaps of developer as well as machine time.&lt;/p&gt;

&lt;p&gt;So, how does it work? When you use your unit tests with BlueRacer, it tracks the performance of each test and generates a report. This report is then automatically posted to your Pull Request, allowing you to see at a glance how your tests are performing. If any tests are running slower than expected, you'll be alerted, so you can take action to improve their performance.&lt;/p&gt;

&lt;p&gt;BlueRacer is easy to use and integrates seamlessly with your existing workflow. Install the GitHub App, upload the &lt;code&gt;junit.xml&lt;/code&gt; in your CI job, and that's it! No need to worry about manually tracking test performance or manually generating reports.&lt;/p&gt;

&lt;p&gt;In addition to saving time and improving developer productivity, BlueRacer can also help improve the overall quality of your codebase. By catching slow tests early on, you can prevent them from becoming a burden on the rest of the team and ensure that your code is as efficient as possible.&lt;/p&gt;

&lt;p&gt;Overall, BlueRacer is a powerful tool for keeping your unit tests fast and ensuring the stability and reliability of your codebase. So if you're looking to improve your unit test performance and save time and resources, give BlueRacer a try at &lt;a href="https://github.com/apps/blueracer-io" rel="noopener noreferrer"&gt;https://github.com/apps/blueracer-io&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Happy to hear any and all feedback!&lt;/p&gt;

</description>
      <category>emptystring</category>
    </item>
  </channel>
</rss>
