<?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: Damian Marchewka</title>
    <description>The latest articles on DEV Community by Damian Marchewka (@damian_marchewka_bdf5aec2).</description>
    <link>https://dev.to/damian_marchewka_bdf5aec2</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%2F3387772%2Fd187c7ff-4715-4896-b8e1-97404a432a37.jpg</url>
      <title>DEV Community: Damian Marchewka</title>
      <link>https://dev.to/damian_marchewka_bdf5aec2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/damian_marchewka_bdf5aec2"/>
    <language>en</language>
    <item>
      <title>Task Manager API in FastAPI</title>
      <dc:creator>Damian Marchewka</dc:creator>
      <pubDate>Sun, 10 May 2026 18:20:22 +0000</pubDate>
      <link>https://dev.to/damian_marchewka_bdf5aec2/task-manager-api-in-fastapi-302a</link>
      <guid>https://dev.to/damian_marchewka_bdf5aec2/task-manager-api-in-fastapi-302a</guid>
      <description>&lt;p&gt;I built a complete REST API for task management in FastAPI with a well-defined layered architecture (router, service, repository, DB) and a SQLAlchemy-based database. I have full CRUD testing coverage, including success and failure scenarios, an isolated test environment, and database resets. I understand the differences between HTTP code, test the API as a whole, not individual functions, and use a plan-to-implement approach. The project is ready for further expansion with pagination, validation, and JWT authorization.&lt;/p&gt;

&lt;p&gt;Project link: &lt;a href="https://github.com/DamianMarchewka/Task-Manager-API" rel="noopener noreferrer"&gt;https://github.com/DamianMarchewka/Task-Manager-API&lt;/a&gt;&lt;br&gt;
Feedback and constructive criticism are welcome.&lt;/p&gt;

</description>
      <category>api</category>
      <category>python</category>
      <category>showdev</category>
      <category>testing</category>
    </item>
  </channel>
</rss>
