<?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: Delfin Obiang</title>
    <description>The latest articles on DEV Community by Delfin Obiang (@delfinobiang).</description>
    <link>https://dev.to/delfinobiang</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%2F3876840%2F8d988cd8-528c-4e3a-8b1d-23acc1e1d0f6.jpeg</url>
      <title>DEV Community: Delfin Obiang</title>
      <link>https://dev.to/delfinobiang</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/delfinobiang"/>
    <language>en</language>
    <item>
      <title>I built a browser-based coding education platform as a CS student, here's how</title>
      <dc:creator>Delfin Obiang</dc:creator>
      <pubDate>Mon, 13 Apr 2026 14:28:22 +0000</pubDate>
      <link>https://dev.to/delfinobiang/i-built-a-browser-based-coding-education-platform-as-a-cs-student-heres-how-9k9</link>
      <guid>https://dev.to/delfinobiang/i-built-a-browser-based-coding-education-platform-as-a-cs-student-heres-how-9k9</guid>
      <description>&lt;p&gt;A few months ago I got tired of coding platforms that either spoon-fed you theory or made you watch someone else code. So I built my own, Helix, a browser-based platform where learners write and run real code from lesson one.&lt;/p&gt;

&lt;p&gt;Here's what's under the hood:&lt;/p&gt;

&lt;p&gt;🐍 Real Python execution in the browser&lt;br&gt;
No backend, no server. Python runs via Pyodide (WebAssembly), so when you hit Run, your code actually executes, not a simulation.&lt;/p&gt;

&lt;p&gt;🔐 Auth without a backend&lt;br&gt;
User accounts, sessions, and progress tracking all live in localStorage. Not production-grade for a large app, but for a static site it works surprisingly well and taught me a ton about auth flows.&lt;/p&gt;

&lt;p&gt;💳 Stripe on a static site&lt;br&gt;
No Stripe.js, no server. Just Payment Links with a ?upgraded=true success URL that the client detects and upgrades the user's plan in localStorage.&lt;/p&gt;

&lt;p&gt;🎨 Pure CSS animations&lt;br&gt;
The DNA double-helix animations across the site? All SMIL SVG, no JavaScript, no libraries. Two anti-phase sine waves with opacity and stroke-width transitions for a depth illusion.&lt;/p&gt;

&lt;p&gt;What I learned:&lt;/p&gt;

&lt;p&gt;You can build a lot without a backend if you're creative&lt;br&gt;
localStorage auth teaches you why real auth exists&lt;br&gt;
Shipping something real is the best CS education you can get&lt;br&gt;
The platform is live at learnhelix.org, free forever for the first 5 lessons per course.&lt;/p&gt;

&lt;p&gt;Would love feedback from this community, what would you build differently? What's missing?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffe5160yp177u2yd6690q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffe5160yp177u2yd6690q.png" alt=" " width="800" height="403"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>python</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
