<?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: Aeneas The Real</title>
    <description>The latest articles on DEV Community by Aeneas The Real (@aeneas_thereal_ba886292a).</description>
    <link>https://dev.to/aeneas_thereal_ba886292a</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3989750%2F51ed1495-0a5a-456d-b0f2-3b2fb6ea5f4b.png</url>
      <title>DEV Community: Aeneas The Real</title>
      <link>https://dev.to/aeneas_thereal_ba886292a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aeneas_thereal_ba886292a"/>
    <language>en</language>
    <item>
      <title>💡 How Local Servers Work (Simple Explanation)</title>
      <dc:creator>Aeneas The Real</dc:creator>
      <pubDate>Wed, 17 Jun 2026 20:28:05 +0000</pubDate>
      <link>https://dev.to/aeneas_thereal_ba886292a/how-local-servers-work-simple-explanation-3n3l</link>
      <guid>https://dev.to/aeneas_thereal_ba886292a/how-local-servers-work-simple-explanation-3n3l</guid>
      <description>&lt;p&gt;When you're developing web apps, you often hear about “running a local server”.&lt;/p&gt;

&lt;p&gt;A local server is basically your computer acting like a real web server, but only for you. Instead of deploying your app online, you run it on your machine using tools like Node.js, Spring Boot, or Go.&lt;/p&gt;

&lt;p&gt;It usually runs on something like:&lt;br&gt;
&lt;code&gt;http://localhost:3000&lt;/code&gt; or &lt;code&gt;http://localhost:8080&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;How it works:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your app starts a server on your computer&lt;/li&gt;
&lt;li&gt;It listens for requests (like a browser opening a page)&lt;/li&gt;
&lt;li&gt;It sends back responses (HTML, JSON, etc.)&lt;/li&gt;
&lt;li&gt;Everything happens locally without the internet&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why it’s useful:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast development (no deployment needed)&lt;/li&gt;
&lt;li&gt;Safe testing environment&lt;/li&gt;
&lt;li&gt;Easy debugging&lt;/li&gt;
&lt;li&gt;You can simulate real backend behavior&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In short: a local server is your personal playground for building and testing web apps before going live 🚀&lt;/p&gt;

</description>
      <category>backend</category>
      <category>beginners</category>
      <category>tutorial</category>
      <category>webdev</category>
    </item>
    <item>
      <title>New developer from Morocco 👋 looking to learn and grow</title>
      <dc:creator>Aeneas The Real</dc:creator>
      <pubDate>Wed, 17 Jun 2026 20:12:53 +0000</pubDate>
      <link>https://dev.to/aeneas_thereal_ba886292a/new-developer-from-morocco-looking-to-learn-and-grow-2il6</link>
      <guid>https://dev.to/aeneas_thereal_ba886292a/new-developer-from-morocco-looking-to-learn-and-grow-2il6</guid>
      <description>&lt;p&gt;Hey Dev.to 👋&lt;/p&gt;

&lt;p&gt;I’m Anass, a graphic designer from Morocco who recently got into software development. I’ve been learning by building real projects and experimenting with different technologies instead of just sticking to tutorials.&lt;/p&gt;

&lt;p&gt;Right now I’m focused on web development (JavaScript/TypeScript, Next.js), backend systems (Go), and I’m also exploring Java Spring Boot and Rust to broaden my understanding of how different stacks work.&lt;/p&gt;

&lt;p&gt;I’m here to share my progress, learn from more experienced developers, and connect with people building interesting things. Always open to advice, feedback, and discussions about backend, system design, and building real-world apps.&lt;/p&gt;

&lt;p&gt;Looking forward to growing with this community 🚀&lt;/p&gt;

</description>
      <category>backend</category>
      <category>javascript</category>
      <category>learning</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
