<?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: youssef alaa</title>
    <description>The latest articles on DEV Community by youssef alaa (@j0etheripper).</description>
    <link>https://dev.to/j0etheripper</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%2F800886%2F637ab552-5a7d-4409-8223-e3facb183731.jpeg</url>
      <title>DEV Community: youssef alaa</title>
      <link>https://dev.to/j0etheripper</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/j0etheripper"/>
    <language>en</language>
    <item>
      <title>Library web-app -- cleaning the code.</title>
      <dc:creator>youssef alaa</dc:creator>
      <pubDate>Fri, 21 Jan 2022 20:26:50 +0000</pubDate>
      <link>https://dev.to/j0etheripper/library-web-app-cleaning-the-code-1pnc</link>
      <guid>https://dev.to/j0etheripper/library-web-app-cleaning-the-code-1pnc</guid>
      <description>&lt;p&gt;I started this the way you'd start a minimal flask application (ie: all the code base in one file). This is fine for a simple "hello world" app, but for a project that deals with many view-functions and multiple model-classes, this is terrible. Sooner or later you will end up pulling your hair while scrolling through the code. Having everything separated in it's own file is far better. That way it's easier to debug and maintain.&lt;/p&gt;

</description>
      <category>webapp</category>
      <category>web</category>
      <category>flask</category>
      <category>python</category>
    </item>
  </channel>
</rss>
