<?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: Samiya Ansari</title>
    <description>The latest articles on DEV Community by Samiya Ansari (@samiya_dev_5185e3c9022ffb).</description>
    <link>https://dev.to/samiya_dev_5185e3c9022ffb</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%2F4080295%2F9060a8cf-f1a0-4356-9143-b5fe60912daf.png</url>
      <title>DEV Community: Samiya Ansari</title>
      <link>https://dev.to/samiya_dev_5185e3c9022ffb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samiya_dev_5185e3c9022ffb"/>
    <language>en</language>
    <item>
      <title>Andaza — A Love Letter to Home-Style Indian Cooking</title>
      <dc:creator>Samiya Ansari</dc:creator>
      <pubDate>Sun, 16 Aug 2026 17:01:29 +0000</pubDate>
      <link>https://dev.to/samiya_dev_5185e3c9022ffb/andaza-a-love-letter-to-home-style-indian-cooking-1h58</link>
      <guid>https://dev.to/samiya_dev_5185e3c9022ffb/andaza-a-love-letter-to-home-style-indian-cooking-1h58</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;Andaza is a landing page for an imaginary home-style Indian thali delivery service. The name comes from "andaza" — the Hindi/Urdu word for estimate or instinct — because Indian home cooks almost never measure anything. It's always a pinch of this, a glance at that, cooked until it smells right. I wanted the page itself to embody that idea instead of just describing it, so the centerpiece is an interactive spice dial: drag it and it shifts from "halka" (light) to "tikha" (fiery), changing both the copy and the accent color intensity across the hero.&lt;/p&gt;

&lt;p&gt;Below that: a manifesto section on what andaza actually means, a menu styled as thali cards credited to fictional home cooks, and reviews styled like notes left in a tiffin box.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://codepen.io/Samiya-Dev/pen/01a00b7f-c3a5-75ee-a315-71017babe9ac" rel="noopener noreferrer"&gt;https://codepen.io/Samiya-Dev/pen/01a00b7f-c3a5-75ee-a315-71017babe9ac&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;The spice dial was both the most fun and the trickiest part. It's a conic-gradient circle where the fill angle is driven by a CSS custom property, updated live from pointer position using &lt;code&gt;Math.atan2&lt;/code&gt; to convert cursor coordinates into an angle. Getting the drag math right — mapping a circular drag to a 0–100 range that starts and stops at sensible points — took more iteration than I expected. I also made sure it works with a keyboard (arrow keys) and has proper &lt;code&gt;role="slider"&lt;/code&gt; / &lt;code&gt;aria-valuenow&lt;/code&gt; attributes, since a signature interaction shouldn't be a signature exclusion.&lt;/p&gt;

&lt;p&gt;For the visual direction, I deliberately avoided the "warm cream + terracotta" template look that a lot of AI-generated food pages default to, and leaned into turmeric, masala-brown, and curry-leaf green instead — colors that actually come from the dishes on the menu. Fraunces for headings gave it a handwritten-recipe-card feel without going full script font.&lt;/p&gt;

&lt;p&gt;Next, I'd like to add a second interactive moment — maybe letting visitors "build" their own thali by picking dishes and watching a plate visual fill in.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>CSS Art: Comfort Food — A Steaming Bowl of Ramen</title>
      <dc:creator>Samiya Ansari</dc:creator>
      <pubDate>Sun, 16 Aug 2026 16:47:38 +0000</pubDate>
      <link>https://dev.to/samiya_dev_5185e3c9022ffb/css-art-comfort-food-a-steaming-bowl-of-ramen-3bjp</link>
      <guid>https://dev.to/samiya_dev_5185e3c9022ffb/css-art-comfort-food-a-steaming-bowl-of-ramen-3bjp</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, CSS Art&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;Ramen is the ultimate comfort food for me — it's built in layers: broth, noodles, toppings, all coming together in one bowl. That layering felt like a natural fit for CSS, where you're literally stacking shapes with z-index and border-radius to build something that reads as food rather than boxes.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://codepen.io/Samiya-Dev/pen/01a00b6b-6006-72fc-a413-23da8310a488" rel="noopener noreferrer"&gt;https://codepen.io/Samiya-Dev/pen/01a00b6b-6006-72fc-a413-23da8310a488&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;The hardest part wasn't any single ingredient — it was the noodles. My first attempt used one wavy shape and it looked more like a snake than ramen. What actually worked was layering six separate rounded "strands" at slightly different rotations, widths, and vertical offsets so they overlapped like real noodles piled in a bowl.&lt;/p&gt;

&lt;p&gt;The steam was the part I'm most proud of. It's a single blurred, gradient-filled bar per wisp, animated through opacity, vertical translation, horizontal drift, and a slight scale — so it looks like it's dissipating rather than just floating up in a straight line. Staggering the animation delays across five wisps keeps it from looking robotic.&lt;/p&gt;

&lt;p&gt;I let myself use a little JavaScript, per the challenge rules — just enough to scatter sesame seeds to random positions on load and jitter each steam wisp's animation duration slightly, so no two page loads look quite identical. Everything else — the bowl, broth, egg, chashu, nori, scallions, chopsticks — is pure CSS: gradients for shading, transforms for the tilted chopsticks and rotated toppings, and border-radius doing most of the heavy lifting for the bowl shape.&lt;/p&gt;

&lt;p&gt;Next time, I'd like to try animating the noodles being lifted by the chopsticks, or building a whole ramen-shop scene with a counter and bowls in the background.&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
      <category>html</category>
    </item>
  </channel>
</rss>
