<?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: Foysal Mostafa</title>
    <description>The latest articles on DEV Community by Foysal Mostafa (@foysalmostafa).</description>
    <link>https://dev.to/foysalmostafa</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%2F4061017%2Fb3e7e4b9-2c60-4bf8-89e3-b89884dfc1f0.jpg</url>
      <title>DEV Community: Foysal Mostafa</title>
      <link>https://dev.to/foysalmostafa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/foysalmostafa"/>
    <language>en</language>
    <item>
      <title>I Built 53 Free Trading Calculators – Here's What I Learned</title>
      <dc:creator>Foysal Mostafa</dc:creator>
      <pubDate>Sat, 05 Sep 2026 17:15:03 +0000</pubDate>
      <link>https://dev.to/foysalmostafa/i-built-53-free-trading-calculators-heres-what-i-learned-g2n</link>
      <guid>https://dev.to/foysalmostafa/i-built-53-free-trading-calculators-heres-what-i-learned-g2n</guid>
      <description>&lt;p&gt;As a forex trader, I was constantly switching between different calculator tabs while managing trades. So I built TradeCalc — one site with every calculator a trader needs.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;TradeCalc has 53 free calculators covering:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Forex&lt;/strong&gt; — Position size, pip value, profit/loss, margin, spread cost, swap&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Risk management&lt;/strong&gt; — Risk/reward, Kelly criterion, risk of ruin, drawdown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prop firm&lt;/strong&gt; — Trailing drawdown, daily loss limit, consistency rule, profit target&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Futures&lt;/strong&gt; — Tick value, funding rate, roll cost, commission, liquidation price&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Crypto&lt;/strong&gt; — Liquidation price, funding rate, crypto profit&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stocks&lt;/strong&gt; — Dividend yield, stock profit, CAGR&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js 16 (static export)&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;Tailwind CSS v4&lt;/li&gt;
&lt;li&gt;Deployed on Cloudflare Pages&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Static export is underrated&lt;/strong&gt; — 53 pages, zero server costs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SEO takes patience&lt;/strong&gt; — structured data and semantic HTML matter more than tricks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Traders want simple&lt;/strong&gt; — no sign-up, no ads, just fast math&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://tradecalcapp.com" rel="noopener noreferrer"&gt;https://tradecalcapp.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback — what calculators are missing?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I built a free text case converter — camelCase, snake_case, kebab-case and 8 more</title>
      <dc:creator>Foysal Mostafa</dc:creator>
      <pubDate>Mon, 03 Aug 2026 16:29:14 +0000</pubDate>
      <link>https://dev.to/foysalmostafa/i-built-a-free-text-case-converter-camelcase-snakecase-kebab-case-and-8-more-5139</link>
      <guid>https://dev.to/foysalmostafa/i-built-a-free-text-case-converter-camelcase-snakecase-kebab-case-and-8-more-5139</guid>
      <description>&lt;p&gt;As a developer, I constantly find myself needing to convert &lt;br&gt;
variable names between different case formats.&lt;/p&gt;

&lt;p&gt;Copying text, opening a separate tool, converting, copying &lt;br&gt;
back — it gets tedious fast.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;TextCaseConverters.com&lt;/strong&gt; — a free online tool &lt;br&gt;
that handles 11 case formats instantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it supports
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;UPPERCASE / lowercase&lt;/li&gt;
&lt;li&gt;Title Case / Sentence case&lt;/li&gt;
&lt;li&gt;camelCase / PascalCase&lt;/li&gt;
&lt;li&gt;snake_case / kebab-case&lt;/li&gt;
&lt;li&gt;CONSTANT_CASE&lt;/li&gt;
&lt;li&gt;aLtErNaTiNg CaSe&lt;/li&gt;
&lt;li&gt;Reverse Text&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Everything runs in your browser using JavaScript. Your text &lt;br&gt;
never leaves your device — no server calls, no storage.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js 16 (static export)&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;Tailwind CSS v4&lt;/li&gt;
&lt;li&gt;Hosted on Cloudflare Pages&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://textcaseconverters.com" rel="noopener noreferrer"&gt;textcaseconverters.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's completely free, no signup required. Would love your &lt;br&gt;
feedback on what formats to add next!&lt;/p&gt;

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