<?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 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>
