<?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: Kim Jin</title>
    <description>The latest articles on DEV Community by Kim Jin (@kim_jin_4505037f3025375f6).</description>
    <link>https://dev.to/kim_jin_4505037f3025375f6</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%2F3832914%2Fac7d38ac-e592-4728-94b9-49c6615bb2e2.jpg</url>
      <title>DEV Community: Kim Jin</title>
      <link>https://dev.to/kim_jin_4505037f3025375f6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kim_jin_4505037f3025375f6"/>
    <language>en</language>
    <item>
      <title>Can You "Read" Hex Codes? I Built a Game to Test Your Color Intuition 🎨</title>
      <dc:creator>Kim Jin</dc:creator>
      <pubDate>Thu, 19 Mar 2026 01:04:54 +0000</pubDate>
      <link>https://dev.to/kim_jin_4505037f3025375f6/can-you-read-hex-codes-i-built-a-game-to-test-your-color-intuition-2lii</link>
      <guid>https://dev.to/kim_jin_4505037f3025375f6/can-you-read-hex-codes-i-built-a-game-to-test-your-color-intuition-2lii</guid>
      <description>&lt;h3&gt;
  
  
  The Problem: Hex Codes are "Magic Numbers" to Many
&lt;/h3&gt;

&lt;p&gt;As developers, we look at &lt;code&gt;#663399&lt;/code&gt; (Rebecca Purple) or &lt;code&gt;#F0DB4F&lt;/code&gt; (JS Yellow) every day. But how many of us can actually &lt;em&gt;visualize&lt;/em&gt; the color just by looking at the code? Or even harder: can you guess the exact shade of a &lt;strong&gt;"Granny Smith Apple"&lt;/strong&gt; or &lt;strong&gt;"Classic Denim"&lt;/strong&gt;?&lt;/p&gt;

&lt;p&gt;I wanted to bridge the gap between technical color values and our visual intuition, so I built &lt;strong&gt;&lt;a href="https://colorguesser.app" rel="noopener noreferrer"&gt;ColorGuesser.app&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  🎮 The Game Modes
&lt;/h3&gt;

&lt;p&gt;I designed two distinct ways to challenge your brain:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The Noun Challenge:&lt;/strong&gt; This is the "fun" part. The game gives you a noun (e.g., "Sunflower" or "Deep Sea"), and you have to find the matching color on the wheel. It’s surprisingly harder than it looks!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Master the Hex:&lt;/strong&gt; For the hardcore devs. You get a HEX or RGB value and have to pinpoint it on the spectrum. It's the ultimate training for your "Design Eye."&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  🛠️ The Tech Stack (Under the Hood)
&lt;/h3&gt;

&lt;p&gt;Since I’m a fan of modern, lightweight frontend architectures, I avoided heavy frameworks.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Web Components &amp;amp; LWC/Lit principles:&lt;/strong&gt; I wanted near-zero overhead. The UI is snappy and works perfectly on mobile.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Perceptual Color Math:&lt;/strong&gt; To calculate your score, I don't just use simple RGB distance. I use the &lt;strong&gt;CIELAB color space&lt;/strong&gt; and &lt;strong&gt;Delta E&lt;/strong&gt; formulas. Why? Because the human eye perceives differences in green much more acutely than in blue. The scoring system reflects how a human actually &lt;em&gt;sees&lt;/em&gt; your error.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🚀 Why I Built This
&lt;/h3&gt;

&lt;p&gt;This project started as a way to sharpen my own frontend skills and has grown into a daily ritual for a small community of designers and devs. It currently sees about &lt;strong&gt;40k monthly visitors&lt;/strong&gt;, and the feedback has been amazing.&lt;/p&gt;

&lt;h3&gt;
  
  
  🕹️ Try it Out
&lt;/h3&gt;

&lt;p&gt;I’d love to get the Dev.to community’s feedback:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What’s your highest score?&lt;/li&gt;
&lt;li&gt;Is the "Noun Mode" too subjective? (I use a curated database for these shades!)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Play here:&lt;/strong&gt; 👉 &lt;strong&gt;&lt;a href="https://colorguesser.app" rel="noopener noreferrer"&gt;https://colorguesser.app&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Let me know what you think in the comments! If you're a fellow "Indie Hacker," I'd love to chat about how you approach color in your UI/UX.&lt;/p&gt;

&lt;h1&gt;
  
  
  showdev #javascript #frontend #webdesign
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>frontend</category>
      <category>showdev</category>
    </item>
    <item>
      <title>My Honest Experience with AI FlowChart</title>
      <dc:creator>Kim Jin</dc:creator>
      <pubDate>Thu, 19 Mar 2026 01:02:59 +0000</pubDate>
      <link>https://dev.to/kim_jin_4505037f3025375f6/my-honest-experience-with-ai-flowchart-4ml8</link>
      <guid>https://dev.to/kim_jin_4505037f3025375f6/my-honest-experience-with-ai-flowchart-4ml8</guid>
      <description>&lt;p&gt;AI FlowChart(&lt;a href="https://aiflowchart.net" rel="noopener noreferrer"&gt;https://aiflowchart.net&lt;/a&gt;) is an AI flowchart generator that turns text prompts and images into clean, editable flowcharts in seconds. Built for product teams, developers, analysts, and operators, it helps you document workflows, map decision trees, and visualize complex processes without manual diagram work. You can generate from plain language, convert whiteboard photos, refine layouts in the built-in editor, and export to SVG, PNG, or Excalidraw format. Whether you are designing onboarding flows, business processes, system logic, or SOPs, AI FlowChart helps teams move from idea to clear visual execution faster.&lt;/p&gt;

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