<?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: Karina Pichardo</title>
    <description>The latest articles on DEV Community by Karina Pichardo (@karinapichardo).</description>
    <link>https://dev.to/karinapichardo</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%2F517064%2Ffa312a34-f967-47dd-8683-b056390acfbe.jpeg</url>
      <title>DEV Community: Karina Pichardo</title>
      <link>https://dev.to/karinapichardo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/karinapichardo"/>
    <language>en</language>
    <item>
      <title>Feeling burnt out or unmotivated? Read this.</title>
      <dc:creator>Karina Pichardo</dc:creator>
      <pubDate>Thu, 08 Jul 2021 00:03:48 +0000</pubDate>
      <link>https://dev.to/karinapichardo/feeling-burnt-out-or-unmotivated-read-this-4po9</link>
      <guid>https://dev.to/karinapichardo/feeling-burnt-out-or-unmotivated-read-this-4po9</guid>
      <description>&lt;p&gt;Just a few weeks ago I was feeling unmotivated and sort of burnt out?&lt;/p&gt;

&lt;p&gt;I’m finally out of that funk I was in and I realized why I was there in the first place.&lt;/p&gt;

&lt;p&gt;I was working on projects that were all really similar, I would finish up a project and immediately start another one, using the same exact techniques and technologies as the last. &lt;/p&gt;

&lt;p&gt;I thought I was doing myself a favor by practicing repetition and although I still believe that “practice makes perfect”, I think it’s equally important to continue learning and growing, especially as a developer. &lt;/p&gt;

&lt;p&gt;So I did just that, I started learning more about the terminal and also learned Sass (which I’m absolutely obsessed with now). And I'm back to feeling like myself again.&lt;/p&gt;

&lt;p&gt;I’m actually grateful that I experienced those stressful weeks leading up to today because I now understand how to navigate those “burnt out” / “unmotivated” moments. &lt;br&gt;
Learning fuels me. &lt;/p&gt;

&lt;p&gt;Likewise, this situation reminded me why I started learning to code and why I love what I do, because it’s a forever learning experience. The best developers never stop being curious and never stop learning. &lt;/p&gt;

&lt;p&gt;Thought I’d share incase anyone out there is going through something similar.  &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>codenewbie</category>
      <category>career</category>
    </item>
    <item>
      <title>How to Add a Browser Tab Icon to Your Websites!</title>
      <dc:creator>Karina Pichardo</dc:creator>
      <pubDate>Tue, 16 Mar 2021 22:54:02 +0000</pubDate>
      <link>https://dev.to/karinapichardo/how-to-add-a-browser-tab-icon-to-your-websites-20e8</link>
      <guid>https://dev.to/karinapichardo/how-to-add-a-browser-tab-icon-to-your-websites-20e8</guid>
      <description>&lt;p&gt;Adding an icon to the browser tab of a website you created is like the cherry on top! The &lt;em&gt;best&lt;/em&gt; part about it, is how incredibly simple it is to add one.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnlfmvb9rg7y6gkehb456.png" class="article-body-image-wrapper"&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-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnlfmvb9rg7y6gkehb456.png" alt="browser displaying browser tab icons"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; Find an image which you'd like to use as your favicon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.&lt;/strong&gt; Save the image inside the folder which contains all your website's files. (index.html, styles.css, scripts, images, etc.)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.&lt;/strong&gt; Similar to how you link your external CSS stylesheet, in the &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt; section of your HTML document, you do the exact same to link the icon, however, for the relationship you add 'icon' and for the href you'd add the image's location, for example: &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
 rel="icon" href="images/example.png"&amp;gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;em&gt;Tada! It's really that easy.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I know it's something so subtle but I still get excited every time I get to put an icon on the browser tab of a website I created.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;My favorite website to find icons is:&lt;/em&gt;&lt;br&gt;
&lt;a href="https://freeicons.io/" rel="noopener noreferrer"&gt;https://freeicons.io/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Hope this helps, Happy coding!
&lt;/h3&gt;

</description>
      <category>codenewbie</category>
      <category>html</category>
      <category>css</category>
      <category>icons</category>
    </item>
    <item>
      <title>Being a Programmer Also Means Being a part of a Community</title>
      <dc:creator>Karina Pichardo</dc:creator>
      <pubDate>Wed, 02 Dec 2020 01:10:53 +0000</pubDate>
      <link>https://dev.to/karinapichardo/being-a-programmer-also-means-being-a-part-of-a-community-59mg</link>
      <guid>https://dev.to/karinapichardo/being-a-programmer-also-means-being-a-part-of-a-community-59mg</guid>
      <description>&lt;p&gt;One of the best things about being a developer is the fact that you aren’t alone. &lt;/p&gt;

&lt;p&gt;There is an entire community out there willing to support you. You ask a question and quite literally within a few minutes you can receive a response. It’s really incredible and I struggle to think of another field where this scenario is the same.&lt;/p&gt;

&lt;p&gt;However, when you’re first starting out and learning to program, asking for help can be intimidating.&lt;br&gt;
Even finding the right terminology to ask questions can be overwhelming. Asking about something that to others may seem like common sense - is absolutely terrifying.&lt;/p&gt;

&lt;p&gt;It’s scary for people to put themselves in situations that make them vulnerable. But the truth is, no one cares. &lt;br&gt;
And the moment you’re able to put your fear aside, you quickly realize that other developers are more than happy to clarify things and help you out. The things you learn as a result - 100% outweigh the fear.&lt;/p&gt;

&lt;p&gt;So, don’t be afraid to ask questions, remember - you’re a part of something much bigger.&lt;/p&gt;

&lt;p&gt;“In a room full of the smartest people, I belong”&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The More I Learn, The More Absolutely In Love I Am.</title>
      <dc:creator>Karina Pichardo</dc:creator>
      <pubDate>Thu, 19 Nov 2020 19:40:26 +0000</pubDate>
      <link>https://dev.to/karinapichardo/the-more-i-learn-the-more-absolutely-in-love-i-am-10g4</link>
      <guid>https://dev.to/karinapichardo/the-more-i-learn-the-more-absolutely-in-love-i-am-10g4</guid>
      <description>&lt;p&gt;Programming really does feel like a superpower. Getting a computer to do whatever you want it to do, is a pretty unmatched feeling.&lt;/p&gt;

&lt;p&gt;If you’d take the time to merely understand what computer programming really is and what you can do with it, you’d quickly realize that the world is programming. You’d start to see the world with different lenses, you’ll notice problems around you and you’ll come up with solutions which you'd want to implement because you know they’d make life easier.&lt;/p&gt;

&lt;p&gt;food for thought...&lt;/p&gt;

&lt;h1&gt;
  
  
  What a gift! I’m in love!
&lt;/h1&gt;

</description>
      <category>computerscience</category>
      <category>programming</category>
      <category>gratitude</category>
      <category>code</category>
    </item>
  </channel>
</rss>
