<?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: Lakshya Singh Chauhan</title>
    <description>The latest articles on DEV Community by Lakshya Singh Chauhan (@lakshyaelite).</description>
    <link>https://dev.to/lakshyaelite</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%2F1160928%2F653dbd8d-cf5a-40e0-a78d-9a3c459842d7.png</url>
      <title>DEV Community: Lakshya Singh Chauhan</title>
      <link>https://dev.to/lakshyaelite</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lakshyaelite"/>
    <language>en</language>
    <item>
      <title>How to Make an Attractive GitHub Profile README</title>
      <dc:creator>Lakshya Singh Chauhan</dc:creator>
      <pubDate>Sat, 16 Aug 2025 03:37:31 +0000</pubDate>
      <link>https://dev.to/lakshyaelite/how-to-make-an-attractive-github-profile-readme-166</link>
      <guid>https://dev.to/lakshyaelite/how-to-make-an-attractive-github-profile-readme-166</guid>
      <description>&lt;p&gt;A visually appealing GitHub profile README can make your account stand out, showcase your skills, and leave a lasting impression on visitors. In this post, we'll explore how to enhance your &lt;strong&gt;profile README&lt;/strong&gt; using some free tools.&lt;/p&gt;

&lt;h2&gt;
  
  
  🎨 1. Add an Animated Header with &lt;code&gt;capsule-render&lt;/code&gt;
&lt;/h2&gt;

&lt;p&gt;Capsule-render lets you create eye-catching animated headers and footers. Embed it at the top of your README to greet visitors:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;Header&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://capsule-render.vercel.app/api?type=waving&amp;amp;color=gradient&amp;amp;height=150&amp;amp;section=header&amp;amp;text=Hi%2C%20I'm%20YourName!&amp;amp;fontSize=50&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Customize:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;type&lt;/strong&gt;: waving, float, slice, etc.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;color&lt;/strong&gt;: gradient or single color&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;text&lt;/strong&gt;: your personal greeting or tagline&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For more options visit the &lt;a href="https://capsule-render.vercel.app/" rel="noopener noreferrer"&gt;capsule-renderer&lt;/a&gt; website.&lt;br&gt;
It instantly gives your profile a dynamic, welcoming look.&lt;/p&gt;
&lt;h2&gt;
  
  
  🙋 2. Introduce Yourself
&lt;/h2&gt;

&lt;p&gt;Write a short, friendly intro to let visitors know who you are and what you do.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;### 👋 About Me&lt;/span&gt;
Hi! I'm &lt;span class="gs"&gt;**YourName**&lt;/span&gt;, a web developer and Python enthusiast. I love building interactive web apps, exploring new technologies, and sharing knowledge through open-source projects.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  🛠️ 3. Showcase Skills with &lt;code&gt;devions&lt;/code&gt;
&lt;/h2&gt;

&lt;p&gt;Display your tech stack with crisp icons. Here’s an example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;### 💻 Skills&lt;/span&gt;
&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;Python&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/python/python-original.svg&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;JavaScript&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/javascript/javascript-original.svg&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;React&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/react/react-original.svg&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;TailwindCSS&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/tailwindcss/tailwindcss-original.svg&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You can arrange them in a row or group by category.&lt;br&gt;
You can find the icons at &lt;a href="https://devicon.dev/" rel="noopener noreferrer"&gt;devicon.dev&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;
  
  
  📊 4. Add GitHub Stats Cards
&lt;/h2&gt;

&lt;p&gt;Showcase your GitHub statistics using &lt;a href="https://gh-stats-gen.vercel.app/" rel="noopener noreferrer"&gt;GitHub Stats Generator&lt;/a&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;lakshyaelite's Stats&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github-readme-stats.vercel.app/api?username=lakshyaelite&amp;amp;theme=default&amp;amp;show_icons=true&amp;amp;hide_border=true&amp;amp;count_private=true&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;lakshyaelite's Streak&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github-readme-streak-stats.herokuapp.com/?user=lakshyaelite&amp;amp;theme=default&amp;amp;hide_border=true&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;lakshyaelite's Top Languages&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github-readme-stats.vercel.app/api/top-langs/?username=lakshyaelite&amp;amp;theme=default&amp;amp;show_icons=true&amp;amp;hide_border=true&amp;amp;layout=compact&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;blockquote&gt;
&lt;p&gt;You can also change the theme of the cards through the generator&lt;br&gt;
{: .prompt-tip}&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  🧩 5. Add an Animated Footer with &lt;code&gt;capsule-render&lt;/code&gt;
&lt;/h2&gt;

&lt;p&gt;To top it all off, add a nice footer to the end using the capsule-render I mentioned before:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;Footer&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://capsule-render.vercel.app/api?type=slice&amp;amp;color=gradient&amp;amp;height=100&amp;amp;section=footer&amp;amp;text=Thanks%20for%20visiting!&amp;amp;fontSize=30&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  💡 6. Extra Tips
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Use &lt;strong&gt;emoji&lt;/strong&gt; to add personality and visual cues.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Keep sections short and readable.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Include links to your portfolio or social media accounts.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Update regularly to reflect your latest skills and projects.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  ✅ Final Result
&lt;/h2&gt;

&lt;p&gt;This is how my GitHub README turned out: &lt;a href="https://github.com/lakshyaelite" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;br&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%2F5ss6e52wsrwuvttn71nr.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%2F5ss6e52wsrwuvttn71nr.png" alt="Final Result" width="800" height="977"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;A well-designed GitHub profile README is all about &lt;strong&gt;first impressions&lt;/strong&gt;. Using tools like &lt;strong&gt;capsule-render&lt;/strong&gt; for animation and &lt;strong&gt;devicon&lt;/strong&gt; for skill display can make your profile pop while keeping it professional.&lt;/p&gt;

</description>
      <category>github</category>
      <category>developertools</category>
      <category>portfolio</category>
    </item>
    <item>
      <title>Building a Poetry App with Google AI Studio: The Making of VerseForge</title>
      <dc:creator>Lakshya Singh Chauhan</dc:creator>
      <pubDate>Fri, 01 Aug 2025 13:17:12 +0000</pubDate>
      <link>https://dev.to/lakshyaelite/building-a-poetry-app-with-google-ai-studio-the-making-of-verseforge-1a95</link>
      <guid>https://dev.to/lakshyaelite/building-a-poetry-app-with-google-ai-studio-the-making-of-verseforge-1a95</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is my submission for &lt;a href="https://dev.to/deved/build-apps-with-google-ai-studio"&gt;DEV Education Track: Build Apps with Google AI Studio&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🔨 What I Built
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;VerseForge&lt;/strong&gt; ✨—an interactive poetry collaboration app that lets users co-create original poems with AI. The idea was to craft a tool where users input a &lt;em&gt;mood&lt;/em&gt; (e.g., 😔 melancholic, 🎉 euphoric), a &lt;em&gt;theme&lt;/em&gt; (like 🌿 nature, ❤️ love, ⚡ loss), or even just an opening line, and then work &lt;em&gt;with&lt;/em&gt; the AI to complete poems in real time. Users can write a line or stanza, and the AI responds with the next portion—maintaining tone, rhythm, and poetic structure.&lt;/p&gt;

&lt;p&gt;Key features include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🖋 &lt;strong&gt;Poetry form templates:&lt;/strong&gt; free verse, haiku, sonnet, limerick&lt;/li&gt;
&lt;li&gt;✏️ &lt;strong&gt;Editable AI suggestions:&lt;/strong&gt; accept, tweak, or reject each AI-generated stanza&lt;/li&gt;
&lt;li&gt;🚀 &lt;strong&gt;‘Surprise Me’ mode:&lt;/strong&gt; AI adds unexpected but harmonious twists to spark creativity&lt;/li&gt;
&lt;li&gt;🗂️ &lt;strong&gt;Save &amp;amp; 🔗 Share:&lt;/strong&gt; Users can return to drafts later or share their finished poems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I used custom prompt engineering within Google AI Studio to guide the AI's poetic structure, emotional tone, and stylistic consistency.&lt;/p&gt;

&lt;p&gt;Here's the prompt I used:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Please create an interactive poetry collaboration app where users can input a mood (like melancholy, euphoric, nostalgic), theme (such as nature, love, loss, adventure), or opening line, and then work together with AI to craft original poems. The app should allow users to write a line or stanza, then have the AI suggest the next portion while maintaining consistent tone, rhythm, and style. Include features for users to accept, modify, or reject AI suggestions, and provide different poetry forms (free verse, haiku, sonnet, limerick) as templates. The interface should feel like a creative writing session with options to save, share, or continue editing poems across multiple sessions. Add a 'surprise me' mode where the AI generates an unexpected but harmonious continuation to challenge the user's creative direction. Name the app VerseForge.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  🛣️ Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/lakshyaelite/VerseForge" class="crayons-btn crayons-btn--primary" rel="noopener noreferrer"&gt;👉🏼 Visit the GitHub Repo&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%2Fdrive.usercontent.google.com%2Fdownload%3Fid%3D1jQV5QOL1mezRxNfx6f0YtkMOg6wIEy_P" 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%2Fdrive.usercontent.google.com%2Fdownload%3Fid%3D1jQV5QOL1mezRxNfx6f0YtkMOg6wIEy_P" alt="Demo GIF"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  📚 My Experience
&lt;/h2&gt;

&lt;p&gt;Building with Google AI Studio was empowering ✨. I was surprised by how nuanced the responses could be when given the right prompt structure. The biggest challenge was getting the AI to balance creativity with coherence—especially across different poetry forms. I learned how crucial it is to iterate on prompt design and to offer users creative control alongside AI input.&lt;/p&gt;

&lt;p&gt;This project reinforced how AI can be a powerful tool &lt;em&gt;not to replace&lt;/em&gt;, but to &lt;em&gt;enhance&lt;/em&gt; human creativity. 💭&lt;/p&gt;

</description>
      <category>deved</category>
      <category>learngoogleaistudio</category>
      <category>ai</category>
      <category>gemini</category>
    </item>
    <item>
      <title>Free Up Space: Delete node_modules Using Everything</title>
      <dc:creator>Lakshya Singh Chauhan</dc:creator>
      <pubDate>Wed, 30 Jul 2025 15:29:56 +0000</pubDate>
      <link>https://dev.to/lakshyaelite/free-up-space-delete-nodemodules-using-everything-4lgp</link>
      <guid>https://dev.to/lakshyaelite/free-up-space-delete-nodemodules-using-everything-4lgp</guid>
      <description>&lt;p&gt;As a JavaScript developer, you've likely collected countless &lt;code&gt;node_modules&lt;/code&gt; folders over time. These directories can grow massive and are often left behind by forgotten or abandoned projects.&lt;/p&gt;

&lt;p&gt;In this post, we’ll walk through how to easily find and delete these folders on Windows using the &lt;strong&gt;Everything&lt;/strong&gt; search utility.&lt;/p&gt;

&lt;h2&gt;
  
  
  🤔 Why Delete &lt;code&gt;node_modules&lt;/code&gt; Folders?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;They take up &lt;strong&gt;huge amounts of disk space&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Often leftover from projects you no longer use&lt;/li&gt;
&lt;li&gt;Cleaning them improves file system performance&lt;/li&gt;
&lt;/ul&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%2Fyveo9ew9cd2xfp89puv1.webp" 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%2Fyveo9ew9cd2xfp89puv1.webp" alt="Heaviest objects" width="800" height="575"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Credit: &lt;a href="https://tsh.io" rel="noopener noreferrer"&gt;https://tsh.io&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  📥 Step 1: Install the Everything App
&lt;/h2&gt;

&lt;p&gt;Everything is a super-fast search tool for Windows that can instantly find files and folders by name.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.voidtools.com/downloads/" rel="noopener noreferrer"&gt;Download Everything&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%2F05pkmsphbg5t61iu3nkv.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%2F05pkmsphbg5t61iu3nkv.png" alt="Voidtools download page" width="800" height="470"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;The voidtools website for Everything download&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  🔎 Step 2: Search for &lt;code&gt;node_modules&lt;/code&gt;
&lt;/h2&gt;

&lt;p&gt;Open Everything and type &lt;code&gt;node_modules&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;You’ll instantly see all &lt;code&gt;node_modules&lt;/code&gt; folders across all your drives.&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%2Fj50sfucqp4ltfgvwljec.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%2Fj50sfucqp4ltfgvwljec.png" alt="Everthing Selected" width="800" height="449"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;All of the selected files&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  📊 Step 3: Sort by Size (Optional)
&lt;/h2&gt;

&lt;p&gt;To find the largest folders first:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Right-click the column headers.&lt;/li&gt;
&lt;li&gt;Enable the &lt;strong&gt;Size&lt;/strong&gt; column.&lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Size&lt;/strong&gt; to sort in descending order.&lt;/li&gt;
&lt;/ol&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%2Fuu9xt5f1pmubd1919l1t.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%2Fuu9xt5f1pmubd1919l1t.png" alt="Sort by size" width="800" height="205"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Sorting by size&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  ✅ Step 4: Verify Before Deleting
&lt;/h2&gt;

&lt;p&gt;Right-click on any folder and choose &lt;strong&gt;“Open path”&lt;/strong&gt; to inspect its contents.&lt;br&gt;
Make sure it’s safe to delete (i.e., not from a current project).&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%2F8k3vqrx0pytlqo6mud49.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%2F8k3vqrx0pytlqo6mud49.png" alt="Verifying" width="541" height="241"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Verifying&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  🗑️ Step 5: Delete Multiple Folders at Once
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Use Ctrl or Shift + Click to select multiple entries.&lt;/li&gt;
&lt;li&gt;Press &lt;strong&gt;Shift + Delete&lt;/strong&gt; to permanently remove them.&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;⚠️ &lt;strong&gt;Be careful!&lt;/strong&gt; This bypasses the Recycle Bin.&lt;/p&gt;
&lt;/blockquote&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%2F2yeeivjjp8mxjq4l4121.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%2F2yeeivjjp8mxjq4l4121.png" alt="There go the files!" width="675" height="445"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;There go the files!&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  ⚡ Bonus: PowerShell Cleanup Script
&lt;/h2&gt;

&lt;p&gt;Want to automate the cleanup? Try this PowerShell script:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;Get-ChildItem&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-Path&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;C:\&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-Recurse&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-Directory&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-Force&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-ErrorAction&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;SilentlyContinue&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;\&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nt"&gt;-Filter&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;node_modules&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Remove-Item&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-Recurse&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-Force&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-WhatIf&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;blockquote&gt;
&lt;p&gt;Replace &lt;code&gt;-WhatIf&lt;/code&gt; with &lt;code&gt;-Confirm:$false&lt;/code&gt; to actually delete the folders.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  🙌🏼 Conclusion
&lt;/h2&gt;

&lt;p&gt;With the Everything app, cleaning up old &lt;code&gt;node_modules&lt;/code&gt; folders is fast, easy, and satisfying. Clear the clutter and reclaim your disk space today!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>node</category>
      <category>windows</category>
      <category>tools</category>
    </item>
    <item>
      <title>Building an India COVID-19 Tracker with HTML, CSS, JavaScript</title>
      <dc:creator>Lakshya Singh Chauhan</dc:creator>
      <pubDate>Tue, 10 Jun 2025 18:30:00 +0000</pubDate>
      <link>https://dev.to/lakshyaelite/building-an-india-covid-19-tracker-with-html-css-javascript-1g2p</link>
      <guid>https://dev.to/lakshyaelite/building-an-india-covid-19-tracker-with-html-css-javascript-1g2p</guid>
      <description>&lt;p&gt;This project was built while vibing code with &lt;strong&gt;ChatGPT&lt;/strong&gt; , which made the whole process a lot more fun and collaborative. 😄&lt;/p&gt;




&lt;h2&gt;
  
  
  🔧 Tools &amp;amp; Technologies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;HTML5&lt;/strong&gt; – Structure of the site&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CSS3&lt;/strong&gt; – Styling and responsive layout&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JavaScript&lt;/strong&gt; – Dynamic data fetching&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;disease.sh API&lt;/strong&gt; – Free and public COVID-19 API&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🎨 Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🌗 &lt;strong&gt;Dark Mode&lt;/strong&gt; toggle with local storage persistence&lt;/li&gt;
&lt;li&gt;📱 &lt;strong&gt;Responsive Design&lt;/strong&gt; for mobile devices&lt;/li&gt;
&lt;li&gt;🔄 &lt;strong&gt;Real-time Data&lt;/strong&gt; pulled from the disease.sh API&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📁 File Structure
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;covid-tracker/
├── index.html
├── style.css
├── script.js
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  🌐 API Integration
&lt;/h2&gt;

&lt;p&gt;We used the &lt;a href="https://disease.sh/" rel="noopener noreferrer"&gt;disease.sh&lt;/a&gt; API to get real-time COVID-19 data:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nf"&gt;fetch&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;https://disease.sh/v3/covid-19/countries/India&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;We extracted:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;active&lt;/code&gt; cases&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;recovered&lt;/code&gt; cases&lt;/li&gt;
&lt;li&gt;&lt;code&gt;deaths&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💡 Dark Mode
&lt;/h2&gt;

&lt;p&gt;Dark mode was implemented by toggling a class on the &lt;code&gt;body&lt;/code&gt; and saving user preference with &lt;code&gt;localStorage&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;localStorage&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;setItem&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;theme&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;dark&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  📱 Responsive Design
&lt;/h2&gt;

&lt;p&gt;With max-width containers and flexible layout using CSS, the site looks great on phones and desktops alike.&lt;/p&gt;




&lt;h2&gt;
  
  
  ✅ Final Touches
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Tooltip toggle icon for better UX&lt;/li&gt;
&lt;li&gt;Aesthetic improvements and color contrast for light/dark modes&lt;/li&gt;
&lt;li&gt;All functionality is &lt;strong&gt;fully client-side&lt;/strong&gt; , no backend needed&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 Live Preview &amp;amp; Source Code
&lt;/h2&gt;

&lt;p&gt;Want to see it live or fork the project?&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://github.com/lakshyagithub/covid-tracker" rel="noopener noreferrer"&gt;🔗 GitHub Repository&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🙌 Conclusion
&lt;/h2&gt;

&lt;p&gt;Creating your own COVID-19 tracker helps you learn modern web technologies while building something practical. We combined real-time data, themes, and accessibility – all in one clean project.&lt;/p&gt;

&lt;p&gt;Whether you’re a student or a frontend enthusiast, this project is a great showcase for your portfolio.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Stay safe and keep coding! 🇮🇳&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;Feel free to comment or share your version of the tracker!&lt;/p&gt;

</description>
      <category>software</category>
      <category>projects</category>
    </item>
  </channel>
</rss>
