<?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: Yasovardan Ram.Y</title>
    <description>The latest articles on DEV Community by Yasovardan Ram.Y (@yasovardanram).</description>
    <link>https://dev.to/yasovardanram</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%2F3822094%2Fbcacaacd-1f78-43b3-8367-3c120fc9cc95.png</url>
      <title>DEV Community: Yasovardan Ram.Y</title>
      <link>https://dev.to/yasovardanram</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yasovardanram"/>
    <language>en</language>
    <item>
      <title>I Have made multi state RGB QR code</title>
      <dc:creator>Yasovardan Ram.Y</dc:creator>
      <pubDate>Tue, 02 Jun 2026 11:36:19 +0000</pubDate>
      <link>https://dev.to/yasovardanram/i-have-made-multi-state-rgb-qr-code-391j</link>
      <guid>https://dev.to/yasovardanram/i-have-made-multi-state-rgb-qr-code-391j</guid>
      <description>&lt;p&gt;An experimental color-based QR-like encoding system using multistate RGB modules for higher-density visual data storage. &lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://github.com/Yasovardan-Ram" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Favatars.githubusercontent.com%2Fu%2F267900617%3Fv%3D4%3Fs%3D400" height="460" class="m-0" width="460"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://github.com/Yasovardan-Ram" rel="noopener noreferrer" class="c-link"&gt;
            Yasovardan-Ram (Yasovardan Ram.Y) · GitHub
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Programmer. Yasovardan-Ram has one repository available. Follow their code on GitHub.
          &lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;div class="color-secondary fs-s flex items-center"&amp;gt;
        &amp;lt;img
          alt="favicon"
          class="c-embed__favicon m-0 mr-2 radius-0"
          src="https://github.githubassets.com/favicons/favicon.svg"
          loading="lazy" /&amp;gt;
      github.com
    &amp;lt;/div&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6r9hjfvwn8uwd295htw1.png" alt=" " width="800" height="545"&gt;&lt;br&gt;&lt;br&gt;
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8v3s2791dkgasvr5st1i.png" alt=" " width="800" height="547"&gt;
&lt;/div&gt;
&lt;/div&gt;

</description>
      <category>algorithms</category>
      <category>computerscience</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
    <item>
      <title>Spectrum QR</title>
      <dc:creator>Yasovardan Ram.Y</dc:creator>
      <pubDate>Wed, 27 May 2026 18:08:27 +0000</pubDate>
      <link>https://dev.to/yasovardanram/spectrum-qr-3dn2</link>
      <guid>https://dev.to/yasovardanram/spectrum-qr-3dn2</guid>
      <description>&lt;p&gt;I built an experimental color-based QR-like encoder using NumPy and PIL.Instead of binary black-and-white modules, the system uses RGB color states to store multiple bit combinations.Currently supports PNG-based encoding/decoding. OpenCV live scanning and error correction are planned next.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fssu5vnz3htapi8m83svq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fssu5vnz3htapi8m83svq.png" alt=" " width="800" height="545"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;More about the app on :- &lt;a href="https://github.com/Yasovardan-Ram/Spectrum-QR" rel="noopener noreferrer"&gt;https://github.com/Yasovardan-Ram/Spectrum-QR&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>python</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
