<?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: Santiago Díaz</title>
    <description>The latest articles on DEV Community by Santiago Díaz (@santie).</description>
    <link>https://dev.to/santie</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%2F1259510%2Fb1bdb622-d2a2-4619-9db8-72c2b00c6dfb.png</url>
      <title>DEV Community: Santiago Díaz</title>
      <link>https://dev.to/santie</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/santie"/>
    <language>en</language>
    <item>
      <title>CPU SIMULATOR</title>
      <dc:creator>Santiago Díaz</dc:creator>
      <pubDate>Mon, 22 Jul 2024 18:05:58 +0000</pubDate>
      <link>https://dev.to/santie/cpu-simulator-1apd</link>
      <guid>https://dev.to/santie/cpu-simulator-1apd</guid>
      <description>&lt;p&gt;Recenltly I started learning computer architecture, so with some stuff I undertood from that I started making a CPU simulator. It reads instructions from a text file in an Assembly-like structure and executes it from the main file.&lt;/p&gt;

&lt;p&gt;It doesn't have a lot of features, but i think it does certain things from the CPU.&lt;/p&gt;

&lt;p&gt;The repo:&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/Santie-a" rel="noopener noreferrer"&gt;
        Santie-a
      &lt;/a&gt; / &lt;a href="https://github.com/Santie-a/CPU-simulator" rel="noopener noreferrer"&gt;
        CPU-simulator
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;CPU Simulator&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;This program tries to simulate the behavior of the CPU.&lt;/p&gt;
&lt;p&gt;Currently starting on computer architecture, so the main purpose was to read instructions, store some data and implement an ALU.&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/Santie-a/CPU-simulator" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;p&gt;If you have any recomendation to improve the code, let me know!&lt;br&gt;
Thank you!&lt;/p&gt;

</description>
      <category>python</category>
      <category>learning</category>
    </item>
    <item>
      <title>Project - Recommendation Software</title>
      <dc:creator>Santiago Díaz</dc:creator>
      <pubDate>Sun, 24 Mar 2024 14:15:14 +0000</pubDate>
      <link>https://dev.to/santie/project-recommendation-software-2ndn</link>
      <guid>https://dev.to/santie/project-recommendation-software-2ndn</guid>
      <description>&lt;p&gt;Learning about data structures was a fun way!&lt;/p&gt;

&lt;p&gt;I recently got into different data structures in python as I'm a Computer Science. Honestly, sometimes it turned confusing, but at the end the feeling of understanding makes me jump to other fascinating topics. Travesing and doing algorithms based on those structures are a brend new point of view for programming.&lt;/p&gt;

&lt;p&gt;Because of that, I did a program that recommends you a videogame based o the genre it has. It was a nice way to use a data structure called DoublyLinkedList and traversing it. Despite it works for what it is intendet to, I think that more things around the purpose can be improved, like sorting or adding more classifiers for a better user experience.&lt;/p&gt;

&lt;p&gt;Anyway, I´m happy with the result.&lt;/p&gt;

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


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/Santie-a"&gt;
        Santie-a
      &lt;/a&gt; / &lt;a href="https://github.com/Santie-a/Portfolio-Project---Recommendation-Software"&gt;
        Portfolio-Project---Recommendation-Software
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;This program recommends videogames based on the input of the user and the rank of the videogame bt global sales.&lt;/p&gt;
&lt;p&gt;The purpose of this program is to implement a data structure called DoubleLinkedList.&lt;/p&gt;
&lt;p&gt;The data was collected from Kaggle.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/Santie-a/Portfolio-Project---Recommendation-Software"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>python</category>
    </item>
    <item>
      <title>My First Terminal Game</title>
      <dc:creator>Santiago Díaz</dc:creator>
      <pubDate>Thu, 18 Jan 2024 00:15:14 +0000</pubDate>
      <link>https://dev.to/santie/my-first-terminal-game-2g8f</link>
      <guid>https://dev.to/santie/my-first-terminal-game-2g8f</guid>
      <description>&lt;p&gt;I just programmed my first python terminal game. I like to learn, and I hope I continue learning new interesting things the rest of my life. This is the start of my journey.&lt;/p&gt;

&lt;p&gt;Here it is! Is a game based on "CONNECT4".&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/Santie-a"&gt;
        Santie-a
      &lt;/a&gt; / &lt;a href="https://github.com/Santie-a/Portfolio-Project---Python-Terminal-Game"&gt;
        Portfolio-Project---Python-Terminal-Game
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Portfolio Project - Python Terminal Game
    &lt;/h3&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
