<?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: Yuji</title>
    <description>The latest articles on DEV Community by Yuji (@yujima).</description>
    <link>https://dev.to/yujima</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%2F4117761%2F0218185e-6673-4849-ad84-c1e01f2d155d.jpg</url>
      <title>DEV Community: Yuji</title>
      <link>https://dev.to/yujima</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yujima"/>
    <language>en</language>
    <item>
      <title>I built WorkCalc: A zero-dependency financial calculator suite for freelancers</title>
      <dc:creator>Yuji</dc:creator>
      <pubDate>Wed, 09 Sep 2026 15:04:55 +0000</pubDate>
      <link>https://dev.to/yujima/i-built-workcalc-a-zero-dependency-financial-calculator-suite-for-freelancers-1nbm</link>
      <guid>https://dev.to/yujima/i-built-workcalc-a-zero-dependency-financial-calculator-suite-for-freelancers-1nbm</guid>
      <description>&lt;p&gt;Hey developers! 👋&lt;/p&gt;

&lt;p&gt;Like many freelancers and independent consultants, I got tired of bloated financial tools that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hide basic math behind email sign-up forms.&lt;/li&gt;
&lt;li&gt;Bombard you with tracking cookies and third-party scripts.&lt;/li&gt;
&lt;li&gt;Overcomplicate pricing formulas.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I decided to build &lt;strong&gt;WorkCalc&lt;/strong&gt; — a fast, private, and 100% client-side financial calculator suite.&lt;/p&gt;




&lt;h3&gt;
  
  
  🧮 What's inside:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Hourly Rate Calculator:&lt;/strong&gt; Factors in business overhead, vacation weeks, taxes, and most importantly — &lt;strong&gt;unbillable admin time&lt;/strong&gt; (realistic billable capacity).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Project Pricing Calculator:&lt;/strong&gt; Converts raw delivery hours into fixed quotes with contingency buffers for revision creep and payment platform fees.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Profit Margin &amp;amp; Markup:&lt;/strong&gt; Compares Gross Margin, Net Margin, and cost Markup side-by-side to avoid cash-flow traps.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Break-Even Point:&lt;/strong&gt; Classical CVP analysis calculating unit contribution margin and safety cushion.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sales Commission Calculator:&lt;/strong&gt; Handles variable rates, flat processing cuts, and multi-partner splits.&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  🛠️ The Tech Stack (Zero Bloat)
&lt;/h3&gt;

&lt;p&gt;I intentionally challenged myself to avoid frameworks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;HTML5:&lt;/strong&gt; Semantic, accessible markup.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CSS3:&lt;/strong&gt; Responsive, mobile-first design system with CSS custom properties.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vanilla JavaScript:&lt;/strong&gt; Pure mathematical functions, defensive parsing (no &lt;code&gt;NaN&lt;/code&gt; or &lt;code&gt;Infinity&lt;/code&gt;), and reactive client-side recalculation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosting:&lt;/strong&gt; Free GitHub Pages.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No backend, no database, no external dependencies. All calculations run strictly in the user's browser memory.&lt;/p&gt;




&lt;h3&gt;
  
  
  🔗 Check it out:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live Demo:&lt;/strong&gt; &lt;a href="https://yujisz.github.io/workcalc/" rel="noopener noreferrer"&gt;https://yujisz.github.io/workcalc/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Repo:&lt;/strong&gt; &lt;a href="https://github.com/YujiSz/workcalc" rel="noopener noreferrer"&gt;https://github.com/YujiSz/workcalc&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I would love to get your feedback on the UX and calculation logic. What other financial tools should I add next?&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
