<?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>Forem: Brian</title>
    <description>The latest articles on Forem by Brian (@digreatbrian).</description>
    <link>https://forem.com/digreatbrian</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%2F3790286%2F76598b64-870d-459f-8eb5-9f04d752d540.png</url>
      <title>Forem: Brian</title>
      <link>https://forem.com/digreatbrian</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/digreatbrian"/>
    <language>en</language>
    <item>
      <title>Just developed something cool!</title>
      <dc:creator>Brian</dc:creator>
      <pubDate>Thu, 26 Mar 2026 04:00:00 +0000</pubDate>
      <link>https://forem.com/digreatbrian/just-developed-something-cool-ph0</link>
      <guid>https://forem.com/digreatbrian/just-developed-something-cool-ph0</guid>
      <description>&lt;p&gt;Just developed something new. Check out Snip - an open-source URL Shortener made with &lt;a href="//duckframework.com"&gt;Duck Framework&lt;/a&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://snip.duckframework.com" rel="noopener noreferrer"&gt;Snip Live Preview&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Feel free to ask any questions!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>python</category>
      <category>duckframework</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Duck – A Django-compatible framework with native HTTP/2 and Lively HTML Components</title>
      <dc:creator>Brian</dc:creator>
      <pubDate>Wed, 25 Feb 2026 04:00:00 +0000</pubDate>
      <link>https://forem.com/digreatbrian/duck-a-django-compatible-framework-with-native-http2-and-lively-html-components-iae</link>
      <guid>https://forem.com/digreatbrian/duck-a-django-compatible-framework-with-native-http2-and-lively-html-components-iae</guid>
      <description>&lt;p&gt;I’ve been working on &lt;strong&gt;Duck&lt;/strong&gt;, a &lt;strong&gt;Python&lt;/strong&gt; web framework designed to modernize the development experience without throwing away what we love about &lt;strong&gt;Django&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;For years, the standard path for real-time Python apps has been &lt;strong&gt;Django&lt;/strong&gt; + &lt;strong&gt;Channels&lt;/strong&gt; + &lt;strong&gt;Redis&lt;/strong&gt; + &lt;strong&gt;daphne&lt;/strong&gt; + &lt;strong&gt;Nginx&lt;/strong&gt;. It works, but the overhead is immense. &lt;strong&gt;Duck&lt;/strong&gt; aims to simplify this by making &lt;strong&gt;high-performance&lt;/strong&gt; features "&lt;strong&gt;native&lt;/strong&gt;" rather than "&lt;strong&gt;add-ons.&lt;/strong&gt;"&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Native HTTP/2 &amp;amp; HTTPS:&lt;/strong&gt; No need for a reverse proxy just to get modern protocol support; &lt;strong&gt;Duck&lt;/strong&gt; handles multiplexing out of the box.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Lively Components:&lt;/strong&gt; Think &lt;strong&gt;Phoenix LiveView&lt;/strong&gt; but for &lt;strong&gt;Python&lt;/strong&gt;. Build reactive, stateful UIs that update over &lt;strong&gt;WebSockets&lt;/strong&gt; without writing a single line of &lt;strong&gt;JavaScript&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Django Compatibility:&lt;/strong&gt; You can keep your existing &lt;strong&gt;Django&lt;/strong&gt; models and logic. Duck acts as a high-performance transport layer.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Zero-Dependency Automation:&lt;/strong&gt; A built-in task system that replaces Cron/Celery for 90% of use cases.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Real-time Observability:&lt;/strong&gt; A built-in terminal monitor (&lt;code&gt;duck monitor&lt;/code&gt;) to watch your app's hardware impact in real-time.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why build this?
&lt;/h2&gt;

&lt;p&gt;I love the &lt;strong&gt;Python&lt;/strong&gt; ecosystem, but I felt we were falling behind frameworks like &lt;strong&gt;Elixir’s Phoenix&lt;/strong&gt; or Go’s Fiber in terms of "out-of-the-box" performance and developer velocity. &lt;strong&gt;Duck&lt;/strong&gt; is my attempt to bridge that gap.&lt;/p&gt;

&lt;p&gt;Docs: &lt;a href="https://docs.duckframework.xyz" rel="noopener noreferrer"&gt;https://docs.duckframework.xyz&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/duckframework/duck" rel="noopener noreferrer"&gt;https://github.com/duckframework/duck&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love to hear your thoughts on the architecture, especially regarding the &lt;strong&gt;Lively component&lt;/strong&gt; implementation!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>webframework</category>
      <category>django</category>
      <category>duckframework</category>
    </item>
  </channel>
</rss>
