<?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: Bilal Raza</title>
    <description>The latest articles on DEV Community by Bilal Raza (@bilal2099).</description>
    <link>https://dev.to/bilal2099</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%2F4006596%2F18d63e86-68f6-4ab9-8fe5-25394be3c183.jpg</url>
      <title>DEV Community: Bilal Raza</title>
      <link>https://dev.to/bilal2099</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bilal2099"/>
    <language>en</language>
    <item>
      <title>Would appreciate feedback on my Django Channels chat app</title>
      <dc:creator>Bilal Raza</dc:creator>
      <pubDate>Sun, 28 Jun 2026 14:37:21 +0000</pubDate>
      <link>https://dev.to/bilal2099/would-appreciate-feedback-on-my-django-channels-chat-app-517k</link>
      <guid>https://dev.to/bilal2099/would-appreciate-feedback-on-my-django-channels-chat-app-517k</guid>
      <description>&lt;p&gt;I built a simple real-time chat application using Django Channels.&lt;/p&gt;

&lt;p&gt;Tech Stack&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Django&lt;/li&gt;
&lt;li&gt;Django Channels&lt;/li&gt;
&lt;li&gt;WebSockets&lt;/li&gt;
&lt;li&gt;Redis&lt;/li&gt;
&lt;li&gt;Async Consumers&lt;/li&gt;
&lt;li&gt;Basic User Authentication&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I started by following the Django Channels documentation to understand how everything fits together. Building it helped me get familiar with how WebSockets, Redis, and asynchronous consumers work together to enable real-time communication.&lt;/p&gt;

&lt;p&gt;There are still parts I want to understand more deeply, especially Redis and async programming, so my next goal is to build a few smaller projects focused on those concepts and share what I learn.&lt;/p&gt;

&lt;p&gt;I'm currently working as a backend developer intern at a local startup and I'm also looking for a junior backend developer role or another internship. If you have a few minutes to review the code or have suggestions on how I can improve it, I'd really appreciate the feedback.&lt;/p&gt;

&lt;p&gt;Code: &lt;a href="https://github.com/Bilal-2099/chatapp_django" rel="noopener noreferrer"&gt;https://github.com/Bilal-2099/chatapp_django&lt;/a&gt;&lt;/p&gt;

</description>
      <category>django</category>
      <category>redis</category>
      <category>webdev</category>
      <category>python</category>
    </item>
  </channel>
</rss>
