<?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>Forem: Danilo Eduardo Lopez Corozo</title>
    <description>The latest articles on Forem by Danilo Eduardo Lopez Corozo (@danilo_eduardolopezcoro).</description>
    <link>https://forem.com/danilo_eduardolopezcoro</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%2F3478273%2Ff933b533-59d9-4d38-9b99-0276d259bf23.jpg</url>
      <title>Forem: Danilo Eduardo Lopez Corozo</title>
      <link>https://forem.com/danilo_eduardolopezcoro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/danilo_eduardolopezcoro"/>
    <language>en</language>
    <item>
      <title>Day 0 — visual concept for a small cloud platform</title>
      <dc:creator>Danilo Eduardo Lopez Corozo</dc:creator>
      <pubDate>Tue, 19 May 2026 05:53:16 +0000</pubDate>
      <link>https://forem.com/danilo_eduardolopezcoro/day-0-visual-concept-for-a-small-cloud-platform-3dc2</link>
      <guid>https://forem.com/danilo_eduardolopezcoro/day-0-visual-concept-for-a-small-cloud-platform-3dc2</guid>
      <description>&lt;p&gt;Day 0 — visual concept for a small cloud platform&lt;/p&gt;

&lt;p&gt;I’m starting a small project around cloud hosting and managed cloud sessions.&lt;/p&gt;

&lt;p&gt;The idea is to build a compact platform/service for things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Deploys&lt;/li&gt;
&lt;li&gt;Bot hosting&lt;/li&gt;
&lt;li&gt;SSH sessions&lt;/li&gt;
&lt;li&gt;Cloud machines&lt;/li&gt;
&lt;li&gt;Minecraft servers&lt;/li&gt;
&lt;li&gt;AI deployments&lt;/li&gt;
&lt;li&gt;Background workers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is still very early. Right now I’m mostly exploring the concept, the identity, and the first possible use cases before building too much.&lt;/p&gt;

&lt;p&gt;The goal is simple: make small cloud infrastructure easier to access, test, and manage.&lt;/p&gt;

&lt;p&gt;Let’s see how far this can go.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtube.com/shorts/Qf2lJs3Y_9E?si=UNoWyeU3hnvCEGSC" rel="noopener noreferrer"&gt;https://youtube.com/shorts/Qf2lJs3Y_9E?si=UNoWyeU3hnvCEGSC&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>devops</category>
      <category>cloud</category>
      <category>buildinpublic</category>
    </item>
    <item>
      <title>Day 0 building a deploy/hosting platform ☁️

SSH instances, bots, workers, deploys and more.

Let's see where this goes.</title>
      <dc:creator>Danilo Eduardo Lopez Corozo</dc:creator>
      <pubDate>Mon, 18 May 2026 04:47:53 +0000</pubDate>
      <link>https://forem.com/danilo_eduardolopezcoro/day-0-building-a-deployhosting-platform-ssh-instances-bots-workers-deploys-and-more-1h7l</link>
      <guid>https://forem.com/danilo_eduardolopezcoro/day-0-building-a-deployhosting-platform-ssh-instances-bots-workers-deploys-and-more-1h7l</guid>
      <description></description>
      <category>buildinpublic</category>
      <category>cloud</category>
      <category>devjournal</category>
      <category>infrastructure</category>
    </item>
    <item>
      <title>My first open source code</title>
      <dc:creator>Danilo Eduardo Lopez Corozo</dc:creator>
      <pubDate>Sat, 14 Mar 2026 23:29:47 +0000</pubDate>
      <link>https://forem.com/danilo_eduardolopezcoro/my-first-open-source-code-38i3</link>
      <guid>https://forem.com/danilo_eduardolopezcoro/my-first-open-source-code-38i3</guid>
      <description>&lt;p&gt;Have you ever tried to build a Language Model from scratch, only to get stuck at the very first step: gathering your own data? That’s exactly what happened to me recently.&lt;/p&gt;

&lt;p&gt;I wanted to extract messages from my Discord DMs to build a custom dataset for a new LM I'm developing. I started looking for tools to help me scrape and export my own conversations. To my surprise, almost every tool out there that actually works is hidden behind a paywall.&lt;/p&gt;

&lt;p&gt;As developers, we know that if a tool doesn't exist (or isn't free), we just build it ourselves. So, I decided to fix the problem.&lt;/p&gt;

&lt;p&gt;Enter Discord_Exporter 🚀&lt;br&gt;
I built my own completely free and open-source tool to export Discord messages. No subscriptions, no hidden fees, just code.&lt;/p&gt;

&lt;p&gt;Link to the repository: &lt;a href="https://github.com/PapLion/Discord_Exporter" rel="noopener noreferrer"&gt;https://github.com/PapLion/Discord_Exporter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why am I sharing this?&lt;br&gt;
This is officially my first open-source project.&lt;/p&gt;

&lt;p&gt;I realized that if I had this problem while trying to build my datasets, other developers and AI enthusiasts are probably facing the exact same roadblock. Data should be accessible, especially your own data.&lt;/p&gt;

&lt;p&gt;Let's connect!&lt;br&gt;
Since this is my first foray into the open-source world, I would love your feedback.&lt;/p&gt;

&lt;p&gt;If you find it useful for your own Machine Learning projects or data analysis, feel free to use it!&lt;/p&gt;

&lt;p&gt;If you see room for improvement, PRs are more than welcome. Go ahead and fork it, break it, and make it better.&lt;/p&gt;

&lt;p&gt;Don't forget to drop a ⭐ on the repo if it helps you out!&lt;/p&gt;

&lt;p&gt;Let me know in the comments: what kind of datasets or models are you currently building?&lt;/p&gt;

&lt;p&gt;Happy coding!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Danilo (Dani.Dev)&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>opensource</category>
      <category>showdev</category>
      <category>webscraping</category>
    </item>
  </channel>
</rss>
