<?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: kimberlyleo</title>
    <description>The latest articles on DEV Community by kimberlyleo (@kimberlyleo).</description>
    <link>https://dev.to/kimberlyleo</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%2F289812%2F9a26f75c-0f7f-4020-a727-57f24c0bc7f4.png</url>
      <title>DEV Community: kimberlyleo</title>
      <link>https://dev.to/kimberlyleo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kimberlyleo"/>
    <language>en</language>
    <item>
      <title>Github Pages</title>
      <dc:creator>kimberlyleo</dc:creator>
      <pubDate>Fri, 29 May 2020 01:04:15 +0000</pubDate>
      <link>https://dev.to/kimberlyleo/github-pages-2833</link>
      <guid>https://dev.to/kimberlyleo/github-pages-2833</guid>
      <description>&lt;p&gt;I have been working on my Portfolio site ✨ which is a static site built using React, deployed on GH pages. I have noticed a bit of lag on the act of deployment  consistently. I never kept track of time required for updates to be seen- though I plan to attempt this now. This time it seems that despite the repo responding to updates (new code in the repo) and deployments being recorded in the repository's deployment activity log, the actual site is unchanged, 20 hours later.&lt;/p&gt;

&lt;p&gt;I was researching this issue trying to figure it out and found out that there is a &lt;a href="https://www.githubstatus.com/"&gt;site&lt;/a&gt; where you can check on GitHub's status and read through incident reports. I thought that was very cool. &lt;br&gt;
I also found this &lt;a href="https://www.quora.com/Why-doesnt-GitHub-pages-update-immediately-after-you-have-pushed-a-commit"&gt;Quora article&lt;/a&gt; which led me to realize that maybe GH wasn't the problem despite the delay from the Jekyl deployment. The issue, I discovered was that I forgot how deployment on GH fundamentally works (lol) and had incorrectly assumed that it was happening automatically. &lt;/p&gt;

&lt;p&gt;There were deployments being logged every time I merged my work into my deployed branch and no errors were noted (except minor dependency warnings). I had totally forgotten about optimizing the build for prod. &lt;/p&gt;

&lt;p&gt;Here are the commands that I had forgotton:&lt;br&gt;&lt;br&gt;
&lt;strong&gt;deploy via command line&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;yarn run build
yarn run deploy
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;To be honest, certain things are still unclear about the most proper deployment procedures and if anyone has found good articles that would help, please share!! 🙂&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Bootcamp Intro </title>
      <dc:creator>kimberlyleo</dc:creator>
      <pubDate>Wed, 11 Dec 2019 00:27:18 +0000</pubDate>
      <link>https://dev.to/kimberlyleo/bootcamp-intro-40dg</link>
      <guid>https://dev.to/kimberlyleo/bootcamp-intro-40dg</guid>
      <description>&lt;p&gt;I am already in my 4rd week of my coding bootcamp and so far we have been introduced to HTML, CSS, Javascript, React, and Ruby.&lt;/p&gt;

&lt;p&gt;Javascript was very cool; my favorite part was using iterations to solve little logic problems. Javascript is very interesting because it has existed for so long but it has maintained its relevance by regularly transforming. &lt;br&gt;
Javascript was a fun way to be introduced to site functionality such as button clicking, etc. &lt;/p&gt;

&lt;p&gt;Next we covered React and that was pretty difficult for me (I am still actively working on React overview and exercises). It is complicated but and excellent tool. It allowed us to build fully functional interactive sites and games which is exciting for entry level devs. The fact that it's compiled causes some funky errors but that was a learning opportunity in itself because it definitely won't be the last compiled framework that I will use. &lt;br&gt;
We did quite a few exercises with React and some notable ones were: a treasure hunt game, tic-tac-toe, dice roller, and Magic 8 Ball.&lt;br&gt;
I am excited to keep working on React.&lt;/p&gt;

&lt;p&gt;This week we entered Ruby Land and I LOVE IT. Ruby was already an interesting language to me and I am glad to say: it is living up to the hype. &lt;br&gt;
Until next time, &lt;br&gt;
xoxoCodeGirl&lt;/p&gt;

</description>
      <category>bootcamp</category>
      <category>beginners</category>
      <category>react</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
