<?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: Adaikkappan</title>
    <description>The latest articles on DEV Community by Adaikkappan (@adaikkappan2310).</description>
    <link>https://dev.to/adaikkappan2310</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%2F3740812%2F2791d956-d967-40a6-8a16-68e8e114e098.jpeg</url>
      <title>DEV Community: Adaikkappan</title>
      <link>https://dev.to/adaikkappan2310</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adaikkappan2310"/>
    <language>en</language>
    <item>
      <title>I Built a Loading Screen That Never Finishes</title>
      <dc:creator>Adaikkappan</dc:creator>
      <pubDate>Sun, 12 Apr 2026 15:35:25 +0000</pubDate>
      <link>https://dev.to/adaikkappan2310/i-built-a-loading-screen-that-never-finishes-2043</link>
      <guid>https://dev.to/adaikkappan2310/i-built-a-loading-screen-that-never-finishes-2043</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/aprilfools-2026"&gt;DEV April Fools Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I built a completely useless web app that does… absolutely nothing productive.&lt;/p&gt;

&lt;p&gt;Introducing: Loading Screen Forever&lt;/p&gt;

&lt;p&gt;It’s a loading screen that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Loads from 0% to 99%&lt;/li&gt;
&lt;li&gt;And then… never finishes &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Just when you think it’s done:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It goes backwards&lt;/li&gt;
&lt;li&gt;Or stays stuck at 99% forever&lt;/li&gt;
&lt;li&gt;Or tells you “Almost there…” (lies)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Basically, it’s the most realistic loading experience ever created &lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Try it yourself (if you have patience):&lt;br&gt;
&lt;a href="https://popcardio.netlify.app/" rel="noopener noreferrer"&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%2Frguw57i1o2b9po4y4646.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%2Frguw57i1o2b9po4y4646.png" alt="Screenshot" width="800" height="369"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;



&lt;p&gt;Built with simple tech (because suffering should be lightweight):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;li&gt;CSS&lt;/li&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;/ul&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/ADAIKKAPPAN2310" rel="noopener noreferrer"&gt;
        ADAIKKAPPAN2310
      &lt;/a&gt; / &lt;a href="https://github.com/ADAIKKAPPAN2310/loopload" rel="noopener noreferrer"&gt;
        loopload
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;I used JavaScript to simulate a fake loading system:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Progress bar increases slowly from 0 → 99&lt;/li&gt;
&lt;li&gt;At 99%:&lt;/li&gt;
&lt;li&gt;- Randomly resets back&lt;/li&gt;
&lt;li&gt;- Or freezes forever&lt;/li&gt;
&lt;li&gt;Dynamic funny messages change while loading&lt;/li&gt;
&lt;li&gt;Added fake buttons like:&lt;/li&gt;
&lt;li&gt;- “Retry” (does nothing)&lt;/li&gt;
&lt;li&gt;- “Cancel” (restarts the pain)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;CSS was used to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a dark UI&lt;/li&gt;
&lt;li&gt;Smooth animations&lt;/li&gt;
&lt;li&gt;A satisfying but meaningless progress bar&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why It's Useless
&lt;/h2&gt;

&lt;p&gt;Because it solves a problem that doesn’t exist.&lt;br&gt;
Actually… it creates a problem.&lt;/p&gt;

&lt;p&gt;This app:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Wastes your time&lt;/li&gt;
&lt;li&gt;Gives false hope&lt;/li&gt;
&lt;li&gt;Teaches patience (or anger issues)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;10/10 useless. Mission accomplished&lt;/p&gt;

&lt;h2&gt;
  
  
  Prize Category
&lt;/h2&gt;

&lt;p&gt;Community Favorite&lt;/p&gt;

&lt;p&gt;Because:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Everyone has suffered from loading screens&lt;/li&gt;
&lt;li&gt;This makes that pain… worse 😄&lt;/li&gt;
&lt;li&gt;Highly relatable + annoying = perfect combo
&amp;lt;!-- Team Submissions: Please pick one member to publish the submission and credit teammates by listing their DEV usernames directly in the body of the post. --&amp;gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>418challenge</category>
      <category>showdev</category>
    </item>
    <item>
      <title>DoubtDrop – A Lightweight Q&amp;A Platform for Student Communities</title>
      <dc:creator>Adaikkappan</dc:creator>
      <pubDate>Mon, 02 Mar 2026 02:46:50 +0000</pubDate>
      <link>https://dev.to/adaikkappan2310/doubtdrop-a-lightweight-qa-platform-for-student-communities-4ei6</link>
      <guid>https://dev.to/adaikkappan2310/doubtdrop-a-lightweight-qa-platform-for-student-communities-4ei6</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/weekend-2026-02-28"&gt;DEV Weekend Challenge: Community&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Community
&lt;/h2&gt;

&lt;p&gt;DoubtDrop is built for my academic community — college students who often struggle to quickly clear doubts, share notes, and access study materials in one centralized place.&lt;br&gt;
In many classrooms, students rely on scattered WhatsApp messages, personal chats, or separate platforms to ask questions and share resources. This creates confusion and information loss.&lt;br&gt;
DoubtDrop aims to simplify this by providing a lightweight, focused platform where students can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Post academic doubts&lt;/li&gt;
&lt;li&gt;Answer peers’ questions&lt;/li&gt;
&lt;li&gt;Upvote helpful replies&lt;/li&gt;
&lt;li&gt;Share study resources including PDFs, images, and videos
The goal is to encourage collaborative learning within small academic communities.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;



&lt;p&gt;DoubtDrop is a minimal Q&amp;amp;A and resource-sharing web app designed specifically for student communities.&lt;br&gt;
Core Features:&lt;br&gt;
• Post questions&lt;br&gt;
• Answer questions&lt;br&gt;
• Upvote helpful answers&lt;br&gt;
• Add study resources&lt;br&gt;
• Upload PDFs, images, and videos&lt;br&gt;
• Persistent storage using localStorage&lt;br&gt;
The application is designed as an MVP prototype. It focuses on usability, clarity, and student-friendly interaction.&lt;br&gt;
The interface is clean, responsive, and built for quick academic collaboration.&lt;/p&gt;
&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;



&lt;p&gt;Live App:&lt;br&gt;
&lt;a href="https://doubtdropit.vercel.app" rel="noopener noreferrer"&gt;https://doubtdropit.vercel.app&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%2Fyxl8bpi9szbq09h4ll6l.jpg" 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%2Fyxl8bpi9szbq09h4ll6l.jpg" alt=" "&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%2Fab5ce1tifk1c2ebaqhgg.jpg" 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%2Fab5ce1tifk1c2ebaqhgg.jpg" alt=" "&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%2Fnaxe6s4lvbrhcc4e7g9q.jpg" 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%2Fnaxe6s4lvbrhcc4e7g9q.jpg" alt=" "&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%2Fylrlzqpgb8wxp7fuwb18.jpg" 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%2Fylrlzqpgb8wxp7fuwb18.jpg" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;



&lt;p&gt;GitHub Repository:&lt;br&gt;


&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/ADAIKKAPPAN2310" rel="noopener noreferrer"&gt;
        ADAIKKAPPAN2310
      &lt;/a&gt; / &lt;a href="https://github.com/ADAIKKAPPAN2310/doubtdrop" rel="noopener noreferrer"&gt;
        doubtdrop
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Doubtdrop&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;Doubtdrop is a React-based web application designed to help users manage and resolve doubts or questions. It allows users to post questions, attach resources (files or links), and track them in a clean, modern interface. The application uses local storage for data persistence, making it a lightweight, serverless solution for personal or small-group use.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Question Management&lt;/strong&gt;: Create, view, and organize questions effectively.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resource Linking&lt;/strong&gt;: Attach helpful resources to your questions, including
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;File Uploads&lt;/strong&gt;: Store file metadata and content (subject to browser storage limits).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;External Links&lt;/strong&gt;: Save URLs to relevant websites or documentation.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data Persistence&lt;/strong&gt;: Automatically saves all data to the browser's &lt;code&gt;localStorage&lt;/code&gt; (key: &lt;code&gt;doubtdrop-data-v1&lt;/code&gt;), ensuring your data remains available across page reloads.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Responsive UI&lt;/strong&gt;: Built with a modern, responsive design using CSS variables for consistent theming.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sorting&lt;/strong&gt;: Automatically sorts questions to show the latest entries first.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Tech Stack&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend Framework&lt;/strong&gt;…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/ADAIKKAPPAN2310/doubtdrop" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;




&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;DoubtDrop was built using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React (component-based architecture)&lt;/li&gt;
&lt;li&gt;React Hooks (useState, useEffect)&lt;/li&gt;
&lt;li&gt;localStorage for persistent client-side data storage&lt;/li&gt;
&lt;li&gt;&lt;p&gt;FileReader API to handle PDF, image, and video uploads&lt;br&gt;
All data is stored locally in the browser to demonstrate functionality without requiring backend infrastructure.&lt;br&gt;
For future improvements, this project can be extended with:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cloud database integration (MongoDB / Firebase)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;User authentication&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Real-time collaboration&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cloud file storage&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Role-based moderation&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Closing thoughts
&lt;/h2&gt;

&lt;p&gt;This project was built as a rapid MVP for the DEV Community Challenge to demonstrate how small, focused tools can improve collaborative learning within academic groups.&lt;br&gt;
DoubtDrop shows how even a lightweight solution can create meaningful impact in student communities.&lt;br&gt;
Thank you for the opportunity to participate in this challenge.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Building a Secure Password Generator with GitHub Copilot CLI</title>
      <dc:creator>Adaikkappan</dc:creator>
      <pubDate>Sun, 15 Feb 2026 08:51:53 +0000</pubDate>
      <link>https://dev.to/adaikkappan2310/building-a-secure-password-generator-with-github-copilot-cli-29m9</link>
      <guid>https://dev.to/adaikkappan2310/building-a-secure-password-generator-with-github-copilot-cli-29m9</guid>
      <description>&lt;p&gt;GitHub Copilot CLI Challenge Submission&lt;br&gt;
Live demo(&lt;a href="https://pass-gen-new.vercel.app/" rel="noopener noreferrer"&gt;https://pass-gen-new.vercel.app/&lt;/a&gt;)&lt;/p&gt;

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

&lt;p&gt;I built a Password Generator Web Application that allows users to generate strong and secure passwords instantly.&lt;br&gt;
The application includes:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Adjustable password length&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Options to include:&lt;br&gt;
Uppercase letters,&lt;br&gt;
Lowercase letters,&lt;br&gt;
Numbers,&lt;br&gt;
Special characters&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Clean and responsive UI&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;One-click copy to clipboard&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The goal of this project was to create a simple, fast, and practical tool that anyone can use for generating secure passwords.&lt;/p&gt;

&lt;p&gt;As a student, this project helped me strengthen my frontend skills and understand how to deploy a production-ready web application.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Live: &lt;a href="https://pass-gen-new.vercel.app/" rel="noopener noreferrer"&gt;https://pass-gen-new.vercel.app/&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%2Fgpd73yhiqqzsfn3yf9do.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%2Fgpd73yhiqqzsfn3yf9do.png" alt=" " width="800" height="449"&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%2Frycbaw2dvagq0gfytrn6.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%2Frycbaw2dvagq0gfytrn6.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot CLI
&lt;/h2&gt;

&lt;p&gt;I used GitHub Copilot CLI in multiple stages of development:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Converting Tailwind CSS to External CSS&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Copilot CLI helped me convert Tailwind-based styling into structured external CSS files.&lt;br&gt;
This saved time and reduced manual refactoring.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Generating README File&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I used Copilot CLI to generate a clean and professional README file for my repository.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Git Automation&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Copilot CLI helped me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create commit messages&lt;/li&gt;
&lt;li&gt;Commit changes&lt;/li&gt;
&lt;li&gt;Push code to GitHub
This streamlined my workflow and made version control faster.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Experience:&lt;br&gt;
GitHub Copilot CLI significantly improved my development speed. It helped reduce repetitive tasks and improved productivity.&lt;/p&gt;

&lt;p&gt;However, I felt that it consumes a lot of request credits. Optimizing credit usage could improve the experience even further.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
  </channel>
</rss>
