<?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: Pawan Satoshi</title>
    <description>The latest articles on DEV Community by Pawan Satoshi (@pawanatoshi).</description>
    <link>https://dev.to/pawanatoshi</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%2F3870375%2F3905bbe7-dabe-4693-af32-633cb0641463.png</url>
      <title>DEV Community: Pawan Satoshi</title>
      <link>https://dev.to/pawanatoshi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pawanatoshi"/>
    <language>en</language>
    <item>
      <title>The Comfort Table — Food That Remembers</title>
      <dc:creator>Pawan Satoshi</dc:creator>
      <pubDate>Sun, 16 Aug 2026 05:36:33 +0000</pubDate>
      <link>https://dev.to/pawanatoshi/the-comfort-table-food-that-remembers-5609</link>
      <guid>https://dev.to/pawanatoshi/the-comfort-table-food-that-remembers-5609</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2026-07-29"&gt;Frontend Challenge - Comfort Food Edition, Perfect Landing&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I built &lt;strong&gt;The Comfort Table&lt;/strong&gt;, an interactive food-memory experience inspired by the meals that make an ordinary day feel like home.&lt;/p&gt;

&lt;p&gt;Instead of creating a traditional restaurant landing page, I wanted to make the landing page itself feel like a small digital dining room.&lt;/p&gt;

&lt;p&gt;The experience combines:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A responsive editorial-style landing page&lt;/li&gt;
&lt;li&gt;An interactive Comfort Finder based on mood and moment&lt;/li&gt;
&lt;li&gt;A searchable world menu&lt;/li&gt;
&lt;li&gt;Country filtering&lt;/li&gt;
&lt;li&gt;Detailed dish cards with ingredients, preparation, taste and serving notes&lt;/li&gt;
&lt;li&gt;A dish-details modal with keyboard-accessible interaction&lt;/li&gt;
&lt;li&gt;Multilingual UI support for English, Hindi, Spanish, French, Japanese, Korean and Arabic&lt;/li&gt;
&lt;li&gt;Responsive layouts for mobile, tablet and desktop&lt;/li&gt;
&lt;li&gt;CSS-generated hero artwork&lt;/li&gt;
&lt;li&gt;Reduced-motion support&lt;/li&gt;
&lt;li&gt;Semantic HTML and accessibility-focused interaction&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The central idea is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Comfort food has no passport.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Whether it is khichdi in India, ramen in Japan, pasta in Italy or tacos in Mexico, food can carry memory, place and emotion.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Live Demo:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://the-comfort-table.vercel.app/" rel="noopener noreferrer"&gt;https://the-comfort-table.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source Code:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/pawansatoshi/the-comfort-table" rel="noopener noreferrer"&gt;https://github.com/pawansatoshi/the-comfort-table&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;I started with the idea of building something that felt more personal than a conventional food website.&lt;/p&gt;

&lt;p&gt;The challenge was not only to make the page visually polished, but to make the experience useful and enjoyable to interact with.&lt;/p&gt;

&lt;p&gt;The Comfort Finder became the core interaction: users can choose how their day feels and the moment they are eating, and the interface recommends a dish from the collection.&lt;/p&gt;

&lt;p&gt;I also spent significant time on responsive behavior because the experience should work equally well on a phone, tablet and desktop.&lt;/p&gt;

&lt;p&gt;One part I am particularly proud of is the accessibility work around the dish-details modal. A visually attractive modal is not enough if keyboard users can escape into the background content or lose their place after closing it.&lt;/p&gt;

&lt;p&gt;The modal interaction was therefore hardened with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;focus management&lt;/li&gt;
&lt;li&gt;focus restoration&lt;/li&gt;
&lt;li&gt;Tab and Shift+Tab containment&lt;/li&gt;
&lt;li&gt;Escape-to-close behavior&lt;/li&gt;
&lt;li&gt;inert background content&lt;/li&gt;
&lt;li&gt;proper modal lifecycle handling&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This made accessibility part of the interaction model rather than an afterthought.&lt;/p&gt;

&lt;p&gt;Another challenge was keeping the interface expressive without making it dependent on a large frontend framework. The project uses semantic HTML, CSS and purposeful JavaScript to keep the experience lightweight and understandable.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;This project reinforced an important frontend lesson for me:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A landing page is not just a visual composition. It is an interaction system.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Typography, spacing, responsive layout, keyboard behavior, focus management, loading behavior and content hierarchy all contribute to whether the experience actually works.&lt;/p&gt;

&lt;p&gt;I also learned that small details can have a large impact. A remembered focus target, a properly contained modal, a reduced-motion fallback or a thoughtful empty state can make the difference between something that merely looks good and something that feels finished.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm Proud Of
&lt;/h2&gt;

&lt;p&gt;I'm particularly proud of combining visual storytelling with practical frontend engineering.&lt;/p&gt;

&lt;p&gt;The project is intentionally designed to feel like a warm editorial food experience while still behaving like a real interactive product.&lt;/p&gt;

&lt;p&gt;The goal was not to build the biggest food website.&lt;/p&gt;

&lt;p&gt;It was to build a small experience that makes people want to explore one more dish.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;I'd like to continue expanding the experience with richer food stories, more regional dishes, stronger discovery interactions and additional accessibility testing.&lt;/p&gt;

&lt;p&gt;Ultimately, I'd like The Comfort Table to become less like a collection of recipes and more like a digital map of the memories people associate with food.&lt;/p&gt;

&lt;p&gt;Thanks for checking it out.&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2026-07-29"&gt;Frontend Challenge - Comfort Food Edition, Perfect Landing&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>No Passport Required — Comfort Food Around the World</title>
      <dc:creator>Pawan Satoshi</dc:creator>
      <pubDate>Sun, 16 Aug 2026 03:59:05 +0000</pubDate>
      <link>https://dev.to/pawanatoshi/no-passport-required-comfort-food-around-the-world-4dfj</link>
      <guid>https://dev.to/pawanatoshi/no-passport-required-comfort-food-around-the-world-4dfj</guid>
      <description>&lt;p&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2026-07-29"&gt;Frontend Challenge - Comfort Food Edition, CSS Art&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;Comfort food does not need a passport.&lt;/p&gt;

&lt;p&gt;Everywhere in the world, there is a dish that means something more than food. It can mean home, family, a long day ending, a celebration, or simply someone taking care of you.&lt;/p&gt;

&lt;p&gt;For this challenge, I wanted to turn that idea into a single CSS artwork.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No Passport Required&lt;/strong&gt; is a CSS-only celebration of comfort food around the world.&lt;/p&gt;

&lt;p&gt;The scene brings together familiar comfort foods from different cultures around one shared table:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Italy — Margherita pizza&lt;/li&gt;
&lt;li&gt;Japan — ramen&lt;/li&gt;
&lt;li&gt;Mexico — tacos&lt;/li&gt;
&lt;li&gt;India — khichdi&lt;/li&gt;
&lt;li&gt;USA — mac and cheese&lt;/li&gt;
&lt;li&gt;France — French onion soup&lt;/li&gt;
&lt;li&gt;Korea — tteokbokki&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Different dishes.&lt;/p&gt;

&lt;p&gt;Different kitchens.&lt;/p&gt;

&lt;p&gt;Different traditions.&lt;/p&gt;

&lt;p&gt;One feeling.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Comfort.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://the-comfort-table.vercel.app/css-art.html" rel="noopener noreferrer"&gt;View the live CSS Art&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The artwork is rendered directly in the browser using HTML and CSS.&lt;/p&gt;

&lt;p&gt;No food photographs, canvas drawings, or external illustration libraries are used for the artwork.&lt;/p&gt;

&lt;h2&gt;
  
  
  Source Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/pawansatoshi/the-comfort-table" rel="noopener noreferrer"&gt;View the project on GitHub&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;I created a warm late-evening dining table where different comfort foods meet in one visual composition.&lt;/p&gt;

&lt;p&gt;The scene uses CSS shapes, gradients, shadows, pseudo-elements and responsive positioning to create:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;plates and bowls&lt;/li&gt;
&lt;li&gt;pizza&lt;/li&gt;
&lt;li&gt;ramen&lt;/li&gt;
&lt;li&gt;tacos&lt;/li&gt;
&lt;li&gt;rice&lt;/li&gt;
&lt;li&gt;soup&lt;/li&gt;
&lt;li&gt;noodles&lt;/li&gt;
&lt;li&gt;cheese&lt;/li&gt;
&lt;li&gt;herbs and toppings&lt;/li&gt;
&lt;li&gt;utensils&lt;/li&gt;
&lt;li&gt;steam&lt;/li&gt;
&lt;li&gt;table lighting&lt;/li&gt;
&lt;li&gt;shadows and depth&lt;/li&gt;
&lt;li&gt;a warm kitchen atmosphere&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal was not photorealism.&lt;/p&gt;

&lt;p&gt;The goal was to make the viewer immediately understand the feeling behind the food.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why CSS?
&lt;/h2&gt;

&lt;p&gt;CSS is usually treated as the layer that makes an interface look good.&lt;/p&gt;

&lt;p&gt;For this challenge, I wanted to push it further and use CSS as the illustration medium itself.&lt;/p&gt;

&lt;p&gt;Instead of placing photographs of food on a page, I built the visual language from scratch using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;gradients&lt;/li&gt;
&lt;li&gt;border-radius&lt;/li&gt;
&lt;li&gt;pseudo-elements&lt;/li&gt;
&lt;li&gt;box-shadow&lt;/li&gt;
&lt;li&gt;transforms&lt;/li&gt;
&lt;li&gt;layered positioning&lt;/li&gt;
&lt;li&gt;CSS animation&lt;/li&gt;
&lt;li&gt;responsive media queries&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The artwork is intentionally asset-light so the shapes, composition and CSS techniques remain visible.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;The title is &lt;strong&gt;No Passport Required&lt;/strong&gt; because comfort is universal.&lt;/p&gt;

&lt;p&gt;A person does not need to know the complete history of a dish to recognize what it represents.&lt;/p&gt;

&lt;p&gt;Warm food.&lt;/p&gt;

&lt;p&gt;A familiar smell.&lt;/p&gt;

&lt;p&gt;A table.&lt;/p&gt;

&lt;p&gt;Someone waiting.&lt;/p&gt;

&lt;p&gt;A place that feels like home.&lt;/p&gt;

&lt;h2&gt;
  
  
  Responsive Design
&lt;/h2&gt;

&lt;p&gt;The composition is designed to adapt across:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;desktop&lt;/li&gt;
&lt;li&gt;laptop&lt;/li&gt;
&lt;li&gt;tablet&lt;/li&gt;
&lt;li&gt;mobile&lt;/li&gt;
&lt;li&gt;portrait layouts&lt;/li&gt;
&lt;li&gt;landscape layouts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The artwork scales and repositions instead of simply shrinking the desktop composition.&lt;/p&gt;

&lt;p&gt;It also supports &lt;code&gt;prefers-reduced-motion&lt;/code&gt; so users who prefer reduced motion are not dependent on the steam animation.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;The hardest part was not creating individual food shapes.&lt;/p&gt;

&lt;p&gt;It was making different foods from different cultures feel like part of one coherent visual scene.&lt;/p&gt;

&lt;p&gt;The solution was to focus on the shared experience rather than making every dish perfectly realistic.&lt;/p&gt;

&lt;p&gt;CSS became the tool for creating atmosphere rather than just decoration.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm Proud Of
&lt;/h2&gt;

&lt;p&gt;I'm proud that the artwork starts with a simple idea:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Comfort food is different everywhere, but the feeling is familiar.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The visual then turns that idea into one shared table.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;I would love to expand this into a larger interactive collection where visitors can select a country and discover the comfort food, ingredients, preparation and story behind it.&lt;/p&gt;

&lt;p&gt;That idea also became the foundation for &lt;strong&gt;The Comfort Table&lt;/strong&gt;, the larger interactive landing-page experience accompanying this CSS artwork.&lt;/p&gt;

&lt;h2&gt;
  
  
  Built With
&lt;/h2&gt;

&lt;p&gt;HTML + CSS&lt;/p&gt;

&lt;p&gt;No framework.&lt;/p&gt;

&lt;p&gt;No external illustration library.&lt;/p&gt;

&lt;p&gt;No canvas.&lt;/p&gt;

&lt;h2&gt;
  
  
  Challenge
&lt;/h2&gt;

&lt;p&gt;Frontend Challenge — Comfort Food Edition&lt;/p&gt;

&lt;p&gt;Thanks for taking a seat at the table.&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2026-07-29"&gt;Frontend Challenge - Comfort Food Edition, CSS Art&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
    </item>
    <item>
      <title>I Built BARKVERSE: What If Dogs Had Their Own Internet? 🐶</title>
      <dc:creator>Pawan Satoshi</dc:creator>
      <pubDate>Sat, 15 Aug 2026 09:23:57 +0000</pubDate>
      <link>https://dev.to/pawanatoshi/i-built-barkverse-what-if-dogs-had-their-own-internet-2a9</link>
      <guid>https://dev.to/pawanatoshi/i-built-barkverse-what-if-dogs-had-their-own-internet-2a9</guid>
      <description>&lt;h1&gt;
  
  
  What If Dogs Had Their Own Internet?
&lt;/h1&gt;

&lt;p&gt;Every dog has a personality.&lt;/p&gt;

&lt;p&gt;They have their own habits, moods, favourite things, secret missions, suspicious refrigerator investigations, and an impressive ability to understand humans without saying a single word.&lt;/p&gt;

&lt;p&gt;But what if dogs had their own internet?&lt;/p&gt;

&lt;p&gt;That question became &lt;strong&gt;BARKVERSE&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;🐶 &lt;strong&gt;BARKVERSE is an AI-powered interactive dog world where a real dog photo becomes the beginning of a playful digital identity.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Instead of building another static AI image analyzer, I wanted to create something people could actually explore, play with, and come back to.&lt;/p&gt;

&lt;h2&gt;
  
  
  🐾 Meet BARKVERSE
&lt;/h2&gt;

&lt;p&gt;[WATCH THE DEMO VIDEO]&lt;br&gt;
&lt;a href="https://youtu.be/v2fX4cu7eRA" rel="noopener noreferrer"&gt;https://youtu.be/v2fX4cu7eRA&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Live Demo:&lt;/strong&gt; &lt;a href="https://barkverse.vercel.app/" rel="noopener noreferrer"&gt;https://barkverse.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/pawansatoshi/barkverse" rel="noopener noreferrer"&gt;https://github.com/pawansatoshi/barkverse&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The experience starts with one simple thing:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A dog.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can take a photo using your camera&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>100daysofsolana</category>
      <category>devchallenge</category>
    </item>
  </channel>
</rss>
