<?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: Asep Sayyad</title>
    <description>The latest articles on DEV Community by Asep Sayyad (@asepsayyad007).</description>
    <link>https://dev.to/asepsayyad007</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%2F4040651%2F27efd4cc-21e5-4a44-8c67-7215c207c005.png</url>
      <title>DEV Community: Asep Sayyad</title>
      <link>https://dev.to/asepsayyad007</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/asepsayyad007"/>
    <language>en</language>
    <item>
      <title>Why I Chose Oracle Cloud Always Free for My Production Server</title>
      <dc:creator>Asep Sayyad</dc:creator>
      <pubDate>Fri, 24 Jul 2026 14:23:29 +0000</pubDate>
      <link>https://dev.to/asepsayyad007/why-i-chose-oracle-cloud-always-free-for-my-production-server-g4e</link>
      <guid>https://dev.to/asepsayyad007/why-i-chose-oracle-cloud-always-free-for-my-production-server-g4e</guid>
      <description>&lt;p&gt;When I wanted to host my own applications, I had one big problem---I&lt;br&gt;
didn't want to pay every month for a VPS.&lt;/p&gt;

&lt;p&gt;I was still learning Linux, Docker, and DevOps, so I wanted a place&lt;br&gt;
where I could make mistakes, learn, and build real projects without&lt;br&gt;
worrying about monthly costs.&lt;/p&gt;

&lt;p&gt;That's when I found &lt;strong&gt;Oracle Cloud Always Free&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;At first, I thought, "There must be a catch." A cloud server that stays&lt;br&gt;
free forever sounded too good to be true.&lt;/p&gt;

&lt;p&gt;After using it for my own projects, I realized it was exactly what I&lt;br&gt;
needed.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I Didn't Choose Other Free Hosting
&lt;/h2&gt;

&lt;p&gt;There are many free hosting services, but most of them have limits.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  GitHub Pages is great for static websites.&lt;/li&gt;
&lt;li&gt;  Vercel is excellent for frontend applications.&lt;/li&gt;
&lt;li&gt;  Some free VPS providers only stay free for a limited time.&lt;/li&gt;
&lt;li&gt;  Many platforms don't give full control over the server.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I wanted a real Linux server where I could install anything, run Docker&lt;br&gt;
containers, manage my own networking, and learn how production systems&lt;br&gt;
work.&lt;/p&gt;

&lt;p&gt;Oracle Cloud Always Free gave me that freedom.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Oracle Cloud Always Free Gives You
&lt;/h2&gt;

&lt;p&gt;With the Always Free tier, I could get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  A Linux virtual machine&lt;/li&gt;
&lt;li&gt;  SSH access&lt;/li&gt;
&lt;li&gt;  A public IP address&lt;/li&gt;
&lt;li&gt;  Block storage&lt;/li&gt;
&lt;li&gt;  Full root access&lt;/li&gt;
&lt;li&gt;  The freedom to install any software I wanted&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It felt like having my own server in the cloud.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why It Was Perfect for Learning DevOps
&lt;/h2&gt;

&lt;p&gt;One of the biggest reasons I chose Oracle Cloud was the experience it&lt;br&gt;
gave me.&lt;/p&gt;

&lt;p&gt;Instead of only reading tutorials, I was able to work with real tools&lt;br&gt;
like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Linux&lt;/li&gt;
&lt;li&gt;  Docker&lt;/li&gt;
&lt;li&gt;  Reverse proxies&lt;/li&gt;
&lt;li&gt;  DNS&lt;/li&gt;
&lt;li&gt;  SSL certificates&lt;/li&gt;
&lt;li&gt;  Cloudflare&lt;/li&gt;
&lt;li&gt;  GitHub Actions&lt;/li&gt;
&lt;li&gt;  Server monitoring&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are the same technologies used by many companies.&lt;/p&gt;

&lt;p&gt;If you're new to DevOps, building your own infrastructure is one of the&lt;br&gt;
best ways to gain practical experience and confidence.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Challenges I Faced
&lt;/h2&gt;

&lt;p&gt;It wasn't always easy.&lt;/p&gt;

&lt;p&gt;I made plenty of mistakes along the way.&lt;/p&gt;

&lt;p&gt;Some of the challenges included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Running everything on just 1 GB RAM&lt;/li&gt;
&lt;li&gt;  Learning Docker networking&lt;/li&gt;
&lt;li&gt;  Fixing DNS problems&lt;/li&gt;
&lt;li&gt;  Setting up SSL certificates&lt;/li&gt;
&lt;li&gt;  Configuring firewalls&lt;/li&gt;
&lt;li&gt;  Recovering from server issues&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every problem taught me something new.&lt;/p&gt;

&lt;p&gt;Looking back, those challenges helped me learn much faster than simply&lt;br&gt;
following tutorials.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I Still Use It
&lt;/h2&gt;

&lt;p&gt;Even today, Oracle Cloud Always Free is still a great platform for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Hosting personal projects&lt;/li&gt;
&lt;li&gt;  Learning Linux&lt;/li&gt;
&lt;li&gt;  Practicing DevOps&lt;/li&gt;
&lt;li&gt;  Building Docker applications&lt;/li&gt;
&lt;li&gt;  Running multiple websites&lt;/li&gt;
&lt;li&gt;  Experimenting without monthly costs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It may not replace a large production server, but it is more than enough&lt;br&gt;
for learning and small real-world projects.&lt;/p&gt;




&lt;h2&gt;
  
  
  What This Series Will Cover
&lt;/h2&gt;

&lt;p&gt;In this series, I'll share everything I learned while building my own&lt;br&gt;
production infrastructure.&lt;/p&gt;

&lt;p&gt;Upcoming articles include:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Building Production Infrastructure on Just 1 GB RAM&lt;/li&gt;
&lt;li&gt; Setting Up Docker for Multiple Applications&lt;/li&gt;
&lt;li&gt; Managing Multiple Domains with Nginx Proxy Manager&lt;/li&gt;
&lt;li&gt; SSL Certificates with Let's Encrypt&lt;/li&gt;
&lt;li&gt; Cloudflare Setup for Better Security&lt;/li&gt;
&lt;li&gt; Monitoring a Low-Resource Server&lt;/li&gt;
&lt;li&gt; Backups and Disaster Recovery&lt;/li&gt;
&lt;li&gt; Common Problems I Faced and How I Fixed Them&lt;/li&gt;
&lt;li&gt; What I'd Do Differently If I Started Again&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Oracle Cloud Always Free gave me much more than a free server.&lt;/p&gt;

&lt;p&gt;It gave me a place to learn, experiment, break things, fix them, and&lt;br&gt;
gain real DevOps experience.&lt;/p&gt;

&lt;p&gt;If you're just starting your DevOps journey, I highly recommend building&lt;br&gt;
your own projects instead of only watching tutorials.&lt;/p&gt;

&lt;p&gt;You'll learn much more by doing.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Next Article:&lt;/strong&gt; Building Production Infrastructure on Just 1 GB RAM&lt;/p&gt;




&lt;h2&gt;
  
  
  Question for You
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;If you could build one project on a free cloud server today, what&lt;br&gt;
would it be? Let me know in the comments!&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>beginners</category>
      <category>linux</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Hello DEV! I'm Asep</title>
      <dc:creator>Asep Sayyad</dc:creator>
      <pubDate>Fri, 24 Jul 2026 14:04:21 +0000</pubDate>
      <link>https://dev.to/asepsayyad007/hello-dev-im-asep-1pjn</link>
      <guid>https://dev.to/asepsayyad007/hello-dev-im-asep-1pjn</guid>
      <description>&lt;p&gt;I'm Asep, a Linux and DevOps enthusiast from India.&lt;/p&gt;

&lt;p&gt;I enjoy working with Linux servers, Docker, networking, Cloudflare, Oracle Cloud, and self-hosted applications. I like building projects, solving technical problems, and sharing what I learn along the way.&lt;/p&gt;

&lt;p&gt;This blog is where I'll write about my real experiences, including things that worked, things that failed, and the lessons I learned from both.&lt;/p&gt;

&lt;p&gt;Here are some topics you can expect:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Linux administration&lt;/li&gt;
&lt;li&gt;Docker and containers&lt;/li&gt;
&lt;li&gt;Oracle Cloud Always Free&lt;/li&gt;
&lt;li&gt;Self-hosting applications&lt;/li&gt;
&lt;li&gt;Networking, DNS, and reverse proxies&lt;/li&gt;
&lt;li&gt;AI tools and automation&lt;/li&gt;
&lt;li&gt;Open-source projects&lt;/li&gt;
&lt;li&gt;Troubleshooting guides&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I believe the best way to learn is by building real projects and solving real problems. Every challenge teaches something new, and I want to document that journey so others can learn from it too.&lt;/p&gt;

&lt;p&gt;I'll also share updates about my open-source projects, how I build them, the problems I face, and the solutions that work.&lt;/p&gt;

&lt;p&gt;If you're interested in Linux, DevOps, self-hosting, or automation, I hope you'll find these posts useful.&lt;/p&gt;

&lt;p&gt;Thank you for reading, and I look forward to connecting with the DEV Community.&lt;/p&gt;

&lt;p&gt;If you'd like to see what I'm working on, you can find me here:&lt;/p&gt;

&lt;p&gt;Portfolio: &lt;a href="https://asepsayyad007.in" rel="noopener noreferrer"&gt;asepsayyad007.in&lt;/a&gt; &lt;br&gt;
GitHub: &lt;a href="https://github.com/asepsayyad007" rel="noopener noreferrer"&gt;asepsayyad007 on GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm always open to feedback, suggestions, and discussions. Feel free to connect!&lt;/p&gt;

&lt;p&gt;What's the best self-hosted tool or service you've discovered recently?&lt;/p&gt;

</description>
      <category>introduction</category>
      <category>devops</category>
      <category>linux</category>
      <category>selfhosted</category>
    </item>
  </channel>
</rss>
