<?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: iparesh18</title>
    <description>The latest articles on DEV Community by iparesh18 (@iparesh18).</description>
    <link>https://dev.to/iparesh18</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%2F3371729%2Fd90f5269-3080-4b90-ba6a-825d747ec598.jpg</url>
      <title>DEV Community: iparesh18</title>
      <link>https://dev.to/iparesh18</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iparesh18"/>
    <language>en</language>
    <item>
      <title>I Turned LangChain JS Into a Simple Learning Path — Free &amp; Open Source</title>
      <dc:creator>iparesh18</dc:creator>
      <pubDate>Wed, 26 Nov 2025 17:59:31 +0000</pubDate>
      <link>https://dev.to/iparesh18/i-turned-langchain-js-into-a-simple-learning-path-free-open-source-16lm</link>
      <guid>https://dev.to/iparesh18/i-turned-langchain-js-into-a-simple-learning-path-free-open-source-16lm</guid>
      <description>&lt;p&gt;🚀 Learn LangChain JS (with LangGraph) — My Open-Source Repo&lt;/p&gt;

&lt;p&gt;Over the last few weeks, I’ve been learning how real AI backends are built — not just “call an LLM” but actual systems that use tools, memory, RAG, scraping, agents, and workflow logic.&lt;/p&gt;

&lt;p&gt;While learning, I noticed something:&lt;/p&gt;

&lt;p&gt;There isn’t a simple, practical, beginner-friendly way to learn LangChain JS + LangGraph with real examples.&lt;/p&gt;

&lt;p&gt;So I decided to build one myself.&lt;/p&gt;

&lt;p&gt;👉 Learn-LangChain (JS)&lt;br&gt;
A clean, example-first repository that teaches LangChain JS from zero to advanced, using short, focused lessons you can run instantly.&lt;/p&gt;

&lt;p&gt;🔗 Repo: &lt;a href="https://github.com/iparesh18/Learn-LangChain" rel="noopener noreferrer"&gt;https://github.com/iparesh18/Learn-LangChain&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;⭐ What’s Inside&lt;/p&gt;

&lt;p&gt;Prompt chains&lt;/p&gt;

&lt;p&gt;Output parsing&lt;/p&gt;

&lt;p&gt;Embeddings + vector search&lt;/p&gt;

&lt;p&gt;Basic RAG&lt;/p&gt;

&lt;p&gt;Tools (RunnableLambda + validation)&lt;/p&gt;

&lt;p&gt;Puppeteer scraping&lt;/p&gt;

&lt;p&gt;LLM-as-a-tool&lt;/p&gt;

&lt;p&gt;Agent execution&lt;/p&gt;

&lt;p&gt;LangGraph (nodes, edges, routing)&lt;/p&gt;

&lt;p&gt;Multi-agent flows (planner → scrape/search → final answer)&lt;/p&gt;

&lt;p&gt;Every file is a standalone lesson.&lt;br&gt;
No theory overload — just code you can run and understand.&lt;/p&gt;

&lt;p&gt;🌱 Why I Built This&lt;/p&gt;

&lt;p&gt;I wanted something simple, practical, and structured — the kind of resource I wish existed when I started.&lt;/p&gt;

&lt;p&gt;And I’ll keep updating it with more chapters as I learn.&lt;/p&gt;

&lt;p&gt;📌 Repo Link&lt;/p&gt;

&lt;p&gt;If you're exploring LangChain, LangGraph, or agentic AI in general — this might save you a lot of time.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/iparesh18/Learn-LangChain" rel="noopener noreferrer"&gt;https://github.com/iparesh18/Learn-LangChain&lt;/a&gt;&lt;/p&gt;

</description>
      <category>langchain</category>
      <category>opensource</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
