<?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: Yasir Mansoori</title>
    <description>The latest articles on DEV Community by Yasir Mansoori (@yasirmansoori).</description>
    <link>https://dev.to/yasirmansoori</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%2F2864938%2F144356c6-4d15-4735-a159-990ced03f3ec.jpeg</url>
      <title>DEV Community: Yasir Mansoori</title>
      <link>https://dev.to/yasirmansoori</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yasirmansoori"/>
    <language>en</language>
    <item>
      <title>I built a production-ready RAG backend (because most examples break in real life)</title>
      <dc:creator>Yasir Mansoori</dc:creator>
      <pubDate>Tue, 05 May 2026 23:19:06 +0000</pubDate>
      <link>https://dev.to/yasirmansoori/i-built-a-production-ready-rag-backend-because-most-examples-break-in-real-life-284b</link>
      <guid>https://dev.to/yasirmansoori/i-built-a-production-ready-rag-backend-because-most-examples-break-in-real-life-284b</guid>
      <description>&lt;p&gt;Most RAG (Retrieval-Augmented Generation) projects you see online are great demos.&lt;/p&gt;

&lt;p&gt;But try running them in production and you’ll quickly hit issues:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;no ingestion pipeline&lt;/li&gt;
&lt;li&gt;no async processing&lt;/li&gt;
&lt;li&gt;no scaling story&lt;/li&gt;
&lt;li&gt;no observability&lt;/li&gt;
&lt;li&gt;no proper deployment setup&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I decided to build something that actually works beyond demos.&lt;/p&gt;

&lt;p&gt;Introducing Ragify&lt;/p&gt;

&lt;p&gt;An open-source, production-oriented RAG backend built with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Node.js + Express + TypeScript
&lt;/li&gt;
&lt;li&gt;MongoDB for documents + logs
&lt;/li&gt;
&lt;li&gt;Qdrant for vector search
&lt;/li&gt;
&lt;li&gt;Redis + BullMQ for async ingestion
&lt;/li&gt;
&lt;li&gt;OpenAI for embeddings + responses
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/open-loft/ragify" rel="noopener noreferrer"&gt;https://github.com/open-loft/ragify&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What makes it different&lt;/p&gt;

&lt;p&gt;Instead of just “chat + embeddings”, Ragify focuses on the full pipeline:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Upload → Queue → Chunk → Embed → Store → Retrieve → Generate&lt;/strong&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Async ingestion (doesn’t block uploads)&lt;/li&gt;
&lt;li&gt;Token-based chunking with overlap&lt;/li&gt;
&lt;li&gt;Streaming responses (SSE)&lt;/li&gt;
&lt;li&gt;Rate limiting + config validation&lt;/li&gt;
&lt;li&gt;Dockerized production setup&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why I built this&lt;/p&gt;

&lt;p&gt;I wanted a backend that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I could self-host&lt;/li&gt;
&lt;li&gt;I could extend safely&lt;/li&gt;
&lt;li&gt;I could actually use in a real product&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Looking for feedback / contributors&lt;/p&gt;

&lt;p&gt;Would love input on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;improving retrieval quality&lt;/li&gt;
&lt;li&gt;reranking approaches&lt;/li&gt;
&lt;li&gt;hybrid search strategies&lt;/li&gt;
&lt;li&gt;cost + latency optimization&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you’re building in the RAG / LLM space, this might be useful.&lt;/p&gt;

&lt;p&gt;Would appreciate your thoughts 🙌&lt;/p&gt;

</description>
      <category>backend</category>
      <category>opensource</category>
      <category>rag</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Struggling with event management in React? Meet Eventar!</title>
      <dc:creator>Yasir Mansoori</dc:creator>
      <pubDate>Fri, 14 Feb 2025 23:52:00 +0000</pubDate>
      <link>https://dev.to/yasirmansoori/struggling-with-event-management-in-react-meet-eventar-44d9</link>
      <guid>https://dev.to/yasirmansoori/struggling-with-event-management-in-react-meet-eventar-44d9</guid>
      <description>&lt;p&gt;Managing events in a React application can be overwhelming, but Eventar simplifies the process with a powerful, customizable, and lightweight calendar component. Whether you're building a dashboard, scheduling system, or task manager, Eventar has got you covered! 🎯&lt;/p&gt;

&lt;p&gt;🔥 Why Eventar?&lt;/p&gt;

&lt;p&gt;Eventar is designed to be feature-rich yet lightweight, providing a modern UI and developer-friendly API. It offers multiple calendar views, built-in light &amp;amp; dark mode, and Framer Motion animations for smooth transitions.&lt;/p&gt;

&lt;p&gt;🌟 Features&lt;/p&gt;

&lt;p&gt;✅ Multiple Calendar Views – Switch between Day, Week, Month, and Year views effortlessly.&lt;br&gt;
✅ Light &amp;amp; Dark Mode – Adapts to user preferences seamlessly.&lt;br&gt;
✅ Blazing Fast Performance – Optimized rendering for smooth navigation.&lt;br&gt;
✅ Framer Motion Animations – Beautiful and sleek transitions.&lt;br&gt;
✅ Fully Responsive – Works across all devices and screen sizes.&lt;br&gt;
✅ Event Filtering &amp;amp; Color Coding – Easily categorize and highlight events.&lt;br&gt;
✅ Type-Safe with TypeScript – Reliable and developer-friendly.&lt;br&gt;
✅ Customizable Event Display – Use your own modals or components.&lt;/p&gt;

&lt;p&gt;📢 Try it out and share your feedback! Don’t forget to ⭐ star the repo if you find it useful! 🚀&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.npmjs.com/package/eventar" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/eventar&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
