<?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: Kunal Garg</title>
    <description>The latest articles on DEV Community by Kunal Garg (@gargkunal).</description>
    <link>https://dev.to/gargkunal</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%2F530884%2F17baeef7-3d7b-4279-b691-1cbe3a18f30a.jpeg</url>
      <title>DEV Community: Kunal Garg</title>
      <link>https://dev.to/gargkunal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gargkunal"/>
    <language>en</language>
    <item>
      <title>🎥 Model Context Protocol (MCP) Clearly Explained in Hindi</title>
      <dc:creator>Kunal Garg</dc:creator>
      <pubDate>Mon, 06 Oct 2025 14:04:43 +0000</pubDate>
      <link>https://dev.to/gargkunal/model-context-protocol-mcp-clearly-explained-in-hindi-15fd</link>
      <guid>https://dev.to/gargkunal/model-context-protocol-mcp-clearly-explained-in-hindi-15fd</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;I just published a new video breaking down Model Context Protocol (MCP) — the backbone for connecting LLMs, clients, and servers in a structured, efficient way.&lt;/p&gt;

&lt;p&gt;In this video, I cover:&lt;/p&gt;

&lt;p&gt;🧠 What MCP actually is&lt;/p&gt;

&lt;p&gt;🔌 How MCP servers &amp;amp; clients communicate&lt;/p&gt;

&lt;p&gt;⚙️ A small hands-on demo&lt;/p&gt;

&lt;p&gt;🚀 Intro to FastMCP&lt;/p&gt;

&lt;p&gt;If you’re exploring LLMs, AI tools, or OpenAI’s ecosystem, this video will give you a solid start.&lt;/p&gt;

&lt;p&gt;🎬 Watch here:&lt;br&gt;


  &lt;iframe src="https://www.youtube.com/embed/t7nNysvtq7M"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;p&gt;Let me know what you think or what you’d like to see next! 💬&lt;/p&gt;

&lt;h1&gt;
  
  
  AI #LLM #MCP #FastMCP #OpenAI #Backend #MachineLearning #Hindi
&lt;/h1&gt;

</description>
      <category>mcp</category>
      <category>rag</category>
      <category>programming</category>
      <category>ai</category>
    </item>
    <item>
      <title>🚀 Build Google Word Docs from scratch | Go + Reactjs + Sockets | Full-Stack Project</title>
      <dc:creator>Kunal Garg</dc:creator>
      <pubDate>Sat, 10 May 2025 07:33:59 +0000</pubDate>
      <link>https://dev.to/gargkunal/build-google-word-docs-from-scratch-go-reactjs-sockets-full-stack-project-2l22</link>
      <guid>https://dev.to/gargkunal/build-google-word-docs-from-scratch-go-reactjs-sockets-full-stack-project-2l22</guid>
      <description>&lt;p&gt;In this episode, we kick off a full-stack project to build a real-time collaborative text editor like Google Docs! Using Go (backend), ReactJS (frontend), and WebSockets for live updates.&lt;br&gt;
💻 Perfect for learning full-stack development with real-time features!&lt;/p&gt;
&lt;h1&gt;
  
  
  ReactJS #Golang #FullStack #WebSockets #GoogleDocsClone
&lt;/h1&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/6gPrlsTFfAU"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>fullstack</category>
      <category>go</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Concurrency vs Parallelism | Golang | Which is better and Why?</title>
      <dc:creator>Kunal Garg</dc:creator>
      <pubDate>Sat, 15 Feb 2025 05:38:24 +0000</pubDate>
      <link>https://dev.to/gargkunal/concurrency-vs-parallelism-golang-which-is-better-and-why-m5j</link>
      <guid>https://dev.to/gargkunal/concurrency-vs-parallelism-golang-which-is-better-and-why-m5j</guid>
      <description>&lt;p&gt;In this video, I’ll dive deep into Concurrency vs Parallelism in Golang, explaining the key differences, when to use each, and which one is better for different scenarios. I'll cover various ways to implement concurrency in Golang, with practical code examples and hands-on demonstrations. Whether you're new to Go or looking to optimize your programs, this video will give you a solid understanding of how to leverage goroutines, channels, and worker pools effectively.&lt;/p&gt;

&lt;p&gt;🔹 What is Concurrency?&lt;br&gt;
🔹 What is Parallelism?&lt;br&gt;
🔹 Key Differences &amp;amp; Use Cases&lt;br&gt;
🔹 Writing Concurrent Code in Golang&lt;br&gt;
🔹 Live Code Examples &amp;amp; Best Practices&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/rfuFTc_BoBE"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Thank You!&lt;/p&gt;

</description>
      <category>go</category>
      <category>tutorial</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Golang Tutorial 18</title>
      <dc:creator>Kunal Garg</dc:creator>
      <pubDate>Sat, 28 Oct 2023 13:16:40 +0000</pubDate>
      <link>https://dev.to/gargkunal/golang-tutorial-18-4m95</link>
      <guid>https://dev.to/gargkunal/golang-tutorial-18-4m95</guid>
      <description>&lt;p&gt;🚀 Exciting new Golang Tutorial Series! 🎉 Learn Golang web development with the Gin Framework and Gorm for seamless database interactions. Watch the tutorial: &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/kml0McsOeoQ"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;🔍 What You'll Learn:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Setting up Gin and initializing routes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Handling HTTP requests with Gin&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Integrating Gorm for Database Interactions&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Creating efficient RESTful APIs&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Best practices for structuring Golang web apps&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Equip yourself with the skills to build high-performance web apps! &lt;/p&gt;

&lt;p&gt;👉 Like, comment, and share. Join our Telegram channel for more:  &lt;a href="https://lnkd.in/dYFSB7cp"&gt;https://lnkd.in/dYFSB7cp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;#Golang #WebDevelopment #Learning&lt;/p&gt;

</description>
      <category>go</category>
      <category>webdev</category>
      <category>backend</category>
      <category>development</category>
    </item>
    <item>
      <title>Golang Tutorial | Gin HTTP Framework | Golang Gin Framework | Tutorial 3</title>
      <dc:creator>Kunal Garg</dc:creator>
      <pubDate>Sat, 15 Jul 2023 13:28:52 +0000</pubDate>
      <link>https://dev.to/gargkunal/golang-tutorial-gin-http-framework-golang-gin-framework-tutorial-3-32bg</link>
      <guid>https://dev.to/gargkunal/golang-tutorial-gin-http-framework-golang-gin-framework-tutorial-3-32bg</guid>
      <description>&lt;p&gt;🚀 Exciting News! 🚀&lt;br&gt;
Are you ready to take your Golang skills to the next level? 📈 Join us for Tutorial 3 of our Golang Tutorial series, where we dive deep into the powerful Gin HTTP Framework! 🎉&lt;br&gt;
In this tutorial, we'll explore the ins and outs of the Golang Gin Framework, a lightning-fast web framework that simplifies building robust and scalable APIs. Whether you're a beginner or an experienced developer, this tutorial is packed with valuable insights and hands-on examples to help you master Gin.&lt;br&gt;
🔗 Watch the tutorial here: &lt;iframe width="710" height="399" src="https://www.youtube.com/embed/35NbK00rXic"&gt;
&lt;/iframe&gt;
&lt;br&gt;
Don't forget to subscribe to our YouTube channel for more exciting Golang tutorials, tips, and tricks! 📺&lt;br&gt;
Get ready to supercharge your Golang development skills with the Gin HTTP Framework! 💪 Don't miss out on this opportunity to level up your coding game. See you in the tutorial!&lt;/p&gt;

&lt;h1&gt;
  
  
  GolangTutorial #GinHTTPFramework #GolangGinFramework #Tutorial3 #LearnGolang #CodingCommunity
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>go</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Go Gin Framework | Start with Routing</title>
      <dc:creator>Kunal Garg</dc:creator>
      <pubDate>Sat, 08 Jul 2023 04:05:35 +0000</pubDate>
      <link>https://dev.to/gargkunal/go-gin-framework-start-with-routing-i03</link>
      <guid>https://dev.to/gargkunal/go-gin-framework-start-with-routing-i03</guid>
      <description>&lt;p&gt;In this tutorial, you will learn about the Gin HTTP framework in Go (Golang). The Gin framework is a lightweight and fast web framework that simplifies building web applications in Go. This tutorial is the second part of a series focusing on the Gin framework. Whether you're new to Go or looking to enhance your skills, this tutorial will provide you with a step-by-step guide on using the Golang Gin Framework. Get ready to dive into the world of Go and build powerful web applications with ease!&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/vNS_A0Rw7t8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>go</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>What is NFT?</title>
      <dc:creator>Kunal Garg</dc:creator>
      <pubDate>Fri, 25 Feb 2022 15:52:53 +0000</pubDate>
      <link>https://dev.to/gargkunal/what-is-nft-4ea2</link>
      <guid>https://dev.to/gargkunal/what-is-nft-4ea2</guid>
      <description>&lt;p&gt;Are you know about NFT? How people earns millions of rupees by NFT?&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/2r6VS8AHNCA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Just watch this video and get your all answers&lt;/p&gt;

&lt;p&gt;Thanks for watching&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>web3</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How to become Blockchain Developer ?</title>
      <dc:creator>Kunal Garg</dc:creator>
      <pubDate>Mon, 24 Jan 2022 10:23:26 +0000</pubDate>
      <link>https://dev.to/gargkunal/how-to-become-blockchain-developer--39f9</link>
      <guid>https://dev.to/gargkunal/how-to-become-blockchain-developer--39f9</guid>
      <description>&lt;p&gt;How to become blockchain developer ?&lt;/p&gt;

&lt;p&gt;Full Resources and links to learn in video&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/qZOKiOyKciA"&gt;
&lt;/iframe&gt;
&lt;br&gt;
Thanks &lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>bitcoin</category>
      <category>web3</category>
      <category>javascript</category>
    </item>
    <item>
      <title>React Input In 7 Minutes - React Forms and State Explained</title>
      <dc:creator>Kunal Garg</dc:creator>
      <pubDate>Thu, 13 Jan 2022 08:53:28 +0000</pubDate>
      <link>https://dev.to/gargkunal/react-input-in-7-minutes-react-forms-and-state-explained-ie</link>
      <guid>https://dev.to/gargkunal/react-input-in-7-minutes-react-forms-and-state-explained-ie</guid>
      <description>&lt;p&gt;Today we are going to learn about the state in React i.e. Hooks with form validation and user input&lt;br&gt;
When to use all this we will cover.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/lWENcAp1r8w"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Thanks for Watching&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>web3</category>
    </item>
    <item>
      <title>Learn useState In 7 Minutes - React Hooks Explained </title>
      <dc:creator>Kunal Garg</dc:creator>
      <pubDate>Sat, 08 Jan 2022 10:14:23 +0000</pubDate>
      <link>https://dev.to/gargkunal/learn-usestate-in-7-minutes-react-hooks-explained-30c5</link>
      <guid>https://dev.to/gargkunal/learn-usestate-in-7-minutes-react-hooks-explained-30c5</guid>
      <description>&lt;p&gt;Today we are going to learn about the state in React i.e. Hooks&lt;/p&gt;

&lt;p&gt;Why hooks? When to use all this we will cover.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Rules of Hooks&lt;/strong&gt;&lt;br&gt;
Hooks are JavaScript functions, but they impose two additional rules:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Only call Hooks at the top level. Don’t call Hooks inside loops, conditions, or nested functions.&lt;/li&gt;
&lt;li&gt;Only call Hooks from React function components.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For tutorial you can refer&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/_LXjag70cog"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Routing in React | React Router Update</title>
      <dc:creator>Kunal Garg</dc:creator>
      <pubDate>Fri, 24 Dec 2021 08:29:38 +0000</pubDate>
      <link>https://dev.to/gargkunal/routing-in-react-react-router-update-4831</link>
      <guid>https://dev.to/gargkunal/routing-in-react-react-router-update-4831</guid>
      <description>&lt;p&gt;In this post, we will learn new react routing and all&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/yL5DqxqnX-A"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Thanks for watching and reading&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>javascript</category>
      <category>be</category>
    </item>
    <item>
      <title>Off Campus Opportunities</title>
      <dc:creator>Kunal Garg</dc:creator>
      <pubDate>Tue, 21 Dec 2021 11:52:34 +0000</pubDate>
      <link>https://dev.to/gargkunal/off-campus-opportunities-1nm9</link>
      <guid>https://dev.to/gargkunal/off-campus-opportunities-1nm9</guid>
      <description>&lt;p&gt;This is off-campus drive video do checkout and apply today&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/nGTZ_gzqLnc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>offers</category>
      <category>javascript</category>
      <category>career</category>
    </item>
  </channel>
</rss>
