<?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: Sebastian</title>
    <description>The latest articles on DEV Community by Sebastian (@seb-dojo).</description>
    <link>https://dev.to/seb-dojo</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%2F2235510%2Fc657525a-2bb0-4255-a047-b0b53af10cb7.png</url>
      <title>DEV Community: Sebastian</title>
      <link>https://dev.to/seb-dojo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/seb-dojo"/>
    <language>en</language>
    <item>
      <title>From idea to runnable code challenge in minutes</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Tue, 31 Mar 2026 16:15:14 +0000</pubDate>
      <link>https://dev.to/seb-dojo/from-idea-to-runnable-code-challenge-in-minutes-2aon</link>
      <guid>https://dev.to/seb-dojo/from-idea-to-runnable-code-challenge-in-minutes-2aon</guid>
      <description>&lt;p&gt;Creating a good coding challenge takes hours.&lt;/p&gt;

&lt;p&gt;Problem statement. Tests. Reference solution. It adds up fast.&lt;/p&gt;

&lt;p&gt;So we built an MCP integration for DojoCode that cuts this down to minutes.&lt;/p&gt;

&lt;p&gt;I wrote about how it works &lt;a href="https://dojocode.io/blog/from-idea-to-runnable-challenge-in-minutes" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks to the devs who tested it and shared honest feedback 🙌&lt;br&gt;
More updates coming as others try it.&lt;/p&gt;

</description>
      <category>challenge</category>
      <category>ai</category>
      <category>programming</category>
      <category>learning</category>
    </item>
    <item>
      <title>Coding Challenges Built Around Real-World Problems</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Tue, 24 Mar 2026 20:53:44 +0000</pubDate>
      <link>https://dev.to/seb-dojo/80-free-coding-challenges-built-around-real-world-problems-not-just-algorithms-23j1</link>
      <guid>https://dev.to/seb-dojo/80-free-coding-challenges-built-around-real-world-problems-not-just-algorithms-23j1</guid>
      <description>&lt;p&gt;Most coding challenge platforms are algorithm-heavy. That's not a bad thing — but after working on real projects, the problems that actually slow you down tend to look different.&lt;/p&gt;

&lt;p&gt;Debugging code you didn't write. Integrating an API that doesn't behave. Refactoring a function that works but nobody wants to touch. Handling async flows that break in weird ways.&lt;/p&gt;

&lt;p&gt;We built a free collection of challenges around exactly those scenarios as part of DojoCode, and published the full list as an open repo:&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://github.com/dojo-coder/free-code-challenges" rel="noopener noreferrer"&gt;https://github.com/dojo-coder/free-code-challenges&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Each challenge links to an interactive version you can solve in the browser — no setup, no install, just code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's included:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Automation&lt;/li&gt;
&lt;li&gt;API integration&lt;/li&gt;
&lt;li&gt;Caching&lt;/li&gt;
&lt;li&gt;Refactoring&lt;/li&gt;
&lt;li&gt;UI Accessibility&lt;/li&gt;
&lt;li&gt;Async behavior &amp;amp; system simulations&lt;/li&gt;
&lt;li&gt;Algorithms &amp;amp; data structures&lt;/li&gt;
&lt;li&gt;and others more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every challenge includes tests so you can validate your solution before moving on. Good luck and happy coding!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Brave Enough for Legacy Code?</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Tue, 10 Feb 2026 19:31:21 +0000</pubDate>
      <link>https://dev.to/seb-dojo/brave-enough-for-legacy-code-1p02</link>
      <guid>https://dev.to/seb-dojo/brave-enough-for-legacy-code-1p02</guid>
      <description>&lt;p&gt;Legacy code doesn’t have to be a horror story.&lt;br&gt;
From Feb 11–16, 2026, we’re turning messy, dusty code into a full-on challenge arena.&lt;/p&gt;

&lt;p&gt;Jump into &lt;a href="https://dojocode.io/contest/seb/legacy-love" rel="noopener noreferrer"&gt;Legacy Love&lt;/a&gt; and prove you can refactor, reason, and rescue code that’s seen things.&lt;br&gt;
No tutorials. No hand-holding. Just real-world problems and clean solutions.&lt;/p&gt;

&lt;p&gt;Are you ready to put your coding skills to the test? &lt;a href="https://dojocode.io/contest/seb/legacy-love" rel="noopener noreferrer"&gt;Accept challenge&lt;/a&gt; and make this a contest to remember!&lt;/p&gt;

&lt;h2&gt;
  
  
  How does it work?
&lt;/h2&gt;

&lt;p&gt;The contest spans &lt;strong&gt;5 days&lt;/strong&gt;, but it doesn't require continuous effort. You can start and complete the &lt;strong&gt;3 challenges&lt;/strong&gt; whenever you have time. We estimate that solving all the challenges will take approximately &lt;strong&gt;3h of work in total&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Once you register, you’ll receive an email notification before the contest begins. When it starts, you can use your terminal to launch challenges with the command &lt;code&gt;start-challenge&lt;/code&gt;. After starting a challenge, the timer activates, and you can open the challenge in your browser to solve it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rules
&lt;/h2&gt;

&lt;p&gt;You can check our coding contest rules &lt;a href="https://docs.dojocode.io/contest/rules.html" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;br&gt;
You can also find step-by-step guides in &lt;a href="https://docs.dojocode.io" rel="noopener noreferrer"&gt;our documentation&lt;/a&gt; to help you familiarize with the DojoCode platform.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dojocode.io/contest/seb/legacy-love" rel="noopener noreferrer"&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%2Fwqr8b5h9ea8z2wl6m8xn.png" alt="Hacker Games DojoCode Contest" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>refactoring</category>
      <category>legacy</category>
      <category>challenge</category>
    </item>
    <item>
      <title>mcp</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Wed, 12 Nov 2025 19:28:30 +0000</pubDate>
      <link>https://dev.to/seb-dojo/mcp-b4k</link>
      <guid>https://dev.to/seb-dojo/mcp-b4k</guid>
      <description></description>
    </item>
    <item>
      <title>Hacker Games contest for beginners in cybersecurity</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Sun, 14 Sep 2025 18:45:09 +0000</pubDate>
      <link>https://dev.to/seb-dojo/hacker-games-contest-for-beginners-in-cybersecurity-191j</link>
      <guid>https://dev.to/seb-dojo/hacker-games-contest-for-beginners-in-cybersecurity-191j</guid>
      <description>&lt;p&gt;Are you a beginner passionate about cybersecurity? Put your skills to the test in our &lt;a href="https://dojocode.io/contest/seb/hacker-games" rel="noopener noreferrer"&gt;Hacker Games&lt;/a&gt; contest, running from September 21 to 25, 2025!&lt;/p&gt;

&lt;p&gt;Are you ready to put your coding skills to the test? &lt;a href="https://dojocode.io/contest/seb/hacker-games" rel="noopener noreferrer"&gt;Accept challenge&lt;/a&gt; and make this a contest to remember!&lt;/p&gt;

&lt;h2&gt;
  
  
  How does it work?
&lt;/h2&gt;

&lt;p&gt;The contest spans &lt;strong&gt;4 days&lt;/strong&gt;, but it doesn't require continuous effort. You can start and complete the &lt;strong&gt;3 challenges&lt;/strong&gt; whenever you have time. We estimate that solving all the challenges will take approximately &lt;strong&gt;3h of work in total&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Once you register, you’ll receive an email notification before the contest begins. When it starts, you can use your terminal to launch challenges with the command &lt;code&gt;start-challenge&lt;/code&gt;. After starting a challenge, the timer activates, and you can open the challenge in your browser to solve it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rules
&lt;/h2&gt;

&lt;p&gt;You can check our coding contest rules &lt;a href="https://docs.dojocode.io/contest/rules.html" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;br&gt;
You can also find step-by-step guides in &lt;a href="https://docs.dojocode.io" rel="noopener noreferrer"&gt;our documentation&lt;/a&gt; to help you familiarize with the DojoCode platform.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dojocode.io/contest/seb/hacker-games" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fpub-8153394f30b34794855b238e56b80d4c.r2.dev%2Fcontests-poster%2F68c6db0bd7be8d8da24ee37e%2Fimage-1757862669247" alt="Hacker Games DojoCode Contest" width="720" height="720"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>challenge</category>
      <category>programming</category>
    </item>
    <item>
      <title>Code the Waves: Summer Vibes Online Contest</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Sat, 06 Sep 2025 15:25:32 +0000</pubDate>
      <link>https://dev.to/seb-dojo/code-the-waves-summer-vibes-online-contest-195a</link>
      <guid>https://dev.to/seb-dojo/code-the-waves-summer-vibes-online-contest-195a</guid>
      <description>&lt;p&gt;Do you like solving code challenges? Put your skills to the test in our &lt;a href="https://dojocode.io/contest/seb/summer-vibes" rel="noopener noreferrer"&gt;Summer Vibes&lt;/a&gt; contest, running from September 12 to 15, 2025!&lt;/p&gt;

&lt;p&gt;Show off your creativity and code something awesome!&lt;br&gt;
Are you ready to put your skills to the test? &lt;a href="https://dojocode.io/contest/seb/summer-vibes" rel="noopener noreferrer"&gt;Register&lt;/a&gt; and make this a contest to remember!&lt;/p&gt;

&lt;h2&gt;
  
  
  How does it work?
&lt;/h2&gt;

&lt;p&gt;The contest spans &lt;strong&gt;3 days&lt;/strong&gt;, but it doesn't require continuous effort. Participants can start and complete the &lt;strong&gt;3 challenges&lt;/strong&gt; whenever they have time. We estimate that solving all the challenges will take approximately &lt;strong&gt;3h of work in total&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Once you register, you’ll receive an email notification before the contest begins. When it starts, you can use your terminal to launch challenges with the command &lt;code&gt;start-challenge&lt;/code&gt;. After starting a challenge, the timer activates, and you can open the challenge in your browser to solve it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rules
&lt;/h2&gt;

&lt;p&gt;You can check our coding contest rules &lt;a href="https://docs.dojocode.io/contest/rules.html" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;br&gt;
You can also find step-by-step guides in &lt;a href="https://docs.dojocode.io" rel="noopener noreferrer"&gt;our documentation&lt;/a&gt; to help you familiarize with the DojoCode platform.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dojocode.io/contest/seb/summer-vibes" rel="noopener noreferrer"&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%2Fq3drtkpsi7ay45eo1nsu.png" alt="Summer Vibes DojoCode Contest" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>react</category>
      <category>challenge</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Join our React Riddles Online Coding Contest</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Thu, 13 Mar 2025 20:28:16 +0000</pubDate>
      <link>https://dev.to/seb-dojo/join-our-react-riddles-online-coding-contest-17kh</link>
      <guid>https://dev.to/seb-dojo/join-our-react-riddles-online-coding-contest-17kh</guid>
      <description>&lt;p&gt;Think you're a React.js pro? Love solving coding puzzles? Put your JavaScript and React skills to the test in our &lt;a href="https://dojocode.io/contest/meat_mojo/react-riddles" rel="noopener noreferrer"&gt;React Riddles&lt;/a&gt; contest from March 20 to 27, 2025! Solve challenges, win epic prizes, and prove you're a true React master!&lt;/p&gt;

&lt;p&gt;Are you ready to put your React skills to the test? &lt;a href="https://dojocode.io/contest/meat_mojo/react-riddles" rel="noopener noreferrer"&gt;Register&lt;/a&gt; and make this a contest to remember!&lt;/p&gt;

&lt;h2&gt;
  
  
  Prizes for the top 3 winners
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Tickets to the legendary &lt;a href="https://untold.com/" rel="noopener noreferrer"&gt;UNTOLD&lt;/a&gt; festival!&lt;/li&gt;
&lt;li&gt;Fresh, energizing goodies from &lt;a href="https://micailinca.ro" rel="noopener noreferrer"&gt;Mica Ilinca&lt;/a&gt; to keep you going!&lt;/li&gt;
&lt;li&gt;Exclusive &lt;a href="https://dojocode.io" rel="noopener noreferrer"&gt;DojoCode&lt;/a&gt; T-shirt + stickers&lt;/li&gt;
&lt;li&gt;DojoCoins to redeem cool perks in our online shop!&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How does it work?
&lt;/h2&gt;

&lt;p&gt;The contest runs for 7 days, but you can complete the 4 challenges at your own pace — no need to be online the whole time. Each challenge takes about an hour, so in total, you’ll only need around 4 hours to complete everything!&lt;/p&gt;

&lt;p&gt;Once you register, you’ll receive an email notification before the contest begins. When it starts, you can use your terminal to launch challenges with the command &lt;code&gt;start-challenge&lt;/code&gt;. After starting a challenge, the timer activates, and you can open the challenge in your browser to solve it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rules
&lt;/h2&gt;

&lt;p&gt;You can check our coding contest rules &lt;a href="https://docs.dojocode.io/contest/rules.html" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;br&gt;
You can also find step-by-step guides in &lt;a href="https://docs.dojocode.io" rel="noopener noreferrer"&gt;our documentation&lt;/a&gt; to help you familiarize with the DojoCode platform.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dojocode.io/contest/meat_mojo/react-riddles" rel="noopener noreferrer"&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%2F0auajok0dmzstb7xhtgm.png" alt="DojoCode React Riddles coding contest" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>learning</category>
    </item>
    <item>
      <title>Do you like solving bugs in production?</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Tue, 28 Jan 2025 07:41:42 +0000</pubDate>
      <link>https://dev.to/seb-dojo/do-you-like-solving-bugs-in-production-2ndp</link>
      <guid>https://dev.to/seb-dojo/do-you-like-solving-bugs-in-production-2ndp</guid>
      <description>&lt;p&gt;Are you up for a bug hunt? Show off your skills in the &lt;a href="https://dojocode.io/contest/meat_mojo/code-firefighters" rel="noopener noreferrer"&gt;Code Firefighters contest&lt;/a&gt;, running from January 31 to February 5, 2025!&lt;/p&gt;

&lt;p&gt;Show off your problem-solving skills, tackle urgent bugs, and compete to win exclusive DojoCode prizes!&lt;/p&gt;

&lt;p&gt;🔥 Prizes for the Top 3 Winners 🔥&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A super tasty juice box from our delicious sponsor &lt;a href="https://urbanmonkey.ro/" rel="noopener noreferrer"&gt;URBAN MONKEY&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;A one-day pass for gamers at &lt;a href="https://guildhall.ro/" rel="noopener noreferrer"&gt;THE GUILD HALL&lt;/a&gt; in Cluj (we hope you can make it!)&lt;/li&gt;
&lt;li&gt;Exclusive DojoCode merchandise: T-shirt, stickers, and DojoCoins&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whether you're here to learn, level up, or just have fun, join us and make it a contest to remember! &lt;a href="https://dojocode.io/contest/meat_mojo/code-firefighters" rel="noopener noreferrer"&gt;Join us today!&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How does it work?
&lt;/h2&gt;

&lt;p&gt;The challenges are built in JavaScript. The contest spans 5 days, but it doesn't require continuous effort. Participants can start the 4 challenges whenever they have time. We estimate that solving all the challenges will take approximately 5h of total work.&lt;/p&gt;

&lt;p&gt;Once you register, you’ll receive an email notification before the contest begins. When it starts, you can use your terminal to launch challenges with the command start-challenge. After starting a challenge, the timer activates, and you can open the challenge in your browser to solve it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dojocode.io/contest/meat_mojo/code-firefighters" rel="noopener noreferrer"&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%2Fqr9uwvaapedzub5g37fy.png" alt="Code Firefighters" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>challenge</category>
      <category>javascript</category>
      <category>node</category>
    </item>
    <item>
      <title>Online Contest Game Gurus: Build web mini-games</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Sat, 16 Nov 2024 10:29:49 +0000</pubDate>
      <link>https://dev.to/seb-dojo/online-contest-game-gurus-build-web-mini-games-3b1n</link>
      <guid>https://dev.to/seb-dojo/online-contest-game-gurus-build-web-mini-games-3b1n</guid>
      <description>&lt;p&gt;Love building mini-games with Typescript? Put your skills to the test in our &lt;a href="https://dojocode.io/contest/meat_mojo/game-gurus" rel="noopener noreferrer"&gt;&lt;strong&gt;Game Gurus&lt;/strong&gt;&lt;/a&gt; contest, running from &lt;strong&gt;November 21 to 30, 2024&lt;/strong&gt;!&lt;/p&gt;

&lt;p&gt;Show off your creativity, code something awesome, and compete for a chance to win a &lt;strong&gt;300 RON YUME Coffee voucher&lt;/strong&gt; and exclusive &lt;strong&gt;DojoCoins&lt;/strong&gt;! &lt;/p&gt;

&lt;p&gt;Whether you're here to learn, level up, or just have fun, &lt;a href="https://dojocode.io/contest/meat_mojo/game-gurus" rel="noopener noreferrer"&gt;join us&lt;/a&gt; and make it a contest to remember!&lt;/p&gt;

&lt;h2&gt;
  
  
  How does it work?
&lt;/h2&gt;

&lt;p&gt;The contest spans &lt;strong&gt;9 days&lt;/strong&gt;, but it doesn't require continuous effort. Participants can start and complete the &lt;strong&gt;3 challenges&lt;/strong&gt; whenever they have time. We estimate that solving all the challenges will take approximately &lt;strong&gt;16h&lt;/strong&gt; of work in total.&lt;/p&gt;

&lt;p&gt;Once you register, you’ll receive an email notification before the contest begins. When it starts, you can use your terminal to launch challenges with the command &lt;code&gt;start-challenge&lt;/code&gt;. After starting a challenge, the timer activates, and you can open the challenge in your browser to solve it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dojocode.io/contest/meat_mojo/game-gurus" rel="noopener noreferrer"&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%2F1esrgp4rgjfa35gd9t1f.png" alt="DojoCode Game Gurus mini-games on the web code contest" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>learning</category>
      <category>typescript</category>
    </item>
    <item>
      <title>Solving a DojoCode challenge in freefall</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Thu, 07 Nov 2024 22:42:12 +0000</pubDate>
      <link>https://dev.to/seb-dojo/solving-a-code-challenge-in-freefall-3bei</link>
      <guid>https://dev.to/seb-dojo/solving-a-code-challenge-in-freefall-3bei</guid>
      <description>&lt;p&gt;What happens when you take coding to 10,000 feet? We teamed up with &lt;a href="https://www.skydivetransilvania.ro/" rel="noopener noreferrer"&gt;Skydive Transilvania&lt;/a&gt; to find out—they took on a &lt;a href="https://dojocode.io/challenge/daniku/reverse-the-words-in-a-string" rel="noopener noreferrer"&gt;DojoCode challenge&lt;/a&gt; from 3,000 meters up! 💻✈️ We prepared the challenge and laptop, and they braved the freefall — check out the results!&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/jAfJBImnwaU"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;If he could solve the challenge in freefall, what’s your excuse? Dive into &lt;a href="https://dojocode.io" rel="noopener noreferrer"&gt;DojoCode&lt;/a&gt; and see if you can handle the pressure (no parachute required)!&lt;/p&gt;

&lt;p&gt;P.S. For any adventurers near Cluj, Romania, check out &lt;a href="https://www.skydivetransilvania.ro" rel="noopener noreferrer"&gt;Skydive Transilvania&lt;/a&gt; for your own skydive experience!&lt;/p&gt;

</description>
      <category>skydive</category>
      <category>learning</category>
      <category>programming</category>
      <category>cloud</category>
    </item>
    <item>
      <title>A Coding Adventure Awaits!</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Sat, 19 Oct 2024 20:31:07 +0000</pubDate>
      <link>https://dev.to/seb-dojo/a-coding-adventure-awaits-o26</link>
      <guid>https://dev.to/seb-dojo/a-coding-adventure-awaits-o26</guid>
      <description>&lt;p&gt;Are you a Vue.js enthusiast looking for a fun way to put your skills to the test? Look no further! The Vue Odyssey online contest is here to take you on an interplanetary coding adventure, where you’ll tackle a series of exciting challenges inspired by a Mars rover mission.&lt;/p&gt;

&lt;p&gt;Whether you're new to Vue.js or just looking for a fresh challenge, Vue Odyssey is the perfect opportunity to learn and grow.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is Vue Odyssey?
&lt;/h2&gt;

&lt;p&gt;In Vue Odyssey, you’ll take on three beginner-level challenges. These challenges are carefully designed to help you strengthen your Vue.js fundamentals without overwhelming complexity. You’ll encounter fun, Mars-related scenarios that will test your problem-solving and front-end development skills, all while enjoying a space exploration theme.&lt;/p&gt;

&lt;p&gt;No prior experience with advanced Vue.js concepts is necessary—this contest is built to be accessible for those who are starting their journey in Vue.js or looking to solidify the basics.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Participate in Vue Odyssey?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Fun and Immersive&lt;/strong&gt;: Each challenge follows a Mars exploration theme, making the coding experience both engaging and educational.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Perfect for Beginners&lt;/strong&gt;: If you're new to Vue.js or just want to brush up on the basics, these challenges are a great way to practice key concepts in an exciting context.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Earn DojoCoins&lt;/strong&gt;: Compete and earn DojoCoins that can be redeemed on the DojoCode platform for exclusive features and in-app products.&lt;/p&gt;

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

&lt;p&gt;It's simple to get started:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sign Up&lt;/strong&gt;: Head over to &lt;a href="https://dojocode.io/contest/meat_mojo/vue-odyssey" rel="noopener noreferrer"&gt;DojoCode&lt;/a&gt; and register for the contest. Registration is open until the &lt;strong&gt;25th October 10:00 UTC&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Complete Challenges&lt;/strong&gt;: All challenges are accessible as soon as the contest starts, and you can tackle them at your own pace.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Submit Your Solutions&lt;/strong&gt;: Once you’ve written your code, submit it and track your progress on the leaderboard.&lt;/p&gt;

&lt;p&gt;If you’re ready for a coding adventure that’s both fun and educational, join Vue Odyssey today! This is your chance to build your Vue.js skills  in an exciting, beginner-friendly environment.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://dojocode.io" rel="noopener noreferrer"&gt;Sign up now on DojoCode!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We can’t wait to see how you tackle these Mars-themed challenges. Good luck, and enjoy the journey to the red planet!&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/dF28oB4WXFE"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>vue</category>
      <category>frontend</category>
      <category>webdev</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
