<?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: john githiyon</title>
    <description>The latest articles on DEV Community by john githiyon (@johngithiyon).</description>
    <link>https://dev.to/johngithiyon</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%2F4076516%2Fcb7007f5-6676-4bd3-999d-20afecbec6ae.jpeg</url>
      <title>DEV Community: john githiyon</title>
      <link>https://dev.to/johngithiyon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/johngithiyon"/>
    <language>en</language>
    <item>
      <title>How I Made My Own AWS For Students To Learn Cloud</title>
      <dc:creator>john githiyon</dc:creator>
      <pubDate>Thu, 13 Aug 2026 15:26:04 +0000</pubDate>
      <link>https://dev.to/johngithiyon/how-i-made-my-own-aws-for-students-to-learn-cloud-1pb6</link>
      <guid>https://dev.to/johngithiyon/how-i-made-my-own-aws-for-students-to-learn-cloud-1pb6</guid>
      <description>&lt;p&gt;Cloud computing is one of the most important skills for developers today, but I noticed that many students learn it mostly through theory. Getting hands-on experience with servers, containers, networking, and deployment can be difficult and expensive.&lt;/p&gt;

&lt;p&gt;So, I decided to build &lt;strong&gt;Nodefy&lt;/strong&gt; — an open-source cloud platform designed specifically for students.&lt;/p&gt;

&lt;p&gt;Nodefy provides students with real Linux environments where they can create and manage instances using operating systems like &lt;strong&gt;Ubuntu, Kali, and Fedora&lt;/strong&gt;. They can start, stop, and delete environments and experiment with Linux just like they would on a real cloud platform.&lt;/p&gt;

&lt;p&gt;Students can also create multiple instances and connect them using &lt;strong&gt;Docker networking&lt;/strong&gt; to understand real-world architectures such as:&lt;/p&gt;

&lt;p&gt;Nodefy also makes application deployment simple. Students can provide a &lt;strong&gt;GitHub repository&lt;/strong&gt;, and Nodefy handles the deployment process, including installing dependencies, building the application, and starting the server. They can then assign a &lt;strong&gt;custom domain&lt;/strong&gt; to their application and make it publicly accessible.&lt;/p&gt;

&lt;p&gt;The platform is built using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Go&lt;/strong&gt; – Backend&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;HTML, CSS, JavaScript&lt;/strong&gt; – Frontend&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Docker&lt;/strong&gt; – Containerization&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PostgreSQL&lt;/strong&gt; – Database&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Redis&lt;/strong&gt; – Caching&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SSH &amp;amp; Domains&lt;/strong&gt; – Access and deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The main idea behind Nodefy is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Don't just learn how cloud works. Build, experiment, and experience it.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I built Nodefy to bridge the gap between &lt;strong&gt;theoretical cloud knowledge and real-world experience&lt;/strong&gt;, giving students a place to experiment with infrastructure without needing to set up everything themselves.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/johngithiyon/Nodefy" rel="noopener noreferrer"&gt;https://github.com/johngithiyon/Nodefy&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>devops</category>
      <category>docker</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
