<?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: Fortunatus Adegoke</title>
    <description>The latest articles on DEV Community by Fortunatus Adegoke (@fortunatus).</description>
    <link>https://dev.to/fortunatus</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%2F946206%2Fe7d8894d-5c08-4fc9-a17d-ad678eddaacb.jpeg</url>
      <title>DEV Community: Fortunatus Adegoke</title>
      <link>https://dev.to/fortunatus</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fortunatus"/>
    <language>en</language>
    <item>
      <title>The best way to store file paths in the database</title>
      <dc:creator>Fortunatus Adegoke</dc:creator>
      <pubDate>Sun, 26 Jan 2025 19:58:25 +0000</pubDate>
      <link>https://dev.to/fortunatus/the-best-way-to-store-file-paths-in-the-database-3j6h</link>
      <guid>https://dev.to/fortunatus/the-best-way-to-store-file-paths-in-the-database-3j6h</guid>
      <description>&lt;p&gt;In software engineering (API development), I need a professional explanation of how to store file paths in the database when uploading files to the server. &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%2Fy88q723lfu3risw19v6i.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%2Fy88q723lfu3risw19v6i.png" alt=" " width="800" height="247"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Although the absolute file path is undoubtedly &lt;br&gt;
a bad strategy, I used to think of two different strategies whenever I'm developing an API system. Relative file paths and URL-based file paths are these two strategies.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The URL-based file path:&lt;br&gt;
&lt;code&gt;https://my-website-domain.com/uploads/filename&lt;/code&gt;&lt;br&gt;
The relative file path:&lt;br&gt;
&lt;code&gt;uploads/filename&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Which of these methods is better for software engineering in terms of security and flexibility?&lt;/p&gt;

&lt;p&gt;I appreciate the clarifications in advance.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>coding</category>
      <category>api</category>
      <category>backenddevelopment</category>
    </item>
    <item>
      <title>Explain Algorithm Complexity Like I'm 10</title>
      <dc:creator>Fortunatus Adegoke</dc:creator>
      <pubDate>Tue, 30 Apr 2024 12:06:12 +0000</pubDate>
      <link>https://dev.to/fortunatus/explain-algorithm-complexity-like-im-10-33mi</link>
      <guid>https://dev.to/fortunatus/explain-algorithm-complexity-like-im-10-33mi</guid>
      <description>&lt;p&gt;Looking to unlock the mystery of algorithm complexity with a simple explanation, perfect for a 10-year-old's understanding.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Algorithm complexity is a fundamental concept in computer science that developers need to understand to become experts in this field&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Please, I need a simple explanation in a straightforward way so that I can grasp its importance and apply it to my work with confidence.&lt;/p&gt;

&lt;p&gt;PS: Video (link or URL) explanations would be appreciated for better understanding.&lt;/p&gt;

&lt;p&gt;Cheers,&lt;br&gt;
&lt;code&gt;Fortunatus Adegoke&lt;/code&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>bigo</category>
      <category>softwareengineering</category>
      <category>algorithms</category>
    </item>
    <item>
      <title>Explain MVC Like I'm Five</title>
      <dc:creator>Fortunatus Adegoke</dc:creator>
      <pubDate>Sun, 13 Nov 2022 12:43:33 +0000</pubDate>
      <link>https://dev.to/fortunatus/explain-mvc-like-im-five-4ahj</link>
      <guid>https://dev.to/fortunatus/explain-mvc-like-im-five-4ahj</guid>
      <description>&lt;p&gt;I need someone who can explain MVC concept to me like a layman.&lt;/p&gt;

</description>
      <category>explainlikeimfive</category>
      <category>webdev</category>
      <category>php</category>
      <category>api</category>
    </item>
    <item>
      <title>Explain MVC concept (Non-expert)</title>
      <dc:creator>Fortunatus Adegoke</dc:creator>
      <pubDate>Sun, 16 Oct 2022 23:45:04 +0000</pubDate>
      <link>https://dev.to/fortunatus/explain-mvc-concept-non-expert-15hm</link>
      <guid>https://dev.to/fortunatus/explain-mvc-concept-non-expert-15hm</guid>
      <description>&lt;p&gt;It's been really difficult to fully understand what this concept (MVC) mean.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>php</category>
    </item>
  </channel>
</rss>
