<?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: Steven Rivera</title>
    <description>The latest articles on DEV Community by Steven Rivera (@steven_rivera_5d71072a2fc).</description>
    <link>https://dev.to/steven_rivera_5d71072a2fc</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%2F1142468%2F3fcb75e5-4313-426e-b93d-15b7d0e5beb2.png</url>
      <title>DEV Community: Steven Rivera</title>
      <link>https://dev.to/steven_rivera_5d71072a2fc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/steven_rivera_5d71072a2fc"/>
    <language>en</language>
    <item>
      <title>Version Control</title>
      <dc:creator>Steven Rivera</dc:creator>
      <pubDate>Tue, 19 Sep 2023 02:28:10 +0000</pubDate>
      <link>https://dev.to/steven_rivera_5d71072a2fc/version-control-5aoa</link>
      <guid>https://dev.to/steven_rivera_5d71072a2fc/version-control-5aoa</guid>
      <description>&lt;p&gt;Software for managing and tracking changes made to documents and files is known as version control. Additionally, files and documents may be backed up using version control.The use of version control offers a transparent audit trail, which is important for adhering to rules or quality control requirements in a variety of businesses.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>SSH Key's</title>
      <dc:creator>Steven Rivera</dc:creator>
      <pubDate>Mon, 04 Sep 2023 03:34:58 +0000</pubDate>
      <link>https://dev.to/steven_rivera_5d71072a2fc/ssh-keys-nc4</link>
      <guid>https://dev.to/steven_rivera_5d71072a2fc/ssh-keys-nc4</guid>
      <description>&lt;p&gt;This week I learned how to how to set up my SSH key. To set up the SSH key you have to type "ls -al ~/.ssn" to check if there is an existing SSH key. Once you do that you can either set up an SSH key if you don't have one or you can create a new one. Look for public SSH key's id_rsa.pub,id_ecdsa.pub, id_ed25519.pub if you see those you can skip generating another SSH key. if you don't have one you will see an error. To create a new SSH key type "ssh-keygen -t ed25519 -c "&lt;a href="mailto:your_email@example.com"&gt;your_email@example.com&lt;/a&gt;". This will create a new SSH and prompt you to choose a file to save it in press enter. In the next promt type a password that you would remember. &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>WordPress</title>
      <dc:creator>Steven Rivera</dc:creator>
      <pubDate>Mon, 21 Aug 2023 01:30:52 +0000</pubDate>
      <link>https://dev.to/steven_rivera_5d71072a2fc/wordpress-30j4</link>
      <guid>https://dev.to/steven_rivera_5d71072a2fc/wordpress-30j4</guid>
      <description>&lt;p&gt;Word press is a multipurpose tool that you can use to create websites easier. This program can help you organize and design websites. Word press has a list of preset's that makes it effortless to make websites.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>career</category>
    </item>
  </channel>
</rss>
