<?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: Parth Chawande</title>
    <description>The latest articles on DEV Community by Parth Chawande (@parthrc).</description>
    <link>https://dev.to/parthrc</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%2F1190479%2F76b25527-420b-4de7-9bf1-fef318c57de9.jpg</url>
      <title>DEV Community: Parth Chawande</title>
      <link>https://dev.to/parthrc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/parthrc"/>
    <language>en</language>
    <item>
      <title>Netlify Dynamic Site Challenge: Building a Device Mockups Generator Web App</title>
      <dc:creator>Parth Chawande</dc:creator>
      <pubDate>Wed, 08 May 2024 18:49:35 +0000</pubDate>
      <link>https://dev.to/parthrc/netlify-dynamic-site-challenge-building-a-device-mockups-generator-web-app-49d1</link>
      <guid>https://dev.to/parthrc/netlify-dynamic-site-challenge-building-a-device-mockups-generator-web-app-49d1</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/netlify"&gt;Netlify Dynamic Site Challenge&lt;/a&gt;: Visual Feast.&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I have built a  multiple devices mockup generator. It helps users visualise how their image would like on different devices. It also lets you download the end result which is especially useful for marketers to showcase their product easily.&lt;br&gt;
I have used &lt;a href="https://edgestore.dev/"&gt;Edgestore&lt;/a&gt; to store the images uploaded by the users then I use the &lt;a href="https://docs.netlify.com/image-cdn/overview/"&gt;Netlify Image CDN&lt;/a&gt; to transform and serve images on demand (no build time 😉).&lt;br&gt;
Finally users can download the final mockup image and use freely.&lt;/p&gt;

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

&lt;p&gt;You can see the demo here: &lt;a href="https://polite-bienenstitch-cc3c05.netlify.app/"&gt;https://polite-bienenstitch-cc3c05.netlify.app/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Platform Primitives
&lt;/h2&gt;

&lt;p&gt;Using Netlify Image CDN is surprisingly easy, making an request to &lt;code&gt;/.netlify/images&lt;/code&gt; with source url of your image and receiving the transformed image feels like magic. It also supports remote urls which is the case in my demo. I also used the transformation options to set the size, fit, format and even the quality.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9ysm64f88htc4w0vrb4v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9ysm64f88htc4w0vrb4v.png" alt="Image description" width="800" height="750"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>netlifychallenge</category>
      <category>devchallenge</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
