<?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: Sir Rolex</title>
    <description>The latest articles on DEV Community by Sir Rolex (@sir_rolex_c6915dd1fb4b724).</description>
    <link>https://dev.to/sir_rolex_c6915dd1fb4b724</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%2F2253846%2Fe351783b-c40d-417f-ab3f-2376a8623002.png</url>
      <title>DEV Community: Sir Rolex</title>
      <link>https://dev.to/sir_rolex_c6915dd1fb4b724</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sir_rolex_c6915dd1fb4b724"/>
    <language>en</language>
    <item>
      <title>How Does This Jewelry Customization Site Work? Need Insights!</title>
      <dc:creator>Sir Rolex</dc:creator>
      <pubDate>Tue, 14 Jan 2025 23:38:04 +0000</pubDate>
      <link>https://dev.to/sir_rolex_c6915dd1fb4b724/how-does-this-jewelry-customization-site-work-need-insights-52gi</link>
      <guid>https://dev.to/sir_rolex_c6915dd1fb4b724/how-does-this-jewelry-customization-site-work-need-insights-52gi</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I came across a jewellery customization website ( &lt;a href="https://www.militarymilestones.com/ladies-patriot-service-military-ring" rel="noopener noreferrer"&gt;https://www.militarymilestones.com/ladies-patriot-service-military-ring&lt;/a&gt; ) where you can design rings by selecting options like gemstones, side designs, text engravings, and more. Each time you make a selection, it sends a request to the backend and updates the preview dynamically.&lt;/p&gt;

&lt;p&gt;Here’s how it works:&lt;/p&gt;

&lt;p&gt;When I select something (e.g., a gemstone or a side design), the website sends a request to the backend.&lt;/p&gt;

&lt;p&gt;The backend responds with three updated images: the front view and the two side views of the ring.&lt;/p&gt;

&lt;p&gt;I’m trying to build a similar functionality for my website, but I’m unsure how their backend works.&lt;/p&gt;

&lt;p&gt;Is the backend generating these images layer by layer (e.g., combining transparent PNGs for the base, gemstone, and side designs)?&lt;/p&gt;

&lt;p&gt;Or do they have pre-rendered images for every possible combination stored and just fetch them on request?&lt;/p&gt;

&lt;p&gt;Here’s an example of the kind of request the site makes:&lt;/p&gt;

&lt;p&gt;bashCopy codehttps://combi.liquifire.com/combi?set=branch[army],gcolor1[garnet],view[top],id[1974]&amp;amp;call=url[file:production/index.chain.txt]&amp;amp;scale=width[800]&amp;amp;sink=format[png]&lt;br&gt;
It looks like they’re using some kind of rendering engine (maybe LiquiFire?) to process and combine layers dynamically.&lt;/p&gt;

&lt;p&gt;I’d appreciate it if someone could explain how this system works under the hood! Is it feasible to build such a backend from scratch using tools like Node.js, Python, or something similar? Any advice or insights would be super helpful!&lt;/p&gt;

&lt;p&gt;Thanks in advance!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>node</category>
      <category>backenddevelopment</category>
      <category>website</category>
    </item>
  </channel>
</rss>
