<?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>Forem: Vojtěch Mikle</title>
    <description>The latest articles on Forem by Vojtěch Mikle (@rodancz).</description>
    <link>https://forem.com/rodancz</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%2F3954692%2F693682d9-243d-4fd6-9fdb-cc4d0851df9f.jpg</url>
      <title>Forem: Vojtěch Mikle</title>
      <link>https://forem.com/rodancz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://practicaldev.herokuapp.com/feed/rodancz"/>
    <language>en</language>
    <item>
      <title>I built a code runner for 14 languages - try to break it and test</title>
      <dc:creator>Vojtěch Mikle</dc:creator>
      <pubDate>Wed, 27 May 2026 17:17:51 +0000</pubDate>
      <link>https://forem.com/rodancz/i-built-a-code-runner-for-14-languages-try-to-break-it-and-test-2k1m</link>
      <guid>https://forem.com/rodancz/i-built-a-code-runner-for-14-languages-try-to-break-it-and-test-2k1m</guid>
      <description>&lt;p&gt;I wanted a fast way to test code snippets without opening an IDE or spinning up a repl. So I built simplelanguages.com.&lt;/p&gt;

&lt;p&gt;You pick a language, type code, hit Ctrl+Enter. The backend compiles and runs it, sends back stdout/stderr/exit code/timing.&lt;/p&gt;

&lt;p&gt;What it runs:&lt;/p&gt;

&lt;p&gt;python, javascript, typescript, java, c, c++, c#, rust, lua, go, ruby, php, html, css&lt;/p&gt;

&lt;p&gt;What's there:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dark terminal UI, works on mobile&lt;/li&gt;
&lt;li&gt;Web mode for HTML/CSS/JS with live iframe preview (renders client-side, no API call)&lt;/li&gt;
&lt;li&gt;6 themes (Nord, Dracula, Monokai, CRT green, amber, solar flare)&lt;/li&gt;
&lt;li&gt;Community plugin system — anyone can submit plugins, I approve them&lt;/li&gt;
&lt;li&gt;Shareable URLs (code + language base64'd into the hash)&lt;/li&gt;
&lt;li&gt;Ctrl+Enter to run, Ctrl+F for find/zen mode, Ctrl+Shift+S to copy share link&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stack:&lt;/p&gt;

&lt;p&gt;Backend is Rust/Axum — receives code, spawns a process in a temp directory, kills it after 30 seconds if it hangs. Frontend is vanilla JS with CodeMirror 6, no framework. Hosted on GitHub Pages, backend on Render free tier.&lt;/p&gt;

&lt;p&gt;Why I'm posting:&lt;/p&gt;

&lt;p&gt;I've been staring at this for weeks and I'm blind to its flaws. I know things are broken, I just can't see them anymore.&lt;/p&gt;

&lt;p&gt;If you've got a few minutes, open it up and try to break something. Weird edge cases, things that feel off, layout breaking on your phone, whatever. Don't tell me what's good - tell me what sucks.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://rodancz.github.io/simplelanguages/" rel="noopener noreferrer"&gt;https://rodancz.github.io/simplelanguages/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/rodancz/simplelanguages" rel="noopener noreferrer"&gt;https://github.com/rodancz/simplelanguages&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(Backend sleeps after 15min of inactivity on Render's free tier - first request takes about 30 seconds to wake it. Just wait, it'll load.)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>rust</category>
    </item>
  </channel>
</rss>
