<?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: Tanya Jha</title>
    <description>The latest articles on DEV Community by Tanya Jha (@tanyajha12).</description>
    <link>https://dev.to/tanyajha12</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3976514%2Fd38c7dc0-dac2-4d93-a41b-2d7ef8fb5731.png</url>
      <title>DEV Community: Tanya Jha</title>
      <link>https://dev.to/tanyajha12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tanyajha12"/>
    <language>en</language>
    <item>
      <title>🐳 What is Docker? Explained without the buzzwords.</title>
      <dc:creator>Tanya Jha</dc:creator>
      <pubDate>Wed, 24 Jun 2026 17:48:20 +0000</pubDate>
      <link>https://dev.to/tanyajha12/what-is-docker-explained-without-the-buzzwords-5ffn</link>
      <guid>https://dev.to/tanyajha12/what-is-docker-explained-without-the-buzzwords-5ffn</guid>
      <description>&lt;p&gt;Imagine you’re moving to a new apartment.&lt;/p&gt;

&lt;p&gt;Instead of packing items one by one every time, you put everything you need into a single box:&lt;/p&gt;

&lt;p&gt;📦 Clothes&lt;br&gt;
📦 Laptop&lt;br&gt;
📦 Charger&lt;br&gt;
📦 Books&lt;/p&gt;

&lt;p&gt;Now wherever you go, you just carry the box and everything works.&lt;/p&gt;

&lt;p&gt;Docker does the same thing for applications.&lt;/p&gt;

&lt;p&gt;Instead of sending:&lt;/p&gt;

&lt;p&gt;❌ “Install Node.js first”&lt;br&gt;
❌ “Use version 18, not 20”&lt;br&gt;
❌ “Install these 12 packages”&lt;br&gt;
❌ “It works on my machine 🤷”&lt;/p&gt;

&lt;p&gt;You put everything your app needs into a Docker container.&lt;/p&gt;

&lt;p&gt;📦 Your code&lt;br&gt;
📦 Required software&lt;br&gt;
📦 Dependencies&lt;br&gt;
📦 Configuration&lt;/p&gt;

&lt;p&gt;Now anyone can run that container and get the exact same result.&lt;/p&gt;

&lt;p&gt;Real-world example 👇&lt;/p&gt;

&lt;p&gt;Imagine a chef creates a perfect burger recipe 🍔&lt;/p&gt;

&lt;p&gt;Without Docker:&lt;/p&gt;

&lt;p&gt;👨‍🍳 “Use this bread”&lt;br&gt;
👨‍🍳 “Maybe this sauce”&lt;br&gt;
👨‍🍳 “Make sure your oven version matches mine”&lt;/p&gt;

&lt;p&gt;Result: Everyone’s burger tastes different 😭&lt;/p&gt;

&lt;p&gt;With Docker:&lt;/p&gt;

&lt;p&gt;📦 The chef ships the entire kitchen setup.&lt;/p&gt;

&lt;p&gt;Now every burger tastes exactly the same, no matter where it’s made.&lt;/p&gt;

&lt;p&gt;That’s why developers love Docker ❤️&lt;/p&gt;

&lt;p&gt;Write once.&lt;br&gt;
Run anywhere.&lt;/p&gt;

&lt;p&gt;No more:&lt;br&gt;
😤 “It works on my machine.”&lt;/p&gt;

&lt;p&gt;Only:&lt;br&gt;
✅ “It works everywhere.” #Docker #WebDevelopment #Programming #TechExplained&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>devops</category>
      <category>docker</category>
      <category>learning</category>
    </item>
    <item>
      <title>If you’re learning web development, save this 👇</title>
      <dc:creator>Tanya Jha</dc:creator>
      <pubDate>Wed, 24 Jun 2026 17:45:03 +0000</pubDate>
      <link>https://dev.to/tanyajha12/if-youre-learning-web-development-save-this-2gf7</link>
      <guid>https://dev.to/tanyajha12/if-youre-learning-web-development-save-this-2gf7</guid>
      <description>&lt;p&gt;📚 MDN Docs — Best web development documentation&lt;/p&gt;

&lt;p&gt;🎨 Figma — UI/UX design &amp;amp; prototyping&lt;/p&gt;

&lt;p&gt;💻 FreeCodeCamp — Free coding courses&lt;/p&gt;

&lt;p&gt;🔥 Frontend Mentor — Real-world project practice&lt;/p&gt;

&lt;p&gt;☁️ GitHub Student Pack — Free developer tools &amp;amp; perks&lt;/p&gt;

&lt;p&gt;Great developers aren’t built by expensive courses, but by consistent practice. 🚀&lt;/p&gt;

&lt;h1&gt;
  
  
  WebDevelopment #Coding #100DaysOfCode
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>What is a Webhook. Explained the way I wish someone had told me.</title>
      <dc:creator>Tanya Jha</dc:creator>
      <pubDate>Wed, 10 Jun 2026 13:09:35 +0000</pubDate>
      <link>https://dev.to/tanyajha12/what-is-a-webhook-explained-the-way-i-wish-someone-had-told-me-1o10</link>
      <guid>https://dev.to/tanyajha12/what-is-a-webhook-explained-the-way-i-wish-someone-had-told-me-1o10</guid>
      <description>&lt;p&gt;When I first heard the word webhook, I imagined some scary backend magic 😭&lt;/p&gt;

&lt;p&gt;But it’s actually one of those concepts that sounds harder than it is.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Imagine this:&lt;/u&gt; &lt;/p&gt;

&lt;p&gt;You’re waiting for your crush to reply.&lt;/p&gt;

&lt;p&gt;Option 1: You open WhatsApp every 30 seconds.&lt;/p&gt;

&lt;p&gt;Seen?  No.&lt;br&gt;
Seen now?  No.&lt;br&gt;
Now??  Still no.&lt;/p&gt;

&lt;p&gt;That’s like an API.&lt;/p&gt;

&lt;p&gt;You keep asking:&lt;br&gt;
“Any update?”&lt;br&gt;
“Any update?”&lt;br&gt;
“Any update?”&lt;/p&gt;

&lt;p&gt;Option 2: You close the app and continue your life.&lt;/p&gt;

&lt;p&gt;Then suddenly:&lt;br&gt;
✨ ding&lt;br&gt;
New message.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You didn’t ask.&lt;/li&gt;
&lt;li&gt;You got notified.&lt;/li&gt;
&lt;li&gt;That’s a webhook.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Webhook = “Don’t keep checking. I’ll tell you when something happens.”&lt;/p&gt;

&lt;p&gt;Real life examples:&lt;/p&gt;

&lt;p&gt;💳 You make a payment → payment successful → website gets notified&lt;/p&gt;

&lt;p&gt;📦 Your package gets delivered → app automatically updates status&lt;/p&gt;

&lt;p&gt;📧 Someone signs up → welcome email gets sent instantly&lt;/p&gt;

&lt;p&gt;🛒 You place an order → confirmation arrives automatically&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Tiny code example:&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;Someone buys a hoodie.&lt;/p&gt;

&lt;p&gt;Store receives:&lt;/p&gt;

&lt;p&gt;POST /order-confirmed&lt;br&gt;
{&lt;br&gt;
“order”: “#1042”,&lt;br&gt;
“status”: “paid”&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;Store instantly shows: ✅ Order Confirmed&lt;/p&gt;

&lt;p&gt;No refreshing.&lt;br&gt;
No checking again and again.&lt;/p&gt;

&lt;p&gt;So the easiest difference:&lt;/p&gt;

&lt;p&gt;API → “Are we there yet?”&lt;br&gt;
Webhook → “I’ll let you know when we arrive.”&lt;/p&gt;

&lt;p&gt;And suddenly webhook sounds way less scary 🙂&lt;/p&gt;

</description>
      <category>2minread</category>
      <category>webdev</category>
      <category>webhook</category>
    </item>
    <item>
      <title>What is an API? Explained the way I wish someone had told me</title>
      <dc:creator>Tanya Jha</dc:creator>
      <pubDate>Tue, 09 Jun 2026 19:37:04 +0000</pubDate>
      <link>https://dev.to/tanyajha12/what-is-an-api-explained-the-way-i-wish-someone-had-told-me-1k3m</link>
      <guid>https://dev.to/tanyajha12/what-is-an-api-explained-the-way-i-wish-someone-had-told-me-1k3m</guid>
      <description>&lt;p&gt;When I first started coding, people kept saying "API" everywhere.&lt;br&gt;
Tutorials → API&lt;br&gt;
Projects → API&lt;br&gt;
Job descriptions → API&lt;/p&gt;

&lt;p&gt;And I kept thinking, okay but WHAT EVEN IS IT 😭&lt;br&gt;
Everyone explained it in complicated words, so I just nodded and moved on.&lt;/p&gt;

&lt;p&gt;If you're confused too : keep reading. This will finally make sense.&lt;/p&gt;

&lt;p&gt;Think of a restaurant 🍽️&lt;/p&gt;

&lt;p&gt;You sit at the table and order food&lt;br&gt;
You don't walk into the kitchen and cook it yourself&lt;br&gt;
You tell the waiter → waiter goes to the kitchen → brings food back&lt;/p&gt;

&lt;p&gt;That waiter is the API.&lt;/p&gt;

&lt;p&gt;you - your app&lt;br&gt;
waiter - api&lt;br&gt;
kitchen - another company's system&lt;/p&gt;

&lt;p&gt;The API takes your request, goes to get what you need, and brings back the answer. That's the whole job.&lt;/p&gt;

&lt;p&gt;Where do you actually see APIs in real life? 👀&lt;/p&gt;

&lt;p&gt;☁️ Weather app → asks a weather service for today's weather&lt;br&gt;
🔐 "Login with Google" → website asks Google to confirm who you are&lt;br&gt;
🗺️ Swiggy / Uber maps → uses Google Maps API to show your location&lt;br&gt;
💳 Online payments → Razorpay / Stripe API processes the transaction&lt;/p&gt;

&lt;p&gt;Once you know what an API is, you'll start seeing them everywhere.&lt;/p&gt;

&lt;p&gt;What does it look like in code? 💻&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;You open a weather app and search Delhi.&lt;/li&gt;
&lt;li&gt;Your app sends a request: GET /weather?city=Delhi&lt;/li&gt;
&lt;li&gt;API replies: { "temperature": "34°C", "condition": "Sunny" }&lt;/li&gt;
&lt;li&gt;Your app shows: 🌤️ Delhi → 34°C&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;See what happened?&lt;/p&gt;

&lt;p&gt;Your app didn't calculate the weather.&lt;br&gt;
It didn't store any weather data&lt;br&gt;
It just asked someone who already had it&lt;/p&gt;

&lt;p&gt;That's exactly what APIs do.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;So what is an API? One line:&lt;/u&gt;&lt;br&gt;
API = messenger between two applications.&lt;br&gt;
You ask → API gets it → you receive the answer.&lt;/p&gt;

&lt;p&gt;That's genuinely it. 🙂&lt;/p&gt;

&lt;p&gt;I'm learning in public and writing about everything that confused me as a beginner. Follow if you want more of this 👋&lt;/p&gt;

</description>
      <category>api</category>
      <category>5minread</category>
    </item>
  </channel>
</rss>
