<?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>Forem: Priyanshi Pankhaniya</title>
    <description>The latest articles on Forem by Priyanshi Pankhaniya (@priyanshi_pankhaniya_fd26).</description>
    <link>https://forem.com/priyanshi_pankhaniya_fd26</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%2F3681826%2Fee951b1b-8ae5-4579-905f-b7dc06a06650.png</url>
      <title>Forem: Priyanshi Pankhaniya</title>
      <link>https://forem.com/priyanshi_pankhaniya_fd26</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/priyanshi_pankhaniya_fd26"/>
    <language>en</language>
    <item>
      <title>🚀 Getting Started with GoFr – A Beginner’s First Impression</title>
      <dc:creator>Priyanshi Pankhaniya</dc:creator>
      <pubDate>Tue, 30 Dec 2025 07:04:16 +0000</pubDate>
      <link>https://forem.com/priyanshi_pankhaniya_fd26/getting-started-with-gofr-a-beginners-first-impression-10hf</link>
      <guid>https://forem.com/priyanshi_pankhaniya_fd26/getting-started-with-gofr-a-beginners-first-impression-10hf</guid>
      <description>&lt;p&gt;Recently, I explored GoFr, an open-source backend framework designed to make building APIs in Go simple and fast.&lt;/p&gt;

&lt;p&gt;My Stack&lt;/p&gt;

&lt;p&gt;Language: Go&lt;/p&gt;

&lt;p&gt;Framework: GoFr&lt;/p&gt;

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

&lt;p&gt;Tooling: GitHub&lt;/p&gt;

&lt;p&gt;Why I Tried GoFr&lt;/p&gt;

&lt;p&gt;I was looking for a lightweight framework that provides structure, logging, middleware, and easy API setup.&lt;/p&gt;

&lt;p&gt;What I Liked&lt;/p&gt;

&lt;p&gt;Simple project structure&lt;/p&gt;

&lt;p&gt;Built-in logging&lt;/p&gt;

&lt;p&gt;Easy middleware handling&lt;/p&gt;

&lt;p&gt;Clean API setup&lt;/p&gt;

&lt;p&gt;My Experience&lt;/p&gt;

&lt;p&gt;I created a basic API using GoFr in just a few minutes. The CLI setup made it beginner-friendly and easy to understand.&lt;/p&gt;

&lt;p&gt;Final Thoughts&lt;/p&gt;

&lt;p&gt;GoFr is a great choice for developers who want simplicity, performance, and clean structure while building APIs in Go.&lt;/p&gt;

&lt;h1&gt;
  
  
  GoFr #golang #opensource
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Mini To DO App</title>
      <dc:creator>Priyanshi Pankhaniya</dc:creator>
      <pubDate>Mon, 29 Dec 2025 14:18:38 +0000</pubDate>
      <link>https://forem.com/priyanshi_pankhaniya_fd26/mini-to-do-app-486m</link>
      <guid>https://forem.com/priyanshi_pankhaniya_fd26/mini-to-do-app-486m</guid>
      <description>&lt;p&gt;Today I built a mini To-Do app using React, and it wasn’t just about writing code—it was about understanding state management and how components communicate.&lt;/p&gt;

&lt;p&gt;I ran into a tricky bug with updating state asynchronously, but debugging it taught me patience and the importance of breaking problems into smaller steps.&lt;/p&gt;

&lt;p&gt;Small projects like this remind me that every line of code is a learning opportunity.&lt;/p&gt;

&lt;p&gt;How do you tackle small bugs that take hours to fix? I’d love to hear your tips!&lt;/p&gt;

&lt;h1&gt;
  
  
  WebDev #ReactJS #CodingJourney #100DaysOfCode
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Future Me AI</title>
      <dc:creator>Priyanshi Pankhaniya</dc:creator>
      <pubDate>Sat, 27 Dec 2025 19:25:30 +0000</pubDate>
      <link>https://forem.com/priyanshi_pankhaniya_fd26/future-me-ai-p4h</link>
      <guid>https://forem.com/priyanshi_pankhaniya_fd26/future-me-ai-p4h</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/mux-2025-12-03"&gt;DEV's Worldwide Show and Tell Challenge Presented by Mux&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;FutureMe AI is a personal AI vault that lets you talk to your future self.&lt;/p&gt;

&lt;p&gt;You can write messages, goals, fears, dreams, and plans today — and FutureMe AI turns them into AI-powered future conversations, reminders, and motivational messages that reach you later via your own digital “future version.”&lt;br&gt;
It’s like leaving voice notes to your future self… but with AI replies.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Pitch Video.
&lt;/h2&gt;

&lt;p&gt;Hi, my name is Priyashi, and this is my project FutureMe AI.&lt;br&gt;
It’s a web application that allows users to send messages to their future selves — and receive them automatically on a scheduled date and time.&lt;br&gt;
We often set goals, write notes, or make promises to ourselves, but over time we forget them.&lt;br&gt;
I wanted to build something that could automatically remind users of their own thoughts, goals, and motivations — in a personal and meaningful way.&lt;br&gt;
Here, users can enter their email, write a message, and select a future date and time.&lt;br&gt;
Once they click Send to Future, the system securely stores the letter and schedules it using a background cron job.&lt;br&gt;
After sending, the user also receives a motivational quote for instant inspiration.&lt;br&gt;
In the background, a scheduler checks every minute for letters that are due.&lt;br&gt;
When the scheduled time arrives, the system automatically sends the email using Nodemailer.&lt;br&gt;
This is the letter delivered automatically by the system.&lt;br&gt;
The project is built using Node.js, Express, Nodemailer, Cron, and a custom animated frontend using the Canvas API.&lt;br&gt;
FutureMe AI turns reflection into automation.&lt;br&gt;
Thank you.&lt;/p&gt;

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

&lt;p&gt;Explanation Video: &lt;a href="https://youtu.be/2OKozFBhh2A" rel="noopener noreferrer"&gt;https://youtu.be/2OKozFBhh2A&lt;/a&gt;&lt;br&gt;
GitHub Repo: &lt;a href="https://github.com/NIGHTCODE21/futureme" rel="noopener noreferrer"&gt;https://github.com/NIGHTCODE21/futureme&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How to test:&lt;/p&gt;

&lt;p&gt;Create an account&lt;br&gt;
Write a message to your future self&lt;br&gt;
Choose a future date&lt;br&gt;
Come back later to receive your AI-generated future response&lt;/p&gt;

&lt;h2&gt;
  
  
  The Story Behind It
&lt;/h2&gt;

&lt;p&gt;Most people know what they want to become — but forget to check in with themselves.&lt;/p&gt;

&lt;p&gt;I built FutureMe AI because I wanted a way to:&lt;br&gt;
track personal growth&lt;br&gt;
talk to my future self&lt;br&gt;
stay motivated&lt;br&gt;
and turn journaling into something interactive&lt;/p&gt;

&lt;p&gt;Instead of static notes, your future self becomes an AI persona that talks back, motivates you, and reflects your growth over time.&lt;/p&gt;

&lt;p&gt;It makes personal development emotional, personal, and fun.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical Highlights
&lt;/h2&gt;

&lt;p&gt;Frontend: React + Tailwind&lt;br&gt;
Backend: Node.js + Express&lt;br&gt;
Database: MongoDB&lt;br&gt;
Authentication: JWT&lt;br&gt;
AI Layer: OpenAI / Gemini&lt;br&gt;
Scheduled Delivery System (cron jobs)&lt;br&gt;
Secure encrypted memory vault&lt;br&gt;
Personalized AI persona generation&lt;/p&gt;

&lt;h3&gt;
  
  
  Use of Mux (Additional Prize Category Participants Only)
&lt;/h3&gt;

&lt;p&gt;Mux is used to:&lt;br&gt;
Host user-recorded future messages&lt;br&gt;
Deliver scheduled AI-generated video replies&lt;br&gt;
Stream motivational future-self videos with low latency and high reliability&lt;br&gt;
Manage secure private video playback&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%2Ffzab36aeu6r04n78bny0.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%2Ffzab36aeu6r04n78bny0.png" alt=" " width="800" height="365"&gt;&lt;/a&gt;&lt;br&gt;
Mux allows FutureMe AI to go beyond text — your future self literally speaks to you.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>muxchallenge</category>
      <category>showandtell</category>
      <category>video</category>
    </item>
  </channel>
</rss>
