<?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: Sergio Freire</title>
    <description>The latest articles on DEV Community by Sergio Freire (@bitcoder).</description>
    <link>https://dev.to/bitcoder</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%2F235619%2F71f4da1f-2d63-4a5a-b795-de1c24259255.png</url>
      <title>DEV Community: Sergio Freire</title>
      <link>https://dev.to/bitcoder</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bitcoder"/>
    <language>en</language>
    <item>
      <title>Improving performance, security, accessibility, SEO and more</title>
      <dc:creator>Sergio Freire</dc:creator>
      <pubDate>Sun, 05 Jul 2020 17:29:00 +0000</pubDate>
      <link>https://dev.to/bitcoder/improving-performance-security-accessibility-seo-and-more-5bdf</link>
      <guid>https://dev.to/bitcoder/improving-performance-security-accessibility-seo-and-more-5bdf</guid>
      <description>&lt;p&gt;In this article I'll show how I've improved my site performance by more than 300%, using Next.js, Vercel, Checkly and Lighthouse. I was also able to improve accessibility, security and adopt common web best practices.&lt;br&gt;
And for that I've used one &lt;em&gt;secret&lt;/em&gt; of Agile.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sergiofreire.com/post/improving-performance-security-accessibility-and-more"&gt;https://sergiofreire.com/post/improving-performance-security-accessibility-and-more&lt;/a&gt;&lt;/p&gt;

</description>
      <category>agile</category>
      <category>testing</category>
      <category>performance</category>
      <category>react</category>
    </item>
    <item>
      <title>Improving Testing through Testing Debt Quadrants</title>
      <dc:creator>Sergio Freire</dc:creator>
      <pubDate>Fri, 21 Feb 2020 15:34:52 +0000</pubDate>
      <link>https://dev.to/bitcoder/improving-testing-through-testing-debt-quadrants-3n0n</link>
      <guid>https://dev.to/bitcoder/improving-testing-through-testing-debt-quadrants-3n0n</guid>
      <description>&lt;p&gt;In this article, I'll talk about the testing debt concept and how you can visualize it using the Testing Debt Quadrants.&lt;/p&gt;

&lt;p&gt;The quadrants are used as a starting point for discovery and discussion about your testing "pains"; it's also a framework to find some possible solutions and prioritize them, thus improving your overall testing.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sergiofreire.com/post/improving-testing-through-testing-debt-quadrants"&gt;https://www.sergiofreire.com/post/improving-testing-through-testing-debt-quadrants&lt;/a&gt;&lt;/p&gt;

</description>
      <category>testing</category>
      <category>devops</category>
      <category>agile</category>
    </item>
    <item>
      <title>A strategy for implementing test automation from scratch in a complex system</title>
      <dc:creator>Sergio Freire</dc:creator>
      <pubDate>Tue, 07 Jan 2020 15:56:06 +0000</pubDate>
      <link>https://dev.to/bitcoder/a-strategy-for-implementing-test-automation-from-scratch-in-a-complex-system-15p7</link>
      <guid>https://dev.to/bitcoder/a-strategy-for-implementing-test-automation-from-scratch-in-a-complex-system-15p7</guid>
      <description>&lt;p&gt;In this article, I'll explore how test automation can be implemented in a complex hardware+software project, from scratch, in a team with low coding skills, by decomposing the problem in small chunks and starting with the basics.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sergiofreire.com/post/a-strategy-for-implementing-test-automation-from-scratch-in-a-complex-system"&gt;https://www.sergiofreire.com/post/a-strategy-for-implementing-test-automation-from-scratch-in-a-complex-system&lt;/a&gt;&lt;/p&gt;

</description>
      <category>software</category>
      <category>testing</category>
      <category>cucumber</category>
      <category>hardware</category>
    </item>
    <item>
      <title>Mob Learning and Testing</title>
      <dc:creator>Sergio Freire</dc:creator>
      <pubDate>Wed, 13 Nov 2019 14:34:57 +0000</pubDate>
      <link>https://dev.to/bitcoder/mob-learning-and-testing-3dfg</link>
      <guid>https://dev.to/bitcoder/mob-learning-and-testing-3dfg</guid>
      <description>&lt;p&gt;In the following article, I'll talk about Mob Learning concept and how it can be used for improving Testing in particular, although you can use it in different contexts.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@darktelecom/mob-learning-and-testing-4696bb16b1ee"&gt;https://medium.com/@darktelecom/mob-learning-and-testing-4696bb16b1ee&lt;/a&gt;&lt;/p&gt;

</description>
      <category>testing</category>
      <category>agile</category>
      <category>productivity</category>
      <category>todayilearned</category>
    </item>
    <item>
      <title>GitHub Actions: powering up your existing repos with build capabilities</title>
      <dc:creator>Sergio Freire</dc:creator>
      <pubDate>Tue, 24 Sep 2019 14:55:12 +0000</pubDate>
      <link>https://dev.to/bitcoder/github-actions-powering-up-your-existing-repos-with-build-capabilities-5g</link>
      <guid>https://dev.to/bitcoder/github-actions-powering-up-your-existing-repos-with-build-capabilities-5g</guid>
      <description>&lt;p&gt;In the following article, I'll explore GitHub Actions and you can take advantage of them in your existing GitHub repositories to make builds directly from within GitHub.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@darktelecom/github-actions-powering-up-your-existing-repos-with-build-capabilities-1636b065b823"&gt;https://medium.com/@darktelecom/github-actions-powering-up-your-existing-repos-with-build-capabilities-1636b065b823&lt;/a&gt;&lt;/p&gt;

</description>
      <category>github</category>
      <category>testing</category>
      <category>opensource</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
