<?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: OGHENEKARO CLETUS ANAKPOHA</title>
    <description>The latest articles on DEV Community by OGHENEKARO CLETUS ANAKPOHA (@karons101).</description>
    <link>https://dev.to/karons101</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%2F2877440%2F41200881-05b8-4e1e-a4e8-7e8043773cbd.jpg</url>
      <title>DEV Community: OGHENEKARO CLETUS ANAKPOHA</title>
      <link>https://dev.to/karons101</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/karons101"/>
    <language>en</language>
    <item>
      <title>🚀 Building Dynamic Profile API (Stage 0 Backend Challenge)</title>
      <dc:creator>OGHENEKARO CLETUS ANAKPOHA</dc:creator>
      <pubDate>Mon, 20 Oct 2025 07:05:16 +0000</pubDate>
      <link>https://dev.to/karons101/building-my-first-dynamic-profile-api-stage-0-backend-challenge-51dl</link>
      <guid>https://dev.to/karons101/building-my-first-dynamic-profile-api-stage-0-backend-challenge-51dl</guid>
      <description>

&lt;p&gt;Hey everyone 👋&lt;br&gt;
I just completed Stage 0 of the Backend Track, and I’m super excited to share what I built, what I learned, and how it helped me grow as a developer!&lt;/p&gt;

&lt;p&gt;🧩 The Task&lt;/p&gt;

&lt;p&gt;The challenge was to create a dynamic RESTful API that returns:&lt;/p&gt;

&lt;p&gt;My profile details (name, email, and backend stack)&lt;/p&gt;

&lt;p&gt;A random cat fact fetched in real time from the Cat Facts API&lt;/p&gt;

&lt;p&gt;A current UTC timestamp in ISO 8601 format&lt;/p&gt;

&lt;p&gt;Here’s the live endpoint:&lt;br&gt;
👉 &lt;a href="https://stage0-profile-api-production-053c.up.railway.app/me" rel="noopener noreferrer"&gt;https://stage0-profile-api-production-053c.up.railway.app/me&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🛠️ Tools &amp;amp; Technologies&lt;/p&gt;

&lt;p&gt;Node.js + Express — for building the REST API&lt;/p&gt;

&lt;p&gt;Axios — for consuming the external Cat Facts API&lt;/p&gt;

&lt;p&gt;Railway — for deployment and hosting&lt;/p&gt;

&lt;p&gt;GitHub — for version control and documentation&lt;/p&gt;

&lt;p&gt;🧠 What I Learned&lt;/p&gt;

&lt;p&gt;This simple project taught me a lot about:&lt;/p&gt;

&lt;p&gt;How to create clean, structured API endpoints&lt;/p&gt;

&lt;p&gt;Making dynamic API calls using Axios&lt;/p&gt;

&lt;p&gt;Handling errors gracefully when fetching from third-party APIs&lt;/p&gt;

&lt;p&gt;Deploying Node.js applications to a production server&lt;/p&gt;

&lt;p&gt;The importance of good JSON formatting and timestamps&lt;/p&gt;

&lt;p&gt;I also got to understand how environment configuration, deployment logs, and API testing come together in real-world backend development.&lt;/p&gt;

&lt;p&gt;🐾 The Final Output&lt;/p&gt;

&lt;p&gt;Here’s a sample response from my /me endpoint:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{
  "status": "success",
  "user": {
    "email": "karons@example.com",
    "name": "Karons [Your Last Name]",
    "stack": "Node.js / Express"
  },
  "timestamp": "2025-10-20T09:00:00.000Z",
  "fact": "Cats have five toes on their front paws but only four on the back ones."
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;💡 Reflection&lt;/p&gt;

&lt;p&gt;This task might look simple, but it built a strong foundation — understanding APIs, data flow, deployment, and error handling.&lt;br&gt;
Each small step (from initializing the project, setting up Express, to debugging on Railway) boosted my confidence and speed in backend development.&lt;/p&gt;

&lt;p&gt;Next stop → Stage 1, where I’ll be building something more complex! ⚙️&lt;/p&gt;

&lt;p&gt;If you’re just starting out, I recommend trying something similar. It’s small but incredibly powerful for mastering the basics of backend engineering.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>backenddevelopment</category>
    </item>
  </channel>
</rss>
