<?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: Michael Mayer</title>
    <description>The latest articles on DEV Community by Michael Mayer (@lastzero).</description>
    <link>https://dev.to/lastzero</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%2F140948%2Fc238e2a7-4961-4de0-adb8-079f1afb93a6.jpeg</url>
      <title>DEV Community: Michael Mayer</title>
      <link>https://dev.to/lastzero</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lastzero"/>
    <language>en</language>
    <item>
      <title>PhotoPrism: Personal Photo Management powered by Go, TensorFlow &amp; Vuetify</title>
      <dc:creator>Michael Mayer</dc:creator>
      <pubDate>Wed, 08 May 2019 13:28:03 +0000</pubDate>
      <link>https://dev.to/lastzero/photoprism-personal-photo-management-powered-by-go-tensorflow-vuetify-3pl4</link>
      <guid>https://dev.to/lastzero/photoprism-personal-photo-management-powered-by-go-tensorflow-vuetify-3pl4</guid>
      <description>&lt;p&gt;PhotoPrism is a server-based application for browsing, organizing and sharing your personal photo collection. It makes use of the latest technologies to automatically tag and find pictures without getting in your way. Say goodbye to solutions that force you to upload your visual memories to the cloud or pay monthly fees.&lt;/p&gt;

&lt;p&gt;We've recently improved our search and implemented maps based on Leaflet / OpenStreetMap. Try for yourself:&lt;br&gt;
&lt;a href="https://demo.photoprism.org/places?q=San%20Diego"&gt;https://demo.photoprism.org/places?q=San%20Diego&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--39CZNiSK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/jx6izcsah135te0b91jj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--39CZNiSK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/jx6izcsah135te0b91jj.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Why this has to be free software
&lt;/h3&gt;

&lt;p&gt;The development of every commercial product is focused on monetization.&lt;br&gt;
We've &lt;a href="https://github.com/photoprism/photoprism/wiki/Mediencenter"&gt;built similar apps more than once&lt;/a&gt; and every single time the constraints of working in a profit-oriented corporate environment were an impediment.&lt;/p&gt;

&lt;p&gt;We are sure we can do better with only a fraction of the budget. Simplicity - the art of maximizing the amount of work not done - can be very powerful. Go itself is a &lt;a href="https://talks.golang.org/2015/simplicity-is-complicated.slide"&gt;great example&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Our long-term goal is to become an open platform for machine learning &lt;a href="https://github.com/photoprism/photoprism/wiki/Research"&gt;research&lt;/a&gt; based on real-world photo collections.&lt;/p&gt;

&lt;h3&gt;
  
  
  How to contribute
&lt;/h3&gt;

&lt;p&gt;We welcome contributions of any kind. If you have a bug or an idea, read our &lt;a href="https://docs.photoprism.org/en/latest/contribute/"&gt;guide&lt;/a&gt; before opening an issue.&lt;br&gt;
Issues labeled &lt;a href="https://github.com/photoprism/photoprism/labels/help%20wanted"&gt;help wanted&lt;/a&gt; / &lt;a href="https://github.com/photoprism/photoprism/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy"&gt;easy&lt;/a&gt; can be good (first) contributions. &lt;/p&gt;

&lt;p&gt;You'll get a small reward for working on &lt;a href="https://github.com/photoprism/photoprism/labels/funded"&gt;funded issues&lt;/a&gt;, see &lt;a href="https://issuehunt.io/repos/119160553"&gt;issuehunt.io&lt;/a&gt; for details. Note that issue descriptions may be outdated on their site. Rewards are paid out when all &lt;a href="https://github.com/photoprism/photoprism/wiki/Issues#user-stories"&gt;acceptance criteria&lt;/a&gt; prioritized as MUST are met and your &lt;a href="https://github.com/photoprism/photoprism/wiki/Pull-Requests"&gt;pull request&lt;/a&gt; was successfully merged.&lt;/p&gt;

&lt;p&gt;Please join our &lt;a href="https://groups.google.com/a/photoprism.org/forum/#!forum/developers"&gt;developers mailing list&lt;/a&gt; to receive regular project updates and discuss development related topics. Don't be afraid to ask stupid questions.&lt;/p&gt;

&lt;p&gt;Our project on GitHub: &lt;a href="https://github.com/photoprism/photoprism"&gt;https://github.com/photoprism/photoprism&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>freesoftware</category>
      <category>tensorflow</category>
      <category>go</category>
    </item>
    <item>
      <title>You Can't Test Quality Into a Product</title>
      <dc:creator>Michael Mayer</dc:creator>
      <pubDate>Mon, 15 Apr 2019 03:27:58 +0000</pubDate>
      <link>https://dev.to/lastzero/you-can-t-test-quality-into-a-product-2lfo</link>
      <guid>https://dev.to/lastzero/you-can-t-test-quality-into-a-product-2lfo</guid>
      <description>&lt;p&gt;QA testing and reviews are activities done after development has been completed. You can't test a feature until after it has been built, and you can't review code until after it has been written.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F31a75gaw1svfs63fgv6d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F31a75gaw1svfs63fgv6d.png" width="783" height="484"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The earlier potential issues are detected, the lower the overhead for managing bugs and reimplementing functionality.&lt;/p&gt;

&lt;p&gt;Quality assurance is a proactive team activity starting with development. It requires tight feedback loops designed to assure that quality will be built into the product in the first place.&lt;/p&gt;

</description>
      <category>agile</category>
      <category>softwarequality</category>
      <category>qa</category>
      <category>technicalexcellence</category>
    </item>
  </channel>
</rss>
