<?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: Hash</title>
    <description>The latest articles on DEV Community by Hash (@f40_-).</description>
    <link>https://dev.to/f40_-</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%2F4138428%2F1cd389ae-be2e-4d7c-9240-e76046dcd60a.jpg</url>
      <title>DEV Community: Hash</title>
      <link>https://dev.to/f40_-</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/f40_-"/>
    <language>en</language>
    <item>
      <title>CodeOrbit – A Free Browser-Based Dev Toolkit</title>
      <dc:creator>Hash</dc:creator>
      <pubDate>Tue, 22 Sep 2026 23:51:12 +0000</pubDate>
      <link>https://dev.to/f40_-/codeorbit-a-free-browser-based-dev-toolkit-4l6h</link>
      <guid>https://dev.to/f40_-/codeorbit-a-free-browser-based-dev-toolkit-4l6h</guid>
      <description>&lt;p&gt;Hey Dev.to! 👋&lt;/p&gt;

&lt;p&gt;I built CodeOrbit, a free browser-based developer toolkit that bundles &lt;br&gt;
a bunch of tools I kept needing separately into one workspace:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multi-language code runner (Python, C++, Java, JavaScript, C, Rust, Go, HTML)&lt;/li&gt;
&lt;li&gt;JSON formatter, minifier &amp;amp; key sorter&lt;/li&gt;
&lt;li&gt;Base64/URL encoder + JWT inspector&lt;/li&gt;
&lt;li&gt;Regex tester with live match highlighting&lt;/li&gt;
&lt;li&gt;SHA-256/512/1 hash generator + UUID v4 generator&lt;/li&gt;
&lt;li&gt;Epoch/timestamp converter with relative time&lt;/li&gt;
&lt;li&gt;A distraction-free auto-saving markdown scratchpad&lt;/li&gt;
&lt;li&gt;A command palette (Ctrl+K) to jump between tools instantly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's completely free, no signup required.&lt;/p&gt;

&lt;p&gt;Worth noting: the code runner is great for algorithm practice and &lt;br&gt;
learning syntax, but it doesn't support external libraries (numpy, &lt;br&gt;
pandas, etc.) or GUI frameworks (tkinter), since it runs via a remote &lt;br&gt;
compiler API rather than a full sandboxed environment.&lt;/p&gt;

&lt;p&gt;I'm also working on a desktop version (Windows, Linux, and macOS) &lt;br&gt;
planned to launch together once ready.&lt;/p&gt;

&lt;p&gt;Try it here: &lt;a href="https://code-orbit1.netlify.app/" rel="noopener noreferrer"&gt;https://code-orbit1.netlify.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love your feedback — what's missing, what could be more useful &lt;br&gt;
for your daily workflow?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>showdev</category>
      <category>programming</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
