<?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: Joshua Enikele</title>
    <description>The latest articles on DEV Community by Joshua Enikele (@joshteflon).</description>
    <link>https://dev.to/joshteflon</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%2F773533%2F35f94811-68dc-441c-be11-860417c01c61.png</url>
      <title>DEV Community: Joshua Enikele</title>
      <link>https://dev.to/joshteflon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joshteflon"/>
    <language>en</language>
    <item>
      <title>Hitting the Ground Running with HNG Backend Stage 0 🚀</title>
      <dc:creator>Joshua Enikele</dc:creator>
      <pubDate>Fri, 17 Oct 2025 20:44:31 +0000</pubDate>
      <link>https://dev.to/joshteflon/hitting-the-ground-running-with-hng-backend-stage-0-2a0m</link>
      <guid>https://dev.to/joshteflon/hitting-the-ground-running-with-hng-backend-stage-0-2a0m</guid>
      <description>&lt;p&gt;I've been focused on mastering &lt;strong&gt;Node.js&lt;/strong&gt; and &lt;strong&gt;Express&lt;/strong&gt;, and I finally got the chance to put theory into practice with HNG's backend Internship.&lt;/p&gt;

&lt;p&gt;My first task? &lt;strong&gt;Backend Wizards Stage 0: Build a Dynamic Profile Endpoint.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The goal was to create a single &lt;strong&gt;GET /me&lt;/strong&gt; endpoint that nailed three things perfectly:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Serves my profile details (name, stack).&lt;/li&gt;
&lt;li&gt; Generates a dynamic, current &lt;strong&gt;ISO 8601 UTC timestamp&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt; Fetches a random &lt;strong&gt;Cat Fact&lt;/strong&gt; from an external API, with robust error handling (5-second timeout and fallback!).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This task was a great lesson in translating &lt;strong&gt;type-safe code&lt;/strong&gt; into a robust, deployed API.&lt;/p&gt;

&lt;p&gt;You can find the full Node.js/Express/TypeScript implementation and the complete setup instructions on my GitHub repository here: &lt;a href="https://github.com/JoshTeflon/HNG-BE-Stage-0" rel="noopener noreferrer"&gt;https://github.com/JoshTeflon/HNG-BE-Stage-0&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;#HNG13 #BackendDevelopment #TypeScript #Nodejs #Express #API&lt;/p&gt;

</description>
      <category>node</category>
      <category>typescript</category>
      <category>api</category>
      <category>backend</category>
    </item>
  </channel>
</rss>
