<?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: Leslie Diaz</title>
    <description>The latest articles on DEV Community by Leslie Diaz (@lhdiaz85).</description>
    <link>https://dev.to/lhdiaz85</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%2F1326518%2F3453cb0d-2757-4fca-9cbf-531258659d41.jpeg</url>
      <title>DEV Community: Leslie Diaz</title>
      <link>https://dev.to/lhdiaz85</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lhdiaz85"/>
    <language>en</language>
    <item>
      <title>Deploying static web site to GitHub Pages</title>
      <dc:creator>Leslie Diaz</dc:creator>
      <pubDate>Tue, 12 Mar 2024 16:31:25 +0000</pubDate>
      <link>https://dev.to/lhdiaz85/deploying-static-web-site-to-github-pages-2lo2</link>
      <guid>https://dev.to/lhdiaz85/deploying-static-web-site-to-github-pages-2lo2</guid>
      <description>&lt;p&gt;Today I learned how enable Github Pages deployment!&lt;/p&gt;

&lt;p&gt;Here's some quick steps: Go to the repo's page &amp;gt; Settings &amp;gt; Pages &amp;gt; Make sure Source = "Deploy from a branch" and Branch = "main" and "/(root) &amp;gt; Click Save &amp;gt; Refresh the page &amp;gt; Find link where it says "Your site is live at..."&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Tips for working on DPI projects</title>
      <dc:creator>Leslie Diaz</dc:creator>
      <pubDate>Mon, 11 Mar 2024 18:44:10 +0000</pubDate>
      <link>https://dev.to/lhdiaz85/tips-for-working-on-projects-2aa2</link>
      <guid>https://dev.to/lhdiaz85/tips-for-working-on-projects-2aa2</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Fork the project.&lt;/li&gt;
&lt;li&gt;Load the project by clicking "code", then "create codespace on main" &lt;/li&gt;
&lt;li&gt;Once in your project, view the app by entering "rackup" in the terminal and click on the pop-up or click on the web icon in the port. Use link to preview.&lt;/li&gt;
&lt;li&gt;Unsaved changes in the project are green! So, remember to click on the Source Control to commit changes (add a note about the change) and then sync changes. Each of these have popups appear, so click "ok" to both.&lt;/li&gt;
&lt;li&gt;Open a fresh bash to get graded by entering "rack grade", then enter, then provide the code for the assignment, then enter. Use link to see grade.&lt;/li&gt;
&lt;/ol&gt;

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