<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
  <title>Eric-Alexander Schaefer - Blog RSS Feed</title>
  <link>https://www.ericschaefer.dev/blog</link>
  <description>Feed of blog posts of https://www.ericschaefer.dev</description>
  <language>en-us</language>
  <copyright>Copyright 2026 Eric-Alexander Schaefer - CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0)</copyright>
  <managingEditor>eric.schaefer@ericschaefer.dev (Eric-Alexander Schaefer)</managingEditor>
  <webMaster>eric.schaefer@ericschaefer.dev (Eric-Alexander Schaefer)</webMaster>
  <category>Software Development</category>
  <image>
    <title>Eric-Alexander Schaefer - Blog RSS Feed</title>
    <url>https://www.ericschaefer.dev/static/images/eric-144x144.jpg</url>
    <link>https://www.ericschaefer.dev/static/images/eric-144x144.jpg</link>
    <width>144</width>
    <height>144</height>
    <description>Feed of blog posts of https://www.ericschaefer.dev</description>
  </image>
  <atom:link href="https://www.ericschaefer.dev/blog/feed.xml" rel="self" type="application/rss+xml"/>
  <item>
    <title>Time and Dates</title>
    <link>https://www.ericschaefer.dev/blog/time-and-dates</link>
    <guid>https://www.ericschaefer.dev/blog/time-and-dates</guid>
    <pubDate>Tue, 30 Mar 2021 20:00:00 +0200</pubDate>
    <author>Eric-Alexander Schaefer</author>
    <description><![CDATA[<p><img src='/static/images/blog/time-and-dates/featured-1920x1440.jpg'></p>I have seen it time and again that developers used times and dates in sub-optimal ways. It is not that hard if you understand some basic principles related to time zones.]]></description>
    <category>time</category>
    <category>date</category>
    <category>time-zones</category>
  </item>
  <item>
    <title>The Code Coverage Deception</title>
    <link>https://www.ericschaefer.dev/blog/the-code-coverage-deception</link>
    <guid>https://www.ericschaefer.dev/blog/the-code-coverage-deception</guid>
    <pubDate>Fri, 29 Jan 2021 20:00:00 +0200</pubDate>
    <author>Eric-Alexander Schaefer</author>
    <description><![CDATA[<p><img src='/static/images/blog/the-code-coverage-deception/featured-1920x1440.jpg'></p>Some software development teams define a set of non-functional requirements for their projects. Often, this will include a minimum code coverage requirement for the automated test suite. While this may seem like an innocent and well-intentioned requirement, it is mostly useless.]]></description>
    <category>tdd</category>
    <category>testing</category>
    <category>code-coverage</category>
  </item>
  <item>
    <title>Database Tests</title>
    <link>https://www.ericschaefer.dev/blog/database-tests</link>
    <guid>https://www.ericschaefer.dev/blog/database-tests</guid>
    <pubDate>Mon, 6 Apr 2015 20:00:00 +0200</pubDate>
    <author>Eric-Alexander Schaefer</author>
    <description><![CDATA[<p><img src='/static/images/blog/database-tests/featured-1920x1440.jpg'></p>Database tests are a type of automated tests that do not get enough love these days. Everybody is talking about unit tests, acceptance tests, integration and regression tests.]]></description>
    <category>testing</category>
    <category>databases</category>
  </item>
</channel>
</rss>