<?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: Neeraj Sharma</title>
    <description>The latest articles on DEV Community by Neeraj Sharma (@nrjsharma-dev).</description>
    <link>https://dev.to/nrjsharma-dev</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%2F1098470%2Fc739c70c-d9d0-450f-bcf3-687dd2c67f20.jpeg</url>
      <title>DEV Community: Neeraj Sharma</title>
      <link>https://dev.to/nrjsharma-dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nrjsharma-dev"/>
    <language>en</language>
    <item>
      <title>Get Free Open Source Tailwind CSS Components</title>
      <dc:creator>Neeraj Sharma</dc:creator>
      <pubDate>Sat, 03 Aug 2024 22:33:15 +0000</pubDate>
      <link>https://dev.to/nrjsharma-dev/get-free-open-source-tailwind-css-components-2bk9</link>
      <guid>https://dev.to/nrjsharma-dev/get-free-open-source-tailwind-css-components-2bk9</guid>
      <description>&lt;h1&gt;
  
  
  &lt;a href="https://www.hyperui.dev/" rel="noopener noreferrer"&gt;HyperUI&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;HyperUI is a collection of free Tailwind CSS components that can be used in your next project. With a range of components, you can build your next marketing website, admin dashboard, eCommerce store and much more.&lt;/p&gt;

</description>
      <category>tailwindcss</category>
    </item>
    <item>
      <title>NGINX configuration for WebSocket</title>
      <dc:creator>Neeraj Sharma</dc:creator>
      <pubDate>Sun, 25 Jun 2023 18:05:28 +0000</pubDate>
      <link>https://dev.to/nrjsharma-dev/nginx-configuration-for-websocket-3k2c</link>
      <guid>https://dev.to/nrjsharma-dev/nginx-configuration-for-websocket-3k2c</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;location /ws/websocket/ {
    proxy_pass http://localhost:8000;  # port where server is running
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "Upgrade";
    proxy_set_header Host $host;
    proxy_read_timeout 86400;
    proxy_redirect off;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>nginx</category>
      <category>websocket</category>
      <category>django</category>
      <category>channels</category>
    </item>
  </channel>
</rss>
