<?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: Aravind Kumar Vemula</title>
    <description>The latest articles on DEV Community by Aravind Kumar Vemula (@lmas3009).</description>
    <link>https://dev.to/lmas3009</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%2F455052%2F0f7bbaf5-920b-474a-8ea8-715ff8c3a73b.png</url>
      <title>DEV Community: Aravind Kumar Vemula</title>
      <link>https://dev.to/lmas3009</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lmas3009"/>
    <language>en</language>
    <item>
      <title>InboxTone AI – Writing Assistant for Developers Who Hate Writing</title>
      <dc:creator>Aravind Kumar Vemula</dc:creator>
      <pubDate>Mon, 25 Aug 2025 17:43:00 +0000</pubDate>
      <link>https://dev.to/lmas3009/inboxtone-ai-writing-assistant-for-developers-who-hate-writing-45ad</link>
      <guid>https://dev.to/lmas3009/inboxtone-ai-writing-assistant-for-developers-who-hate-writing-45ad</guid>
      <description>&lt;p&gt;As developers, we love solving problems with code. But when it comes to writing—whether it’s emails, LinkedIn posts, or even documentation—things can get tricky. Some of us type too formally, others too casually, and most of the time it just sounds… awkward.&lt;/p&gt;

&lt;p&gt;That’s where InboxTone AI comes in.&lt;/p&gt;




&lt;h2&gt;
  
  
  What is InboxTone AI?
&lt;/h2&gt;

&lt;p&gt;InboxTone AI is a tool that helps you polish your drafts into clear, professional messages. Instead of spending 15 minutes rewriting the same sentence, you paste your raw text and choose a tone. The AI instantly transforms it.&lt;/p&gt;

&lt;p&gt;Think of it as Prettier for your writing.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why it’s useful for devs
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Polished emails without overthinking&lt;br&gt;
Writing to clients or recruiters? Let the AI make your draft sound professional.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;LinkedIn posts that don’t sound robotic&lt;br&gt;
Want to share your latest project but don’t know how to phrase it? InboxTone AI makes it engaging.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Multiple tone options&lt;br&gt;
You can pick from 8 styles: professional, friendly, persuasive, casual, etc.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Saves time&lt;br&gt;
No need to stare at your draft and retype it three times.&lt;/p&gt;


&lt;h2&gt;
  
  
  Quick Example
&lt;/h2&gt;

&lt;p&gt;Here’s how it works:&lt;/p&gt;

&lt;p&gt;Your draft:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;hey, i made a tool, check it out if u want
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;InboxTone AI (Professional):&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Hi everyone, I just built a new tool and would love for you to check it out.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;InboxTone AI (Casual):&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Hey folks! I just launched a tool—take a look if you’re curious.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;InboxTone AI (Persuasive):&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Excited to share a new tool I built—designed to save you time and improve your workflow. Give it a try!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Same idea. Different tone. Zero extra effort.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I’m writing this
&lt;/h2&gt;

&lt;p&gt;As developers, communication is just as important as code. Whether it’s an outreach email, open-source announcement, or career update, the way we phrase things matters. InboxTone AI gives us a quick, reliable way to say things better—without hiring a copywriter.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try it out
&lt;/h2&gt;

&lt;p&gt;👉 InboxTone AI &lt;a href="https://www.inboxtoneai.xyz" rel="noopener noreferrer"&gt;https://www.inboxtoneai.xyz&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>writing</category>
      <category>devtools</category>
    </item>
    <item>
      <title>Introducing GitSyncPad: The One-Click Solution for Git Workflows</title>
      <dc:creator>Aravind Kumar Vemula</dc:creator>
      <pubDate>Tue, 25 Feb 2025 12:59:30 +0000</pubDate>
      <link>https://dev.to/lmas3009/introducing-gitsyncpad-the-one-click-solution-for-git-workflows-21h</link>
      <guid>https://dev.to/lmas3009/introducing-gitsyncpad-the-one-click-solution-for-git-workflows-21h</guid>
      <description>&lt;p&gt;In the fast-paced world of software development, efficiency is everything. If you've ever found yourself repeatedly typing out git add ., git commit -m "your message", and git push, then you know the drill can become tedious. What if you could simplify this entire process with a single button press?&lt;/p&gt;

&lt;p&gt;Meet GitSyncPad – a micro keypad designed to streamline your Git workflow. With just one key press, you can stage, commit, and push your changes instantly. No more switching to the terminal, no more repetitive typing – just effortless version control.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why GitSyncPad?
&lt;/h2&gt;

&lt;h2&gt;
  
  
  🚀 Boost Productivity
&lt;/h2&gt;

&lt;p&gt;Spending a few seconds on Git commands multiple times a day adds up. GitSyncPad eliminates unnecessary friction, letting you focus on writing code, not managing it.&lt;/p&gt;

&lt;h2&gt;
  
  
  ⏱️ One-Click Git Automation
&lt;/h2&gt;

&lt;p&gt;The single-button functionality executes the entire Git sequence: git add, git commit, and git push. Just press and watch your changes sync instantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔌 Plug and Play
&lt;/h2&gt;

&lt;p&gt;Built using the Arduino Pro Micro, GitSyncPad acts as a keyboard input device that types and executes Git commands when pressed. No complex setup required – just connect and code!&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 Perfect for Developers
&lt;/h2&gt;

&lt;p&gt;Whether you’re working solo or in a team, this device ensures your commits and pushes are seamless, making version control smoother than ever.&lt;/p&gt;

&lt;h2&gt;
  
  
  Join the Waitlist 🚀
&lt;/h2&gt;

&lt;p&gt;We’re launching GitSyncPad soon, and we’d love for you to be among the first to try it out! If you're a developer who values speed and efficiency, sign up for our exclusive waitlist and be the first to know when GitSyncPad is available.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://gitsyncpad.xyz/" rel="noopener noreferrer"&gt;https://gitsyncpad.xyz/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Stay tuned for more updates, and let's revolutionize the way we work with Git together!&lt;/p&gt;

&lt;p&gt;What do you think? Let us know in the comments or share your thoughts on how GitSyncPad can improve your workflow!&lt;/p&gt;

</description>
      <category>github</category>
      <category>gitsyncpad</category>
    </item>
    <item>
      <title>Hacktoberfest 2024 - Design2Code2Live: Join Us in Open Source Development!</title>
      <dc:creator>Aravind Kumar Vemula</dc:creator>
      <pubDate>Wed, 02 Oct 2024 12:42:00 +0000</pubDate>
      <link>https://dev.to/lmas3009/hacktoberfest-2024-design2code2live-join-us-in-open-source-development-3n6c</link>
      <guid>https://dev.to/lmas3009/hacktoberfest-2024-design2code2live-join-us-in-open-source-development-3n6c</guid>
      <description>&lt;p&gt;Welcome Developers,&lt;/p&gt;

&lt;p&gt;We are thrilled to invite you to participate in Hacktoberfest 2024 by contributing to our open-source project!&lt;/p&gt;

&lt;p&gt;This year, I am maintaining a dedicated repository where you can select any web design and transform it into a live website using HTML, CSS, and JavaScript.&lt;/p&gt;

&lt;p&gt;Last year was incredibly exciting, with over 20 developers contributing to the project, and we are eager to see even more participation this year!&lt;/p&gt;

&lt;p&gt;Here is the repository link &lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/lmas3009" rel="noopener noreferrer"&gt;
        lmas3009
      &lt;/a&gt; / &lt;a href="https://github.com/lmas3009/design2code2live" rel="noopener noreferrer"&gt;
        design2code2live
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Convert the design to code to live. Below is the demo link
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/lmas3009/design2code2liveimage.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Flmas3009%2Fdesign2code2liveimage.png" alt="hacktoberfest"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;design2code2live&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;Welcome all developers to design2code2live.&lt;/p&gt;
&lt;p&gt;Can you code? If i provide you a design.&lt;/p&gt;
&lt;p&gt;Build the code from the design and push it to the repository. You can see your design live from
&lt;code&gt;https://aravindkumarv.xyz/design2code2live/{DesignName}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;github link: &lt;a href="https://github.com/lmas3009/design2code2live" rel="noopener noreferrer"&gt;https://github.com/lmas3009/design2code2live&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Contribute through Hacktoberfest 2024&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;HACKTOBERFEST IS FOR EVERYONE. WHETHER IT’S YOUR FIRST TIME—OR YOUR NINTH—IT’S ALMOST TIME TO HACK OUT FOUR PRISTINE PULL/MERGE REQUESTS AND COMPLETE YOUR MISSION FOR OPEN SOURCE&lt;/p&gt;
&lt;p&gt;Link 👉&lt;a href="https://hacktoberfest.com/" rel="nofollow noopener noreferrer"&gt;https://hacktoberfest.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;JOIN THE DISCORD - &lt;a href="https://discord.com/invite/RfMEVfVGJk" rel="nofollow noopener noreferrer"&gt;https://discord.com/invite/RfMEVfVGJk&lt;/a&gt; and get notified when the event starts and information related to designs.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;This year are giving away sticker packs for all the developers who contributes to design2code2live&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/60876387/372869580-7a075fe6-5988-484d-91ee-64bc806cc295.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTYxNDQ4MjIsIm5iZiI6MTc1NjE0NDUyMiwicGF0aCI6Ii82MDg3NjM4Ny8zNzI4Njk1ODAtN2EwNzVmZTYtNTk4OC00ODRkLTkxZWUtNjRiYzgwNmNjMjk1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA4MjUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwODI1VDE3NTUyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEyODIxOTJjZmUzMjBjYmNhOGYyNzk1OTQ1OWZlODQxY2MwZmNlNjQ0YmQzNDMyMTQ0NjFlM2M3NmRlMTE4MzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Lt9KEPk3jw7gzh-Z4JlN5Kd6hBbghxpr5YXtVx0xfAU"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F60876387%2F372869580-7a075fe6-5988-484d-91ee-64bc806cc295.png%3Fjwt%3DeyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTYxNDQ4MjIsIm5iZiI6MTc1NjE0NDUyMiwicGF0aCI6Ii82MDg3NjM4Ny8zNzI4Njk1ODAtN2EwNzVmZTYtNTk4OC00ODRkLTkxZWUtNjRiYzgwNmNjMjk1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA4MjUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwODI1VDE3NTUyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEyODIxOTJjZmUzMjBjYmNhOGYyNzk1OTQ1OWZlODQxY2MwZmNlNjQ0YmQzNDMyMTQ0NjFlM2M3NmRlMTE4MzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Lt9KEPk3jw7gzh-Z4JlN5Kd6hBbghxpr5YXtVx0xfAU" alt="sticker"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Contribution Guidelines&lt;/h2&gt;

&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Select the respective issue&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Get assigned to the issue&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fork the repository&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a new branch&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;git checkout -b {branchName}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;ol start="5"&gt;
&lt;li&gt;
&lt;p&gt;Create a new folder&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add your source code and design image&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Commit your code&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;git commit -m {Design Name}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;ol start="8"&gt;
&lt;li&gt;Push your code&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;
&lt;pre class="notranslate"&gt;&lt;code&gt;git push&lt;/code&gt;&lt;/pre&gt;…&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/lmas3009/design2code2live" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;In the issue section, you can request to work on a new design, create a pull request with your source code, and earn a Hacktoberfest-accepted tag.&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/lmas3009/design2code2live/issues/246" rel="noopener noreferrer"&gt;
      &lt;img class="github-logo" alt="GitHub logo" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg"&gt;
      &lt;span class="issue-title"&gt;
        2024 5-Designs (Multi-contribution)
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#246&lt;/span&gt;
    &lt;/a&gt;
  &lt;/h1&gt;
  &lt;div class="github-thread"&gt;
    &lt;div class="timeline-comment-header"&gt;
      &lt;a href="https://github.com/lmas3009" rel="noopener noreferrer"&gt;
        &lt;img class="github-liquid-tag-img" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Favatars.githubusercontent.com%2Fu%2F60876387%3Fv%3D4" alt="lmas3009 avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/lmas3009" rel="noopener noreferrer"&gt;lmas3009&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/lmas3009/design2code2live/issues/246" rel="noopener noreferrer"&gt;&lt;time&gt;Sep 30, 2024&lt;/time&gt;&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag-github-body"&gt;
      &lt;p&gt;Create a folder with the names below&lt;/p&gt;
&lt;p&gt;Built it using HTML, CSS/Tailwind CSS, Javascript&lt;/p&gt;
&lt;p&gt;Join &lt;a href="https://discord.gg/C3PAvsmrKV" rel="nofollow noopener noreferrer"&gt;https://discord.gg/C3PAvsmrKV&lt;/a&gt; for fast-updated&lt;/p&gt;
&lt;p&gt;Optional: Make it Responsive&lt;/p&gt;
&lt;p&gt;Select the design first!&lt;/p&gt;
&lt;p&gt;Design 2024_01
&lt;a rel="noopener noreferrer" href="https://github.com/user-attachments/assets/acad3d79-81cf-4837-9741-012fe185cc24"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2Facad3d79-81cf-4837-9741-012fe185cc24" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Design 2024_02
&lt;a rel="noopener noreferrer" href="https://github.com/user-attachments/assets/4f882a41-52ec-46ba-b759-99695e7ae2f7"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2F4f882a41-52ec-46ba-b759-99695e7ae2f7" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Design 2024_03
&lt;a rel="noopener noreferrer" href="https://github.com/user-attachments/assets/c65db8e5-b236-4745-a20b-83d2e282e20b"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2Fc65db8e5-b236-4745-a20b-83d2e282e20b" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Design 2024_04
&lt;a rel="noopener noreferrer" href="https://github.com/user-attachments/assets/d0def84c-c050-412f-b824-9550c4402aea"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2Fd0def84c-c050-412f-b824-9550c4402aea" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Design 2024_05
&lt;a rel="noopener noreferrer" href="https://github.com/user-attachments/assets/ad2f328c-0818-4deb-99d6-42c359e641ce"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2Fad2f328c-0818-4deb-99d6-42c359e641ce" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/lmas3009/design2code2live/issues/246" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;We welcome developers of all skill levels who are enthusiastic about coding and ready to contribute to live websites.&lt;/p&gt;

&lt;p&gt;Let’s make this year even better by increasing our contributions to the Design2Code2Live repository!&lt;/p&gt;

&lt;p&gt;For updates and community interaction, feel free to join our Discord channel:&lt;a href="https://discord.gg/C3PAvsmrKV" rel="noopener noreferrer"&gt;https://discord.gg/C3PAvsmrKV&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you for your interest and contributions!&lt;/p&gt;

</description>
      <category>hacktoberfest24</category>
      <category>hacktoberfest</category>
      <category>webdevelopers</category>
      <category>webdesign</category>
    </item>
    <item>
      <title>Hacktoberfest 2024 is here</title>
      <dc:creator>Aravind Kumar Vemula</dc:creator>
      <pubDate>Wed, 02 Oct 2024 07:06:00 +0000</pubDate>
      <link>https://dev.to/lmas3009/hacktoberfest-2024-is-here-2f21</link>
      <guid>https://dev.to/lmas3009/hacktoberfest-2024-is-here-2f21</guid>
      <description>&lt;p&gt;Welcome to all developers who are contributing to open-source for Hacktoberfest 2024!&lt;/p&gt;

&lt;p&gt;For this year's event, I am maintaining an open-source repository where you can choose any web design and write the code in HTML, CSS, JavaScript to convert it into a live website.&lt;/p&gt;

&lt;p&gt;Here is the repository link &lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/lmas3009" rel="noopener noreferrer"&gt;
        lmas3009
      &lt;/a&gt; / &lt;a href="https://github.com/lmas3009/design2code2live" rel="noopener noreferrer"&gt;
        design2code2live
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Convert the design to code to live. Below is the demo link
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/lmas3009/design2code2liveimage.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Flmas3009%2Fdesign2code2liveimage.png" alt="hacktoberfest"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;design2code2live&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;Welcome all developers to design2code2live.&lt;/p&gt;
&lt;p&gt;Can you code? If i provide you a design.&lt;/p&gt;
&lt;p&gt;Build the code from the design and push it to the repository. You can see your design live from
&lt;code&gt;https://aravindkumarv.xyz/design2code2live/{DesignName}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;github link: &lt;a href="https://github.com/lmas3009/design2code2live" rel="noopener noreferrer"&gt;https://github.com/lmas3009/design2code2live&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Contribute through Hacktoberfest 2024&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;HACKTOBERFEST IS FOR EVERYONE. WHETHER IT’S YOUR FIRST TIME—OR YOUR NINTH—IT’S ALMOST TIME TO HACK OUT FOUR PRISTINE PULL/MERGE REQUESTS AND COMPLETE YOUR MISSION FOR OPEN SOURCE&lt;/p&gt;
&lt;p&gt;Link 👉&lt;a href="https://hacktoberfest.com/" rel="nofollow noopener noreferrer"&gt;https://hacktoberfest.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;JOIN THE DISCORD - &lt;a href="https://discord.com/invite/RfMEVfVGJk" rel="nofollow noopener noreferrer"&gt;https://discord.com/invite/RfMEVfVGJk&lt;/a&gt; and get notified when the event starts and information related to designs.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;This year are giving away sticker packs for all the developers who contributes to design2code2live&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/60876387/372869580-7a075fe6-5988-484d-91ee-64bc806cc295.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTYxNDQ4MjEsIm5iZiI6MTc1NjE0NDUyMSwicGF0aCI6Ii82MDg3NjM4Ny8zNzI4Njk1ODAtN2EwNzVmZTYtNTk4OC00ODRkLTkxZWUtNjRiYzgwNmNjMjk1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA4MjUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwODI1VDE3NTUyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY0NDgwNjgxOThkYTZjOTllMDFmMWZlZmQxYjQ1YTBiMjFmZDNjYzg4MzM0M2JhOTVkMjdlODMxZGI4NjIxMWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.iwdUOfhB7JV-mKX_VuNnbHSLmH9y1MOEIuSEet8kcks"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F60876387%2F372869580-7a075fe6-5988-484d-91ee-64bc806cc295.png%3Fjwt%3DeyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTYxNDQ4MjEsIm5iZiI6MTc1NjE0NDUyMSwicGF0aCI6Ii82MDg3NjM4Ny8zNzI4Njk1ODAtN2EwNzVmZTYtNTk4OC00ODRkLTkxZWUtNjRiYzgwNmNjMjk1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA4MjUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwODI1VDE3NTUyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY0NDgwNjgxOThkYTZjOTllMDFmMWZlZmQxYjQ1YTBiMjFmZDNjYzg4MzM0M2JhOTVkMjdlODMxZGI4NjIxMWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.iwdUOfhB7JV-mKX_VuNnbHSLmH9y1MOEIuSEet8kcks" alt="sticker"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Contribution Guidelines&lt;/h2&gt;

&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Select the respective issue&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Get assigned to the issue&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fork the repository&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a new branch&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;git checkout -b {branchName}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;ol start="5"&gt;
&lt;li&gt;
&lt;p&gt;Create a new folder&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add your source code and design image&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Commit your code&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;git commit -m {Design Name}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;ol start="8"&gt;
&lt;li&gt;Push your code&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;
&lt;pre class="notranslate"&gt;&lt;code&gt;git push&lt;/code&gt;&lt;/pre&gt;…&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/lmas3009/design2code2live" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Here is the issue link where you can request to work on a new design, create a pull request with your source code, and earn a Hacktoberfest-accepted tag&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/lmas3009/design2code2live/issues/246" rel="noopener noreferrer"&gt;
      &lt;img class="github-logo" alt="GitHub logo" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg"&gt;
      &lt;span class="issue-title"&gt;
        2024 5-Designs (Multi-contribution)
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#246&lt;/span&gt;
    &lt;/a&gt;
  &lt;/h1&gt;
  &lt;div class="github-thread"&gt;
    &lt;div class="timeline-comment-header"&gt;
      &lt;a href="https://github.com/lmas3009" rel="noopener noreferrer"&gt;
        &lt;img class="github-liquid-tag-img" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Favatars.githubusercontent.com%2Fu%2F60876387%3Fv%3D4" alt="lmas3009 avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/lmas3009" rel="noopener noreferrer"&gt;lmas3009&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/lmas3009/design2code2live/issues/246" rel="noopener noreferrer"&gt;&lt;time&gt;Sep 30, 2024&lt;/time&gt;&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag-github-body"&gt;
      &lt;p&gt;Create a folder with the names below&lt;/p&gt;
&lt;p&gt;Built it using HTML, CSS/Tailwind CSS, Javascript&lt;/p&gt;
&lt;p&gt;Join &lt;a href="https://discord.gg/C3PAvsmrKV" rel="nofollow noopener noreferrer"&gt;https://discord.gg/C3PAvsmrKV&lt;/a&gt; for fast-updated&lt;/p&gt;
&lt;p&gt;Optional: Make it Responsive&lt;/p&gt;
&lt;p&gt;Select the design first!&lt;/p&gt;
&lt;p&gt;Design 2024_01
&lt;a rel="noopener noreferrer" href="https://github.com/user-attachments/assets/acad3d79-81cf-4837-9741-012fe185cc24"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2Facad3d79-81cf-4837-9741-012fe185cc24" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Design 2024_02
&lt;a rel="noopener noreferrer" href="https://github.com/user-attachments/assets/4f882a41-52ec-46ba-b759-99695e7ae2f7"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2F4f882a41-52ec-46ba-b759-99695e7ae2f7" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Design 2024_03
&lt;a rel="noopener noreferrer" href="https://github.com/user-attachments/assets/c65db8e5-b236-4745-a20b-83d2e282e20b"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2Fc65db8e5-b236-4745-a20b-83d2e282e20b" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Design 2024_04
&lt;a rel="noopener noreferrer" href="https://github.com/user-attachments/assets/d0def84c-c050-412f-b824-9550c4402aea"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2Fd0def84c-c050-412f-b824-9550c4402aea" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Design 2024_05
&lt;a rel="noopener noreferrer" href="https://github.com/user-attachments/assets/ad2f328c-0818-4deb-99d6-42c359e641ce"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2Fad2f328c-0818-4deb-99d6-42c359e641ce" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/lmas3009/design2code2live/issues/246" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;We encourage all levels of developers who are willing to code and get into live websites.&lt;/p&gt;

&lt;p&gt;We expect more developers to work on design2code2live.&lt;/p&gt;

&lt;p&gt;Join the discord: &lt;a href="https://discord.gg/C3PAvsmrKV" rel="noopener noreferrer"&gt;https://discord.gg/C3PAvsmrKV&lt;/a&gt; to get any updates on the repository.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>hacktoberfest24</category>
      <category>hacktoberfest</category>
      <category>webdevelopers</category>
      <category>webdesign</category>
    </item>
    <item>
      <title>Introducing ColorPaletteWithCode🎨</title>
      <dc:creator>Aravind Kumar Vemula</dc:creator>
      <pubDate>Tue, 26 Dec 2023 05:07:14 +0000</pubDate>
      <link>https://dev.to/lmas3009/introducing-colorpalettewithcode-g6o</link>
      <guid>https://dev.to/lmas3009/introducing-colorpalettewithcode-g6o</guid>
      <description>&lt;p&gt;Elevate your design game with ColorPaletteWithCode!&lt;/p&gt;

&lt;p&gt;Get instant color codes, CSS, and TailwindCSS scripts for seamless integration. Effortless design, all in one place.&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%2Fzzbl9i96yr7zx5145wxa.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%2Fzzbl9i96yr7zx5145wxa.png" alt="preview" width="800" height="379"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔴 Live:&lt;br&gt;
&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://colorpalettewithcode.vercel.app/" 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%2Fcolorpalettewithcode.vercel.app%2F_next%2Fimage%3Furl%3D%252Fbanner.png%26w%3D1080%26q%3D75" height="258" class="m-0" width="500"&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://colorpalettewithcode.vercel.app/" rel="noopener noreferrer" class="c-link"&gt;
            ColorPaletteWithCode: Your Ultimate Tool for Effortless Color Integration – Get Color Codes, CSS, and TailwindCSS Scripts Instantly
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Discover the perfect color scheme for your projects with ColorPaletteWithCode. Obtain precise color codes and streamline your design process by effortlessly generating CSS and TailwindCSS scripts. Elevate your web design with ease!
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
          colorpalettewithcode.vercel.app
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Also Introducing ColorPaletteWithCode Bundle!&lt;/p&gt;

&lt;p&gt;Instant color codes, CSS, and TailwindCSS magic—all in one!&lt;br&gt;
📦Get the bundle directly from the website.&lt;/p&gt;

&lt;p&gt;Don't miss out on this incredible deal! Buy now at 4$&lt;/p&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1739359976886526004-164" src="https://platform.twitter.com/embed/Tweet.html?id=1739359976886526004"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1739359976886526004-164');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1739359976886526004&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;h1&gt;
  
  
  Creator
&lt;/h1&gt;


&lt;div class="ltag__user ltag__user__id__455052"&gt;
    &lt;a href="/lmas3009" class="ltag__user__link profile-image-link"&gt;
      &lt;div class="ltag__user__pic"&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%2Fuser%2Fprofile_image%2F455052%2F0f7bbaf5-920b-474a-8ea8-715ff8c3a73b.png" alt="lmas3009 image"&gt;
      &lt;/div&gt;
    &lt;/a&gt;
  &lt;div class="ltag__user__content"&gt;
    &lt;h2&gt;
&lt;a class="ltag__user__link" href="/lmas3009"&gt;Aravind Kumar Vemula&lt;/a&gt;Follow
&lt;/h2&gt;
    &lt;div class="ltag__user__summary"&gt;
      &lt;a class="ltag__user__link" href="/lmas3009"&gt;From simple-to-medium ideas that come to my mind, I build micro-saas or side-projects from that. I am a Web developer &lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>css</category>
      <category>tailwindcss</category>
      <category>colorcodes</category>
      <category>designers</category>
    </item>
    <item>
      <title>Introducing phuntmakerhub</title>
      <dc:creator>Aravind Kumar Vemula</dc:creator>
      <pubDate>Fri, 03 Nov 2023 09:11:27 +0000</pubDate>
      <link>https://dev.to/lmas3009/introducing-phuntmakerhub-33h6</link>
      <guid>https://dev.to/lmas3009/introducing-phuntmakerhub-33h6</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Nu1YmWGE9_8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Introducing phuntmakerhub: Enhance Your Landing Page with Customized Widgets from your producthunt posts/product URLs.&lt;/p&gt;

&lt;p&gt;A simple way to create widgets from your producthunt page. Below is the demo video&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/X_zXsf1EHBY"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Follow on twitter for more updates on phuntmakerhub&lt;br&gt;
 &lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;a href="https://twitter.com/intmone_hq" rel="noopener noreferrer"&gt;
      twitter.com
    &lt;/a&gt;
&lt;/div&gt;
 

&lt;p&gt;Launching the product on 5th NOV on producthunt.&lt;br&gt;
Link to product: &lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
      &lt;div class="c-embed__cover"&gt;
        &lt;a href="https://www.producthunt.com/products/phuntmakerhub" class="c-link s:max-w-50 align-middle" rel="noopener noreferrer"&gt;
          &lt;img alt="" src="https://res.cloudinary.com/practicaldev/image/fetch/s--1zTGalv9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://ph-files.imgix.net/3c73dbbd-1f3a-41a3-92ba-7d2f6ef812b5.png%3Fauto%3Dformat%26fit%3Dcrop%26frame%3D1%26h%3D512%26w%3D1024" height="400" class="m-0" width="800"&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://www.producthunt.com/products/phuntmakerhub" rel="noopener noreferrer" class="c-link"&gt;
           phuntmakerhub - Product Information, Latest Updates, and Reviews 2023 | Product Hunt
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;p class="truncate-at-3"&gt;
          Enhance Your Landing Page with Customized Widgets: Display Makers / Detailed Project Information / Display Comments from your ProductHunt Page
        &lt;/p&gt;
      &lt;div class="color-secondary fs-s flex items-center"&gt;
          &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://res.cloudinary.com/practicaldev/image/fetch/s--cmeqGyAO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://ph-static.imgix.net/ph-favicon-coral.ico" width="240" height="240"&gt;
        producthunt.com
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Need all your support on the product.&lt;/p&gt;

&lt;p&gt;Thanks for your support in advance.&lt;/p&gt;

</description>
      <category>api</category>
      <category>phuntmakerhub</category>
      <category>producthunt</category>
    </item>
    <item>
      <title>Hacktoberfest 2023 Open-Source Repository</title>
      <dc:creator>Aravind Kumar Vemula</dc:creator>
      <pubDate>Sat, 14 Oct 2023 01:35:22 +0000</pubDate>
      <link>https://dev.to/lmas3009/hacktoberfest-2023-open-source-repository-4cmp</link>
      <guid>https://dev.to/lmas3009/hacktoberfest-2023-open-source-repository-4cmp</guid>
      <description>&lt;p&gt;Welcome to all developers who are contributing to open-source for Hacktoberfest 2023!&lt;/p&gt;

&lt;p&gt;For this year's event, I am maintaining an open-source repository where you can choose any web design and write the code in HTML, CSS, JavaScript to convert it into a live website.&lt;/p&gt;

&lt;p&gt;Demo: &lt;a href="https://aravindkumarv.xyz/design2code2live/Demo" rel="noopener noreferrer"&gt;https://aravindkumarv.xyz/design2code2live/Demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here is the repository link &lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/lmas3009" rel="noopener noreferrer"&gt;
        lmas3009
      &lt;/a&gt; / &lt;a href="https://github.com/lmas3009/design2code2live" rel="noopener noreferrer"&gt;
        design2code2live
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Convert the design to code to live. Below is the demo link
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/lmas3009/design2code2liveimage.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Flmas3009%2Fdesign2code2liveimage.png" alt="hacktoberfest"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;design2code2live&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;Welcome all developers to design2code2live.&lt;/p&gt;
&lt;p&gt;Can you code? If i provide you a design.&lt;/p&gt;
&lt;p&gt;Build the code from the design and push it to the repository. You can see your design live from
&lt;code&gt;https://aravindkumarv.xyz/design2code2live/{DesignName}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;github link: &lt;a href="https://github.com/lmas3009/design2code2live" rel="noopener noreferrer"&gt;https://github.com/lmas3009/design2code2live&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Contribute through Hacktoberfest 2024&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;HACKTOBERFEST IS FOR EVERYONE. WHETHER IT’S YOUR FIRST TIME—OR YOUR NINTH—IT’S ALMOST TIME TO HACK OUT FOUR PRISTINE PULL/MERGE REQUESTS AND COMPLETE YOUR MISSION FOR OPEN SOURCE&lt;/p&gt;
&lt;p&gt;Link 👉&lt;a href="https://hacktoberfest.com/" rel="nofollow noopener noreferrer"&gt;https://hacktoberfest.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;JOIN THE DISCORD - &lt;a href="https://discord.com/invite/RfMEVfVGJk" rel="nofollow noopener noreferrer"&gt;https://discord.com/invite/RfMEVfVGJk&lt;/a&gt; and get notified when the event starts and information related to designs.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;This year are giving away sticker packs for all the developers who contributes to design2code2live&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/60876387/372869580-7a075fe6-5988-484d-91ee-64bc806cc295.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTYxNDQ4MTksIm5iZiI6MTc1NjE0NDUxOSwicGF0aCI6Ii82MDg3NjM4Ny8zNzI4Njk1ODAtN2EwNzVmZTYtNTk4OC00ODRkLTkxZWUtNjRiYzgwNmNjMjk1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA4MjUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwODI1VDE3NTUxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk3Mzc3NmUwNzYyYjE3ODEzMTg1ZTY4N2MyYTllZTlkN2E3MGI5ZDdiZGYzNDMwMzdiN2YwM2VlNTFmNTVkOWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.B2T7c3h2d--5_BTdxjaqdj_QHdjrncneWPPzTU9uSLs"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F60876387%2F372869580-7a075fe6-5988-484d-91ee-64bc806cc295.png%3Fjwt%3DeyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTYxNDQ4MTksIm5iZiI6MTc1NjE0NDUxOSwicGF0aCI6Ii82MDg3NjM4Ny8zNzI4Njk1ODAtN2EwNzVmZTYtNTk4OC00ODRkLTkxZWUtNjRiYzgwNmNjMjk1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA4MjUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwODI1VDE3NTUxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk3Mzc3NmUwNzYyYjE3ODEzMTg1ZTY4N2MyYTllZTlkN2E3MGI5ZDdiZGYzNDMwMzdiN2YwM2VlNTFmNTVkOWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.B2T7c3h2d--5_BTdxjaqdj_QHdjrncneWPPzTU9uSLs" alt="sticker"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Contribution Guidelines&lt;/h2&gt;

&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Select the respective issue&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Get assigned to the issue&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fork the repository&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a new branch&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;git checkout -b {branchName}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;ol start="5"&gt;
&lt;li&gt;
&lt;p&gt;Create a new folder&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add your source code and design image&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Commit your code&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;git commit -m {Design Name}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;ol start="8"&gt;
&lt;li&gt;Push your code&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;
&lt;pre class="notranslate"&gt;&lt;code&gt;git push&lt;/code&gt;&lt;/pre&gt;…&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/lmas3009/design2code2live" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Here is the issue link where you can request to work on a new design, create a pull request with your source code, and earn a Hacktoberfest-accepted tag&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/lmas3009/design2code2live/issues/216" rel="noopener noreferrer"&gt;
      &lt;img class="github-logo" alt="GitHub logo" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg"&gt;
      &lt;span class="issue-title"&gt;
        2023 Custom Design (Accept Multiple Assignes)
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#216&lt;/span&gt;
    &lt;/a&gt;
  &lt;/h1&gt;
  &lt;div class="github-thread"&gt;
    &lt;div class="timeline-comment-header"&gt;
      &lt;a href="https://github.com/lmas3009" rel="noopener noreferrer"&gt;
        &lt;img class="github-liquid-tag-img" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Favatars.githubusercontent.com%2Fu%2F60876387%3Fv%3D4" alt="lmas3009 avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/lmas3009" rel="noopener noreferrer"&gt;lmas3009&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/lmas3009/design2code2live/issues/216" rel="noopener noreferrer"&gt;&lt;time&gt;Oct 07, 2023&lt;/time&gt;&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag-github-body"&gt;
      &lt;p&gt;Create the folder based on your project name.&lt;/p&gt;
&lt;p&gt;Choose any single-page web designs from dribble/google/Pinterest/etc...&lt;/p&gt;
&lt;p&gt;Built it using HTML, CSS/Tailwind CSS, Javascript&lt;/p&gt;
&lt;p&gt;Join &lt;a href="https://discord.gg/C3PAvsmrKV" rel="nofollow noopener noreferrer"&gt;https://discord.gg/C3PAvsmrKV&lt;/a&gt; for fast-updated&lt;/p&gt;
&lt;p&gt;Optional: Make it Responsive&lt;/p&gt;
&lt;p&gt;Resources
fonts: &lt;a href="https://fonts.google.com/" rel="nofollow noopener noreferrer"&gt;https://fonts.google.com/&lt;/a&gt;
colors: &lt;a href="https://coolors.co/" rel="nofollow noopener noreferrer"&gt;https://coolors.co/&lt;/a&gt;
images: &lt;a href="https://unsplash.com/" rel="nofollow noopener noreferrer"&gt;https://unsplash.com/&lt;/a&gt; or &lt;a href="https://www.pexels.com/" rel="nofollow noopener noreferrer"&gt;https://www.pexels.com/&lt;/a&gt;&lt;/p&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/lmas3009/design2code2live/issues/216" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;We encourage all levels of developers who are willing to code and get into live websites.&lt;/p&gt;

&lt;p&gt;We expect more developers to work on design2code2live.&lt;/p&gt;

&lt;p&gt;Join the discord: &lt;a href="https://discord.gg/C3PAvsmrKV" rel="noopener noreferrer"&gt;https://discord.gg/C3PAvsmrKV&lt;/a&gt; to get any updates on the repository.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>hacktoberfest23</category>
      <category>hacktoberfest</category>
      <category>webdevelopers</category>
      <category>webdesign</category>
    </item>
    <item>
      <title>Designs are ready Hacktoberfest 2023 with design2code2live</title>
      <dc:creator>Aravind Kumar Vemula</dc:creator>
      <pubDate>Sun, 01 Oct 2023 03:44:25 +0000</pubDate>
      <link>https://dev.to/lmas3009/designs-are-ready-hacktoberfest-2023-with-design2code2live-10ke</link>
      <guid>https://dev.to/lmas3009/designs-are-ready-hacktoberfest-2023-with-design2code2live-10ke</guid>
      <description>&lt;p&gt;A hearty welcome to each and every one of you as we step into Hacktoberfest 2023 👏&lt;/p&gt;

&lt;p&gt;Introducing design2code2live, our open-source repository where I share designs and our incredible contributors bring them to life using HTML, CSS, and JavaScript.&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%2Ff314iewjjan8g0fqct6e.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%2Ff314iewjjan8g0fqct6e.png" alt="designs" width="800" height="659"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;More 20 designs are coming today by EOD&lt;/p&gt;

&lt;p&gt;Join the discord server to be notified when the designs are available and also about the event. &lt;a href="https://discord.gg/C3PAvsmrKV" rel="noopener noreferrer"&gt;https://discord.gg/C3PAvsmrKV&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And now, let’s talk about the exciting swag! Based on your contributions, we’ll be sending you a digital sticker — a super cool one at that!&lt;/p&gt;

&lt;p&gt;reward&lt;/p&gt;

&lt;p&gt;1 PR Merged: Level 1 Sticker&lt;br&gt;
2 PRs Merged: Level 2 Sticker&lt;br&gt;
4 PRs Merged: Level 3 Sticker&lt;br&gt;
5 PRs Merged: Level 4 Sticker&lt;br&gt;
6+ PRs Merged: PRO Level Sticker&lt;/p&gt;

&lt;p&gt;All the stickers are digital and will be mailed after the event ends&lt;/p&gt;

&lt;p&gt;Designs are in progress. Will keep you posted about the designs on my Twitter — &lt;a href="https://twitter.com/@AravindkumarV09" rel="noopener noreferrer"&gt;https://twitter.com/@AravindkumarV09&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>hacktoberfest23</category>
      <category>hacktoberfest</category>
      <category>webdeveloper</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Ready Hacktoberfest 2023 with design2code2live</title>
      <dc:creator>Aravind Kumar Vemula</dc:creator>
      <pubDate>Wed, 27 Sep 2023 14:03:33 +0000</pubDate>
      <link>https://dev.to/lmas3009/ready-hacktoberfest-2023-with-design2code2live-26ih</link>
      <guid>https://dev.to/lmas3009/ready-hacktoberfest-2023-with-design2code2live-26ih</guid>
      <description>&lt;p&gt;A hearty welcome to each and every one of you as we step into Hacktoberfest 2023 👏&lt;/p&gt;

&lt;p&gt;Introducing design2code2live, our open-source repository where I share designs and our incredible contributors bring them to life using HTML, CSS, and JavaScript.&lt;/p&gt;

&lt;p&gt;Drawing inspiration from the remarkable achievements of Hacktoberfest 2022, our dedicated contributors turned over 60+ designs into fully functional websites. 🚀&lt;/p&gt;

&lt;p&gt;A big round of applause and heartfelt gratitude to all the contributors who turned those designs into a website.&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%2Fn6oobvq4epqds73ee26j.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%2Fn6oobvq4epqds73ee26j.png" alt="2022" width="720" height="306"&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%2Fwigzmewhldrjmsfl46xy.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%2Fwigzmewhldrjmsfl46xy.png" alt="github" width="800" height="1129"&gt;&lt;/a&gt;&lt;br&gt;
Hacktoberfest 2022 Designs ☝️&lt;/p&gt;

&lt;p&gt;Now let's enter into hacktoberfest 2023. Here we are planning to go for 100+ designs into websites with your help.&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%2Fhk5tp3i1n6gdg5d8idyp.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%2Fhk5tp3i1n6gdg5d8idyp.png" alt="do it gif" width="498" height="244"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With your unwavering support and encouragement, let’s dive headfirst into this fest and create a wave of incredible achievements.&lt;/p&gt;

&lt;p&gt;Join the discord server to be notified when the designs are available and also about the event. &lt;a href="https://discord.com/invite/RfMEVfVGJk" rel="noopener noreferrer"&gt;https://discord.com/invite/RfMEVfVGJk&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And now, let’s talk about the exciting swag! Based on your contributions, we’ll be sending you a digital sticker — a super cool one at that!&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%2F5v22fk7392zvegl8e0ij.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%2F5v22fk7392zvegl8e0ij.png" alt="reward" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1 PR Merged: Level 1 Sticker&lt;br&gt;
2 PRs Merged: Level 2 Sticker&lt;br&gt;
4 PRs Merged: Level 3 Sticker&lt;br&gt;
5 PRs Merged: Level 4 Sticker&lt;br&gt;
6+ PRs Merged: PRO Level Sticker&lt;/p&gt;

&lt;p&gt;All the stickers are digital and will be mailed after the event ends&lt;/p&gt;

&lt;p&gt;Designs are in progress. Will keep you posted about the designs on my Twitter — &lt;a href="https://twitter.com/@AravindkumarV09" rel="noopener noreferrer"&gt;https://twitter.com/@AravindkumarV09&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>hacktoberfest23</category>
      <category>hacktoberfest</category>
      <category>webdeveloper</category>
      <category>webdev</category>
    </item>
    <item>
      <title>AppListr | The Desktop App Marketplace!</title>
      <dc:creator>Aravind Kumar Vemula</dc:creator>
      <pubDate>Sat, 09 Sep 2023 18:16:59 +0000</pubDate>
      <link>https://dev.to/lmas3009/applistr-the-desktop-app-marketplace-ag6</link>
      <guid>https://dev.to/lmas3009/applistr-the-desktop-app-marketplace-ag6</guid>
      <description>&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%2Faqju9xt7t7sc9edaczz6.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%2Faqju9xt7t7sc9edaczz6.png" alt="Ilogo" width="500" height="500"&gt;&lt;/a&gt;&lt;br&gt;
Introducing our new app: AppListr - The Desktop App Marketplace!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://applistr.vercel.app/" rel="noopener noreferrer"&gt;https://applistr.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Discover a wide range of desktop applications used by developers, content creators, and more.&lt;/p&gt;

&lt;p&gt;As we're just getting started, you may not find an extensive app selection yet. However, if you use any desktop apps, you can contribute by listing them after filling out our submission form.&lt;/p&gt;

&lt;p&gt;We invite you to explore the app and kindly share your valuable feedback with us.&lt;/p&gt;

&lt;p&gt;Thank you for being a part of AppListr!&lt;/p&gt;

</description>
      <category>desktop</category>
      <category>marketplace</category>
      <category>showcase</category>
    </item>
    <item>
      <title>A link-in-bio website to showcase your skills</title>
      <dc:creator>Aravind Kumar Vemula</dc:creator>
      <pubDate>Thu, 24 Aug 2023 05:39:08 +0000</pubDate>
      <link>https://dev.to/lmas3009/a-link-in-bio-website-16n4</link>
      <guid>https://dev.to/lmas3009/a-link-in-bio-website-16n4</guid>
      <description>&lt;p&gt;A link in bio tool/website to showcase your skills.&lt;/p&gt;

&lt;p&gt;We just launched a website myskillfolio.xyz Here you can showcase your skills. To know how it works checkout the demo pages under explore section.&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;a href="https://www.myskillfolio.xyz" rel="noopener noreferrer"&gt;
      myskillfolio.xyz
    &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;This can be used by anyone this is not fixed to any specific people. Any one can generate/create there own page.&lt;/p&gt;

&lt;p&gt;To know more checkout this post&lt;br&gt;
&lt;iframe class="tweet-embed" id="tweet-1694359362834457067-412" src="https://platform.twitter.com/embed/Tweet.html?id=1694359362834457067"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1694359362834457067-412');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1694359362834457067&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;p&gt;Just open the page and create your own folio page and don't forget to shoutout your page with hashtag #myskillfolio on twitter.&lt;/p&gt;

&lt;p&gt;Thanks for visiting my page, if not, please do visit my page.&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%2F8c628vs93vpylhk71b76.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%2F8c628vs93vpylhk71b76.png" alt="thanks" width="800" height="566"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>linkinbio</category>
      <category>showcase</category>
      <category>skills</category>
    </item>
    <item>
      <title>Get ready for Hacktoberfest 2023 with design2code2live</title>
      <dc:creator>Aravind Kumar Vemula</dc:creator>
      <pubDate>Thu, 17 Aug 2023 17:26:01 +0000</pubDate>
      <link>https://dev.to/lmas3009/get-ready-for-hacktoberfest-2023-with-design2code2live-44e3</link>
      <guid>https://dev.to/lmas3009/get-ready-for-hacktoberfest-2023-with-design2code2live-44e3</guid>
      <description>&lt;p&gt;A hearty welcome to each and every one of you as we step into Hacktoberfest 2023 👏&lt;/p&gt;

&lt;p&gt;Introducing design2code2live, our open-source repository where I share designs and our incredible contributors bring them to life using HTML, CSS, and JavaScript.&lt;/p&gt;

&lt;p&gt;Drawing inspiration from the remarkable achievements of Hacktoberfest 2022, our dedicated contributors turned over 60+ designs into fully functional websites. 🚀&lt;/p&gt;

&lt;p&gt;A big round of applause and heartfelt gratitude to all the contributors who turned those designs into a website.&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%2Fn6oobvq4epqds73ee26j.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%2Fn6oobvq4epqds73ee26j.png" alt="2022" width="720" height="306"&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%2Fwigzmewhldrjmsfl46xy.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%2Fwigzmewhldrjmsfl46xy.png" alt="github" width="800" height="1129"&gt;&lt;/a&gt;&lt;br&gt;
Hacktoberfest 2022 Designs ☝️&lt;/p&gt;

&lt;p&gt;Now let's enter into hacktoberfest 2023. Here we are planning to go for 100+ designs into websites with your help.&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%2Fhk5tp3i1n6gdg5d8idyp.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%2Fhk5tp3i1n6gdg5d8idyp.png" alt="do it gif" width="498" height="244"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With your unwavering support and encouragement, let’s dive headfirst into this fest and create a wave of incredible achievements.&lt;/p&gt;

&lt;p&gt;Join the discord server to be notified when the designs are available and also about the event. &lt;a href="https://discord.com/invite/RfMEVfVGJk" rel="noopener noreferrer"&gt;https://discord.com/invite/RfMEVfVGJk&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And now, let’s talk about the exciting swag! Based on your contributions, we’ll be sending you a digital sticker — a super cool one at that!&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%2F5v22fk7392zvegl8e0ij.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%2F5v22fk7392zvegl8e0ij.png" alt="reward" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1 PR Merged: Level 1 Sticker&lt;br&gt;
2 PRs Merged: Level 2 Sticker&lt;br&gt;
4 PRs Merged: Level 3 Sticker&lt;br&gt;
5 PRs Merged: Level 4 Sticker&lt;br&gt;
6+ PRs Merged: PRO Level Sticker&lt;/p&gt;

&lt;p&gt;All the stickers are digital and will be mailed after the event ends&lt;/p&gt;

&lt;p&gt;Designs are in progress. Will keep you posted about the designs on my Twitter — &lt;a href="https://twitter.com/@AravindkumarV09" rel="noopener noreferrer"&gt;https://twitter.com/@AravindkumarV09&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>hacktoberfest23</category>
      <category>hacktoberfest</category>
      <category>webdeveloper</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
