<?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: Aryan Dixit</title>
    <description>The latest articles on DEV Community by Aryan Dixit (@newcoder789).</description>
    <link>https://dev.to/newcoder789</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%2F2536693%2Fcf1cd52a-0f57-43f5-a19d-a5302a5d6ae5.png</url>
      <title>DEV Community: Aryan Dixit</title>
      <link>https://dev.to/newcoder789</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/newcoder789"/>
    <language>en</language>
    <item>
      <title>🚀 MentorMatch AI – Real-Time Mentor–Mentee Matching with Redis 8</title>
      <dc:creator>Aryan Dixit</dc:creator>
      <pubDate>Sun, 10 Aug 2025 18:53:14 +0000</pubDate>
      <link>https://dev.to/newcoder789/mentormatch-ai-real-time-mentor-mentee-matching-with-redis-8-21m3</link>
      <guid>https://dev.to/newcoder789/mentormatch-ai-real-time-mentor-mentee-matching-with-redis-8-21m3</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/redis-2025-07-23"&gt;Redis AI Challenge&lt;/a&gt;: Real-Time AI Innovators&lt;/em&gt;.&lt;/p&gt;

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

&lt;p&gt;Meet MentorMatch AI – think Tinder, but for mentorship… and way nerdier.&lt;br&gt;
It’s a platform where students, grads, and pros get instantly matched with the right mentor or mentee based on skills, experience, and learning goals — no endless scrolling, no awkward cold DMs.&lt;/p&gt;

&lt;p&gt;Instead of filling forms and hoping someone responds, MentorMatch AI:&lt;/p&gt;

&lt;p&gt;🧠 Uses AI to read your skills, gaps, and interests.&lt;/p&gt;

&lt;p&gt;🎯 Finds your best match in milliseconds with Redis Vector Search.&lt;/p&gt;

&lt;p&gt;📈 Tracks growth, activity, and feedback — all in real time.&lt;/p&gt;

&lt;p&gt;💬 Notifies you the second a new match or opportunity pops up.&lt;/p&gt;

&lt;p&gt;Mentorship shouldn’t feel like sending a message into the void — this makes it instant, smart, and fun.&lt;/p&gt;

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

&lt;p&gt;📹 Full Walkthrough Video: [&lt;a href="https://youtu.be/uuSMz957WTo" rel="noopener noreferrer"&gt;https://youtu.be/uuSMz957WTo&lt;/a&gt;]&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Used Redis 8
&lt;/h2&gt;

&lt;p&gt;Redis isn’t just storing data here — it’s powering the matchmaking brain of the app.&lt;/p&gt;

&lt;p&gt;1️⃣ RedisJSON – Holds complete user profiles: skills, experience, hackathon wins, goals.&lt;/p&gt;

&lt;p&gt;2️⃣ Vector Similarity Search – Each profile’s skills/goals are converted into embeddings (via a Hugging Face model). Redis searches these vectors in real time to find the closest matches — this is how AI matchmaking happens.&lt;/p&gt;

&lt;p&gt;3️⃣ RediSearch – Adds extra filtering (e.g., “show mentors who know React and have &amp;gt;3 years experience”).&lt;/p&gt;

&lt;p&gt;4️⃣ Pub/Sub – Streams match and chat updates instantly, so no refreshing is needed.&lt;/p&gt;

&lt;p&gt;5️⃣ TimeSeries – Monitors engagement: mentorship sessions, team creations, feedback ratings — perfect for ranking active mentors higher.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Redis 8?
&lt;/h2&gt;

&lt;p&gt;Because AI embeddings + vector search + instant pub/sub = matches that feel alive. Instead of “submit &amp;amp; wait,” you get “match found” in under 100ms.&lt;/p&gt;

&lt;h2&gt;
  
  
  🖼 Demo Screenshots
&lt;/h2&gt;

&lt;p&gt;1️⃣ Real-Time Matches View&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%2Ft9x5xoretg8vkejtvhy7.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%2Ft9x5xoretg8vkejtvhy7.png" alt="Shows mentors and mentees matched in real-time, with compatibility scores retrieved from Redis Vector Search.&amp;lt;br&amp;gt;
" width="800" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2️⃣ AI-Powered Skill Gap Analysis&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%2Fpn31vyr74whyb3bsfang.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%2Fpn31vyr74whyb3bsfang.png" alt="AI-generated learning paths stored in RedisJSON, instantly retrievable via the API." width="800" height="236"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3️⃣ Live Notifications Feed&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%2Fyuviihr1j1danpys2ev6.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%2Fyuviihr1j1danpys2ev6.png" alt="Live Notifications Feed" width="800" height="386"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4️⃣ User Profile&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%2Fqrlwzlmmzeivs5arm1gi.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%2Fqrlwzlmmzeivs5arm1gi.png" alt="Showing decription related to the users " width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Built By&lt;br&gt;
👨‍💻 Solo Developer – Every line of code, design choice, and integration was done by me.&lt;/p&gt;

&lt;p&gt;Source Code&lt;br&gt;
💻 GitHub Repository – MentorMatch AI&lt;br&gt;
[&lt;a href="https://github.com/newcoder789/MentorMatch_AI/tree/master" rel="noopener noreferrer"&gt;https://github.com/newcoder789/MentorMatch_AI/tree/master&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;Final Note&lt;br&gt;
I built this because I believe mentorship shouldn’t be a slow, manual process — it should be as quick and dynamic as the conversations it creates.&lt;br&gt;
If you’d like to try it, check the demo and repo, and let me know your thoughts! 🚀&lt;/p&gt;

</description>
      <category>redischallenge</category>
      <category>devchallenge</category>
      <category>database</category>
      <category>ai</category>
    </item>
    <item>
      <title>What Happens When You Mix Manhwas, Memes, and Google AI? Chaos.</title>
      <dc:creator>Aryan Dixit</dc:creator>
      <pubDate>Wed, 06 Aug 2025 05:20:13 +0000</pubDate>
      <link>https://dev.to/newcoder789/what-happens-when-you-mix-manhwas-memes-and-google-ai-chaos-9f</link>
      <guid>https://dev.to/newcoder789/what-happens-when-you-mix-manhwas-memes-and-google-ai-chaos-9f</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;"Brainrot Quest Generator"&lt;/strong&gt; – a chaotic, anime-meets-Bollywood story generator where users input a few wild prompts to get a personalized, over-the-top comic story.&lt;/p&gt;

&lt;p&gt;The app uses &lt;strong&gt;Google AI Studio + Imagen 2 API&lt;/strong&gt; to generate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multi-act storylines featuring an MC named Aryan&lt;/li&gt;
&lt;li&gt;Bollywood musical interludes and memes&lt;/li&gt;
&lt;li&gt;Comic-style panels of key scenes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Users fill in a form with creative inputs (hero's flaw, quest, genre, song style, meme), and the app generates a wild webtoon-like narrative that includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Act-based progression&lt;/li&gt;
&lt;li&gt;Emotional drama&lt;/li&gt;
&lt;li&gt;Random Bollywood romance&lt;/li&gt;
&lt;li&gt;Meme-fueled climaxes&lt;/li&gt;
&lt;li&gt;AI-generated comic panels&lt;/li&gt;
&lt;/ul&gt;




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

&lt;h3&gt;
  
  
  🔗 &lt;a href="https://aistudio.google.com/app/prompts?state=%7B%22ids%22:%5B%221MegagfVWxPIuIOsc2_e5B6DkELV46dbK%22%5D,%22action%22:%22open%22,%22userId%22:%22100862650760827505776%22,%22resourceKeys%22:%7B%7D%7D&amp;amp;usp=sharing" rel="noopener noreferrer"&gt;👉 Try the App Here (Google AI Studio)&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;No installation needed. Just open and run! ⚡&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%2Fttl8x54hw1n2fu3bgvb8.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%2Fttl8x54hw1n2fu3bgvb8.png" alt="Shows the first and descriptive image in the comic " width="800" height="562"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  🧙 Character Input UI
&lt;/h3&gt;

&lt;p&gt;Users fill in quirky prompt fields to shape the story.&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%2Fp55cxzby69ysv0z44loa.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%2Fp55cxzby69ysv0z44loa.png" alt="Shows the Image generation and user input area of the app " width="800" height="719"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Act 1: The Setup
&lt;/h2&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%2Fg0bzt5aiyr1mdp0u3i97.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%2Fg0bzt5aiyr1mdp0u3i97.png" alt="Image shows the first panel of the act 1 where Aryan is shown as being muscle head guy with Ayush crying for his mother" width="800" height="608"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Act 3: The Meme-pocalypse
&lt;/h2&gt;

&lt;p&gt;The Bhangra number ended as abruptly as it began, leaving Aryan breathless and slightly sticky from mango lassi. "Well, that was... unexpected," he muttered. A shimmering portal ripped open in the sky, revealing a grotesque, pixelated landscape. "Finally," Aryan said, flipping to the last page of his manga, "the final boss."&lt;/p&gt;

&lt;p&gt;From the portal emerged a colossal, sentient corn cob wearing a tattered baseball cap, its kernels glowing with malevolent energy. This was it: the dreaded Ohio Final Boss. It roared, "Only in Ohio will you find... MY LOST KEYS!" SKIBIDI TOILET FLUSH SOUND EFFECT. From behind the corn cob, a legion of chrome shower-head creatures, the dreaded Skibidi Rizz Apocalypse, started to emerge, each one oozing an unsettling aura of irresistible charisma. "You've got no rizz, bozo!" they chanted in unison, their plumbing pipes wriggling.&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%2F5xt5a0nxkvvbpqmx7v3u.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%2F5xt5a0nxkvvbpqmx7v3u.png" alt="Image shows final arc where Ayush mother is being caught inside the corn fields" width="800" height="719"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🧃 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;Brainrot Quest Generator&lt;/strong&gt; is a love letter to shonen tropes, Bollywood flair, and meme-core internet culture. Proud of how far this went from just a silly idea to a working AI-powered app with visuals and structured acts.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If you're reading this and smiling – go build your own version too. Google AI Studio makes it weirdly easy. 😄&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🖼️ Optional Cover Image
&lt;/h2&gt;

&lt;p&gt;You can upload your favorite comic panel or screenshot from your story as the cover image of your post!&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Try it Now
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://aistudio.google.com/app/prompts?state=%7B%22ids%22:%5B%221MegagfVWxPIuIOsc2_e5B6DkELV46dbK%22%5D,%22action%22:%22open%22,%22userId%22:%22100862650760827505776%22,%22resourceKeys%22:%7B%7D%7D&amp;amp;usp=sharing" rel="noopener noreferrer"&gt;👉 Launch Brainrot Quest Generator on Google AI Studio&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Thanks for reading! Let me know what your favorite meme ending was.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>deved</category>
      <category>learngoogleaistudio</category>
      <category>ai</category>
      <category>gemini</category>
    </item>
    <item>
      <title>Blockchain</title>
      <dc:creator>Aryan Dixit</dc:creator>
      <pubDate>Tue, 15 Jul 2025 08:59:47 +0000</pubDate>
      <link>https://dev.to/newcoder789/blockchain-16nl</link>
      <guid>https://dev.to/newcoder789/blockchain-16nl</guid>
      <description></description>
      <category>blockchain</category>
      <category>web3</category>
      <category>cryptocurrency</category>
      <category>security</category>
    </item>
  </channel>
</rss>
