<?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: TEO the 1x DEV</title>
    <description>The latest articles on DEV Community by TEO the 1x DEV (@oduwoleeyinojuoluwa44).</description>
    <link>https://dev.to/oduwoleeyinojuoluwa44</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%2F3981543%2F58a81173-e950-4618-aa77-9d1c5612dcf6.png</url>
      <title>DEV Community: TEO the 1x DEV</title>
      <link>https://dev.to/oduwoleeyinojuoluwa44</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/oduwoleeyinojuoluwa44"/>
    <language>en</language>
    <item>
      <title>Two Tasks That Changed How I Think About Backend Engineering</title>
      <dc:creator>TEO the 1x DEV</dc:creator>
      <pubDate>Fri, 12 Jun 2026 15:45:30 +0000</pubDate>
      <link>https://dev.to/oduwoleeyinojuoluwa44/two-tasks-that-changed-how-i-think-about-backend-engineering-14ca</link>
      <guid>https://dev.to/oduwoleeyinojuoluwa44/two-tasks-that-changed-how-i-think-about-backend-engineering-14ca</guid>
      <description>&lt;p&gt;Task 1: Job Scheduler (Stage 9 — Individual)&lt;br&gt;
Built a production job scheduler from scratch — heap-based priority queue, workers, retries with exponential backoff, dead-letter queue, DAG dependencies, SSE dashboard, deployed with Nginx/HTTPS.&lt;/p&gt;

&lt;p&gt;Worst bug: TypeORM's .query() returns [rows, count] — .length is always 2, even with zero rows. A lost claim race looked successful. Fixed with a tuple unwrapper. Deployment broke too — Oracle's iptables had a REJECT rule above my ACCEPT rules.&lt;/p&gt;

&lt;p&gt;Takeaway: Never trust ORM return shapes. The failure path is where real engineering lives.&lt;/p&gt;

&lt;p&gt;Task 2: Zod Validation for AI Assessments (Team)&lt;br&gt;
Used Zod to validate AI-generated quiz questions. .refine() enforced cross-field rules like "correctAnswer must index an existing option." Fed Zod errors back to the AI as retry prompts — failures became self-correcting.&lt;/p&gt;

&lt;p&gt;Takeaway: Treat AI output like any untrusted external input.&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>backend</category>
      <category>softwareengineering</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
