<?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: Shankar Prasad Pyke</title>
    <description>The latest articles on DEV Community by Shankar Prasad Pyke (@shankar_prasadpyke_2a3c2).</description>
    <link>https://dev.to/shankar_prasadpyke_2a3c2</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%2F3375673%2Fc6bf1f19-6493-43ce-8f89-d2bcb685825e.jpg</url>
      <title>DEV Community: Shankar Prasad Pyke</title>
      <link>https://dev.to/shankar_prasadpyke_2a3c2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shankar_prasadpyke_2a3c2"/>
    <language>en</language>
    <item>
      <title>😎 Building a Daily Code Challenge Generator with Pieces</title>
      <dc:creator>Shankar Prasad Pyke</dc:creator>
      <pubDate>Mon, 21 Jul 2025 15:25:56 +0000</pubDate>
      <link>https://dev.to/shankar_prasadpyke_2a3c2/building-a-daily-code-challenge-generator-with-pieces-31fl</link>
      <guid>https://dev.to/shankar_prasadpyke_2a3c2/building-a-daily-code-challenge-generator-with-pieces-31fl</guid>
      <description>&lt;p&gt;I built a simple web app called Daily Code Challenge Generator — it gives you a random coding challenge every day, along with hints and an example. There’s even a built-in timer so you can track how long you spend on the challenge.&lt;br&gt;
I made it to help developers (including myself) practice coding daily in a fun, engaging way.&lt;br&gt;
👉 Live Project Link: [&lt;a href="https://shankar2006458.github.io/Daily-Code-Challenge-Generator/" rel="noopener noreferrer"&gt;https://shankar2006458.github.io/Daily-Code-Challenge-Generator/&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;While working on this, I used &lt;a href="https://pieces.app/" rel="noopener noreferrer"&gt;Pieces&lt;/a&gt; to save and organize reusable snippets. It came in super handy, especially for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Timer functions&lt;/li&gt;
&lt;li&gt;Random challenge logic&lt;/li&gt;
&lt;li&gt;Button styles and category badge classes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whenever I needed the same logic or UI elements again, I didn’t have to rewrite anything — I just pulled it from Pieces. It’s like having my own personal code clipboard that remembers everything I save.&lt;/p&gt;

&lt;p&gt;The GenAI 101 with Pieces workshop showed me how Pieces can work like a personal AI coding assistant.&lt;br&gt;
I learned how to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Save snippets with context&lt;/li&gt;
&lt;li&gt;Get AI-generated suggestions for my code&lt;/li&gt;
&lt;li&gt;Search through saved code instantly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This made a huge difference while building this project — especially when I needed reusable logic or UI code.&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%2F0z86zgn9ghkty6s909j8.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%2F0z86zgn9ghkty6s909j8.png" alt=" " width="800" height="813"&gt;&lt;/a&gt;&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%2F348jj28gpp17l42vswxc.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%2F348jj28gpp17l42vswxc.png" alt=" " width="773" height="904"&gt;&lt;/a&gt;&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%2Fy5ucceserdmih1jb631w.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%2Fy5ucceserdmih1jb631w.png" alt=" " width="749" height="910"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Conclusion - This project wasn’t just about coding — it taught me how to work smarter. Using Pieces and learning from the GenAI workshop made my process faster, more organized, and more fun.&lt;br&gt;
I’ll definitely be using Pieces in all my future projects!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>genai</category>
      <category>codingchallege</category>
      <category>piecesfordevelopers</category>
    </item>
  </channel>
</rss>
