<?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: Ben</title>
    <description>The latest articles on DEV Community by Ben (@benphs5).</description>
    <link>https://dev.to/benphs5</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%2F399551%2F4a709465-37b8-45c0-a532-9bf59ecd75af.jpeg</url>
      <title>DEV Community: Ben</title>
      <link>https://dev.to/benphs5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/benphs5"/>
    <language>en</language>
    <item>
      <title>Introducing convertcase.dev: a simple tool for converting between cases</title>
      <dc:creator>Ben</dc:creator>
      <pubDate>Sat, 23 Sep 2023 18:33:26 +0000</pubDate>
      <link>https://dev.to/benphs5/introducing-convertcasedev-a-simple-tool-for-converting-between-cases-3940</link>
      <guid>https://dev.to/benphs5/introducing-convertcasedev-a-simple-tool-for-converting-between-cases-3940</guid>
      <description>&lt;p&gt;Hey fellow devs! 🖐️&lt;/p&gt;

&lt;p&gt;If you've ever found yourself needing to convert between different naming conventions, I've got good news. I recently worked on a project called &lt;a href="https://convertcase.dev"&gt;convertcase.dev&lt;/a&gt; that makes this process a breeze. No more manual renaming or using multiple online tools!&lt;/p&gt;

&lt;p&gt;Why &lt;a href="https://convertcase.dev"&gt;convertcase.dev&lt;/a&gt;?&lt;br&gt;
While working on different projects, I often encountered scenarios where I needed to switch between camelCase, PascalCase, kebab-case, snake_case, and SNAKE_CASE_UPPER. It's a task that sounds simple, but can get tedious and repetitive pretty fast. So, I thought: "Why not make a tool to do this quickly?"&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;p&gt;🐫 camelCase Conversion: Perfect for your JavaScript variables.&lt;/p&gt;

&lt;p&gt;👾 PascalCase Conversion: Got a class or a constructor? Convert to PascalCase in a second!&lt;/p&gt;

&lt;p&gt;🍢 kebab-case Conversion: Ideal for CSS classes or URLs.&lt;/p&gt;

&lt;p&gt;🐍 snake_case Conversion: Pythonistas, this one's for you!&lt;/p&gt;

&lt;p&gt;⬆️ SNAKE_CASE_UPPER Conversion: Making constants or environment variables? Get them in uppercase!&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Use
&lt;/h2&gt;

&lt;p&gt;Head over to &lt;a href="https://convertcase.dev"&gt;convertcase.dev&lt;/a&gt;&lt;br&gt;
Input your text in the provided field.&lt;br&gt;
Select the desired case from the dropdown.&lt;br&gt;
Voila! Your text is converted. Just copy and use it in your project.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Real-world Example
&lt;/h2&gt;

&lt;p&gt;Imagine you're creating a new component in your favorite front-end framework. You've decided to name the file as &lt;code&gt;my-button&lt;/code&gt;. Following the best practices:&lt;/p&gt;

&lt;p&gt;The component's name should be &lt;code&gt;MyButton&lt;/code&gt;.&lt;br&gt;
If you're defining a CSS class, you'd probably go with my-button or &lt;code&gt;myButton&lt;/code&gt; if you use CSS modules.&lt;/p&gt;

&lt;p&gt;Doing these conversions manually can be repetitive, especially if you're dealing with multiple names or if you're refactoring. With convertcase.dev, just type in one format, and get all the others instantly!&lt;/p&gt;

&lt;p&gt;I hope &lt;a href="https://convertcase.dev"&gt;convertcase.dev&lt;/a&gt; proves to be a useful tool for your development workflow. I'd love to hear your feedback and suggestions. If you encounter any issues or want to see additional features, feel free to drop a comment or reach out to me directly!&lt;/p&gt;

&lt;p&gt;Happy coding! 💻🚀&lt;/p&gt;

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