<?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: Aditya Sorathiya</title>
    <description>The latest articles on DEV Community by Aditya Sorathiya (@aditya_sorathiya_069252f4).</description>
    <link>https://dev.to/aditya_sorathiya_069252f4</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4023995%2F485e9466-24ea-4f21-b88a-2a5fb850b430.png</url>
      <title>DEV Community: Aditya Sorathiya</title>
      <link>https://dev.to/aditya_sorathiya_069252f4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aditya_sorathiya_069252f4"/>
    <language>en</language>
    <item>
      <title>Building PasteDB - Codes and notes sharing platfron</title>
      <dc:creator>Aditya Sorathiya</dc:creator>
      <pubDate>Fri, 10 Jul 2026 11:35:49 +0000</pubDate>
      <link>https://dev.to/aditya_sorathiya_069252f4/building-pastedb-while-balancing-school-and-exams-2619</link>
      <guid>https://dev.to/aditya_sorathiya_069252f4/building-pastedb-while-balancing-school-and-exams-2619</guid>
      <description>&lt;p&gt;What I Built&lt;/p&gt;

&lt;p&gt;PasteDB is a modern paste-sharing platform built for developers, students, and anyone who needs to share text, code snippets, notes, or images quickly and securely.&lt;/p&gt;

&lt;p&gt;I started this project because I wanted to build my own alternative to existing paste-sharing services while learning full-stack development. What began as a simple paste website gradually became a feature-rich platform.&lt;/p&gt;

&lt;p&gt;Some of the features include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔒 End-to-End Encrypted pastes&lt;/li&gt;
&lt;li&gt;📝 Syntax highlighting for multiple programming languages&lt;/li&gt;
&lt;li&gt;🖼️ Image uploads&lt;/li&gt;
&lt;li&gt;🌍 Public, Unlisted, and Private pastes&lt;/li&gt;
&lt;li&gt;🔑 Password-protected pastes&lt;/li&gt;
&lt;li&gt;⚡ Custom paste URLs&lt;/li&gt;
&lt;li&gt;👤 Google Sign-In&lt;/li&gt;
&lt;li&gt;📊 Personal dashboard&lt;/li&gt;
&lt;li&gt;🔍 Explore page&lt;/li&gt;
&lt;li&gt;💻 VS Code Extension&lt;/li&gt;
&lt;li&gt;🧑‍💻 REST API&lt;/li&gt;
&lt;li&gt;▶️ Run code directly in the browser using Judge0&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For me, this project represents my passion for programming. I'm a student, and I built PasteDB while also preparing for school exams. Every new feature taught me something new about web development, security, APIs, databases, and user experience.&lt;/p&gt;




&lt;p&gt;Demo&lt;/p&gt;

&lt;p&gt;🌐 Live Website&lt;/p&gt;

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

&lt;p&gt;GitHub Repository&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/sorathiya903/pastedb" rel="noopener noreferrer"&gt;https://github.com/sorathiya903/pastedb&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Code&lt;/p&gt;

&lt;p&gt;The complete source code is available on GitHub.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/sorathiya903/pastedb" rel="noopener noreferrer"&gt;https://github.com/sorathiya903/pastedb&lt;/a&gt;&lt;/p&gt;




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

&lt;p&gt;PasteDB is built as a full-stack web application.&lt;/p&gt;

&lt;p&gt;Frontend:&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;p&gt;Backend:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;FastAPI&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Database:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MongoDB&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Storage:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cloudinary&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Authentication:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Google OAuth&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Other technologies:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Judge0 API for code execution&lt;/li&gt;
&lt;li&gt;IndexedDB for secure client-side storage&lt;/li&gt;
&lt;li&gt;End-to-End Encryption for encrypted pastes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Throughout development I focused on building features that improve usability while learning new technologies one step at a time. Every challenge—from implementing encryption to creating the API and building a VS Code extension—helped me become a better developer.&lt;/p&gt;

&lt;p&gt;The biggest challenge wasn't writing code—it was consistently working on the project while managing school and exams. This project exists because I genuinely enjoy building software and solving problems.&lt;/p&gt;




&lt;p&gt;Prize Categories&lt;/p&gt;

&lt;p&gt;Not submitting for any technology-specific prize category.&lt;/p&gt;

&lt;p&gt;I'm participating for the overall Weekend Challenge because PasteDB represents the project I've been most passionate about building.&lt;/p&gt;

&lt;p&gt;Thank you for reading! Feedback and suggestions are always welcome.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
    </item>
    <item>
      <title>PasteDB - PrivateBin alternative</title>
      <dc:creator>Aditya Sorathiya</dc:creator>
      <pubDate>Fri, 10 Jul 2026 11:31:06 +0000</pubDate>
      <link>https://dev.to/aditya_sorathiya_069252f4/pastedb-privatebin-alternative-35p4</link>
      <guid>https://dev.to/aditya_sorathiya_069252f4/pastedb-privatebin-alternative-35p4</guid>
      <description>&lt;p&gt;🚀 I built PasteDB — a modern platform for sharing text, code, and images with a focus on speed, privacy, and developer experience.&lt;/p&gt;

&lt;p&gt;Some of its key features:&lt;/p&gt;

&lt;p&gt;✨ End-to-End Encrypted pastes (client-side encryption)&lt;br&gt;
📝 Syntax highlighting for many programming languages&lt;br&gt;
🖼️ Image uploads and sharing&lt;br&gt;
🔒 Public, Unlisted, Private, and Password-Protected pastes&lt;br&gt;
⚡ Instant sharing with custom URLs&lt;br&gt;
👤 Google Sign-In and personal dashboard&lt;br&gt;
🔍 Explore page to discover public pastes&lt;br&gt;
🧑‍💻 API for creating and managing pastes programmatically&lt;br&gt;
💻 VS Code Extension for uploading snippets directly from the editor&lt;br&gt;
▶️ Run code directly in the browser (powered by Judge0)&lt;br&gt;
📱 Responsive design that works on desktop and mobile&lt;/p&gt;

&lt;p&gt;I'm continuously improving the project and would love your feedback.&lt;/p&gt;

&lt;p&gt;What features would you like to see in a modern paste-sharing platform?&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://pastedb.netlify.app" rel="noopener noreferrer"&gt;https://pastedb.netlify.app&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>javascript</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
