<?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: luis</title>
    <description>The latest articles on DEV Community by luis (@gutiluis).</description>
    <link>https://dev.to/gutiluis</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3813544%2F8b50a219-52a9-4ead-9f02-856244fb8920.png</url>
      <title>DEV Community: luis</title>
      <link>https://dev.to/gutiluis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gutiluis"/>
    <language>en</language>
    <item>
      <title>Building Production Readiness into a Flask ERP Project</title>
      <dc:creator>luis</dc:creator>
      <pubDate>Sat, 22 Aug 2026 00:01:04 +0000</pubDate>
      <link>https://dev.to/gutiluis/building-production-readiness-into-a-flask-erp-project-3bc</link>
      <guid>https://dev.to/gutiluis/building-production-readiness-into-a-flask-erp-project-3bc</guid>
      <description>&lt;p&gt;Building &lt;strong&gt;ERP_cloud&lt;/strong&gt;, a Flask-based ERP platform, has taught me that production readiness goes far beyond getting the application working.&lt;/p&gt;

&lt;p&gt;Recently, I've been focusing on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Testing&lt;/strong&gt; with pytest&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CI/CD&lt;/strong&gt; with GitHub Actions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security&lt;/strong&gt; with CodeQL&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dependency management&lt;/strong&gt; with Dependabot&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Containerization&lt;/strong&gt; with Docker&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Branch protection and PR workflows&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Working through these areas has changed how I approach backend   development. Reliability, security, automated testing, and maintainability need to be considered alongside application features—not added afterward.&lt;/p&gt;

&lt;p&gt;I'm continuing to improve &lt;code&gt;ERP_cloud&lt;/code&gt; while learning more about scalable backend architecture, deployment, and operational readiness.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The goal isn't just to build software that works. It's to build software that can be tested, secured, maintained, and confidently shipped.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>flask</category>
      <category>docker</category>
      <category>cicd</category>
    </item>
  </channel>
</rss>
