<?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: Tushar Sabharwal</title>
    <description>The latest articles on DEV Community by Tushar Sabharwal (@tushar_sabharwal_79588ef3).</description>
    <link>https://dev.to/tushar_sabharwal_79588ef3</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%2F3252595%2F4a0609cf-d64c-49e1-869b-873d2c03b626.jpg</url>
      <title>DEV Community: Tushar Sabharwal</title>
      <link>https://dev.to/tushar_sabharwal_79588ef3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tushar_sabharwal_79588ef3"/>
    <language>en</language>
    <item>
      <title>🌤️ Day 3 of #100DaysOfCode</title>
      <dc:creator>Tushar Sabharwal</dc:creator>
      <pubDate>Fri, 13 Jun 2025 14:59:39 +0000</pubDate>
      <link>https://dev.to/tushar_sabharwal_79588ef3/day-3-of-100daysofcode-297m</link>
      <guid>https://dev.to/tushar_sabharwal_79588ef3/day-3-of-100daysofcode-297m</guid>
      <description>&lt;p&gt;🌤️ Day 3 of #100DaysOfCode – A lighter day, but progress is still progress.&lt;br&gt;
🔹 DSA&lt;br&gt;
 Solved 2 classic problems:&lt;br&gt;
 • Koko Loves Bananas 🍌&lt;br&gt;
 • Capacity to Ship Packages 📦&lt;br&gt;
 Took a bit to crack the logic, but learned a lot during the process.&lt;br&gt;
🔹 React&lt;br&gt;
 Dived deeper into props – slowly getting the hang of how components talk to each other.&lt;br&gt;
🔹 C++ STL&lt;br&gt;
 Explored different containers and iterators – started connecting the dots between vectors, sets, maps, and how they’re used in real problems.&lt;br&gt;
🔹 Learning Reflection&lt;br&gt;
 Recorded a video explaining the Container With Most Water DSA problem – not perfect, but explaining it out loud really helped me understand better.&lt;br&gt;
Here's a link: &lt;a href="https://youtu.be/SoJHCX1wtJk" rel="noopener noreferrer"&gt;https://youtu.be/SoJHCX1wtJk&lt;/a&gt;&lt;br&gt;
 #100DaysOfCode #DSA #ReactJS #CPlusPlus #WebDevelopment &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%2Fq4sfrk62p2f057bzlc98.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%2Fq4sfrk62p2f057bzlc98.png" alt="Image description" width="800" height="431"&gt;&lt;/a&gt;#BuildInPublic #KeepLearning&lt;/p&gt;

</description>
    </item>
    <item>
      <title>🌧️ Day 2 of #100DaysOfCode</title>
      <dc:creator>Tushar Sabharwal</dc:creator>
      <pubDate>Wed, 11 Jun 2025 12:28:08 +0000</pubDate>
      <link>https://dev.to/tushar_sabharwal_79588ef3/day-2-of-100daysofcode-52n8</link>
      <guid>https://dev.to/tushar_sabharwal_79588ef3/day-2-of-100daysofcode-52n8</guid>
      <description>&lt;p&gt;– Today was a bit tough, but I kept going.&lt;br&gt;
🔹 DSA:&lt;br&gt;
Solved 3 problems:&lt;br&gt;
• Find Minimum in Rotated Sorted Array&lt;br&gt;
• Next Permutation&lt;br&gt;
• Merge Sorted Array&lt;br&gt;
(I couldn’t figure out the brute force on my own, had to watch a video to understand — but I learned.)&lt;br&gt;
🔹 Recipe App Project:&lt;br&gt;
Built a recipe search app where users can enter a dish name and get the recipe instantly.&lt;br&gt;
• Used an external API&lt;br&gt;
• Clean and simple UI&lt;br&gt;
• Built using React JS&lt;br&gt;
• Inspired by this tutorial:&lt;br&gt;
live demo &lt;a href="https://tushar9184.github.io/recipeapi/" rel="noopener noreferrer"&gt;https://tushar9184.github.io/recipeapi/&lt;/a&gt;&lt;br&gt;
🔹 React:&lt;br&gt;
Learned about props — how data flows between components.&lt;br&gt;
That’s it for today. Not perfect, but progress.&lt;br&gt;
I’ll show up again tomorrow. 🚀&lt;/p&gt;

&lt;h1&gt;
  
  
  100DaysOfCode #DSA #ReactJS #WebDevelopment #Frontend #BuildInPublic #LearningJourney
&lt;/h1&gt;

</description>
      <category>100daysofcode</category>
      <category>dsa</category>
      <category>react</category>
      <category>showdev</category>
    </item>
    <item>
      <title>My First Weather App using JavaScript and OpenWeather API 🌦️</title>
      <dc:creator>Tushar Sabharwal</dc:creator>
      <pubDate>Mon, 09 Jun 2025 09:03:03 +0000</pubDate>
      <link>https://dev.to/tushar_sabharwal_79588ef3/my-first-weather-app-using-javascript-and-openweather-api-3n8e</link>
      <guid>https://dev.to/tushar_sabharwal_79588ef3/my-first-weather-app-using-javascript-and-openweather-api-3n8e</guid>
      <description>&lt;p&gt;👋 Introduction:&lt;br&gt;
Hey Devs!&lt;br&gt;
This summer, I started my web development journey and decided to build a few mini-projects to strengthen my fundamentals.&lt;/p&gt;

&lt;p&gt;This is my first project that uses an external API — a Weather App built with HTML, CSS, and JavaScript, powered by the OpenWeather API.&lt;/p&gt;

&lt;p&gt;🧰 Tech Stack:&lt;br&gt;
HTML – for basic structure&lt;/p&gt;

&lt;p&gt;CSS – for styling&lt;/p&gt;

&lt;p&gt;JavaScript – for logic &amp;amp; API integration&lt;/p&gt;

&lt;p&gt;OpenWeather API – to fetch real-time weather data&lt;/p&gt;

&lt;p&gt;🔍 Features:&lt;br&gt;
Enter any city to get:&lt;/p&gt;

&lt;p&gt;Temperature (°C) 🌡️&lt;/p&gt;

&lt;p&gt;Humidity (%) 💧&lt;/p&gt;

&lt;p&gt;Wind Speed 💨&lt;/p&gt;

&lt;p&gt;Clean and minimal design&lt;/p&gt;

&lt;p&gt;Instant API fetch and update&lt;/p&gt;

&lt;p&gt;💻 Live Demo:&lt;br&gt;
👉 [&lt;a href="https://tushar9184.github.io/weatherapi/" rel="noopener noreferrer"&gt;https://tushar9184.github.io/weatherapi/&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;📁 GitHub Repo:&lt;br&gt;
👉 [&lt;a href="https://github.com/Tushar9184/weatherapi" rel="noopener noreferrer"&gt;https://github.com/Tushar9184/weatherapi&lt;/a&gt;&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%2F889vf5zuurmz4m2r66k0.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%2F889vf5zuurmz4m2r66k0.png" alt="Image description" width="800" height="650"&gt;&lt;/a&gt;]&lt;/p&gt;

</description>
    </item>
    <item>
      <title>My First 30 days</title>
      <dc:creator>Tushar Sabharwal</dc:creator>
      <pubDate>Sun, 08 Jun 2025 15:54:09 +0000</pubDate>
      <link>https://dev.to/tushar_sabharwal_79588ef3/my-first-30-days-4539</link>
      <guid>https://dev.to/tushar_sabharwal_79588ef3/my-first-30-days-4539</guid>
      <description>&lt;h1&gt;
  
  
  My First 30 Days in Tech 🚀
&lt;/h1&gt;

&lt;p&gt;Hey folks 👋&lt;br&gt;&lt;br&gt;
I'm Tushar, a 1st-year AI &amp;amp; Data Science student. Just started learning web dev &amp;amp; C++. Here's what I learned so far:&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 Tech I Learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;HTML &amp;amp; CSS basics&lt;/li&gt;
&lt;li&gt;JavaScript DOM&lt;/li&gt;
&lt;li&gt;Simple weather app project&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Weather App 🌦️ using HTML/CSS/JS&lt;/li&gt;
&lt;li&gt;Working on a Recipe Finder now 🍜&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🔗 What’s Next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Learn React ⚛️&lt;/li&gt;
&lt;li&gt;Dive into DSA &amp;amp; ML&lt;/li&gt;
&lt;li&gt;Join open source &amp;amp; tech clubs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Follow my journey! Let’s connect 🙌&lt;/p&gt;

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