<?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: Jonathan Felicity</title>
    <description>The latest articles on DEV Community by Jonathan Felicity (@jonathanfelicity).</description>
    <link>https://dev.to/jonathanfelicity</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%2F254208%2F62ecb840-fb74-4ae7-938f-0f0b4e204ae1.jpeg</url>
      <title>DEV Community: Jonathan Felicity</title>
      <link>https://dev.to/jonathanfelicity</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jonathanfelicity"/>
    <language>en</language>
    <item>
      <title>Verson Control Systems</title>
      <dc:creator>Jonathan Felicity</dc:creator>
      <pubDate>Sat, 18 Mar 2023 13:58:37 +0000</pubDate>
      <link>https://dev.to/jonathanfelicity/verson-control-systems-3o2p</link>
      <guid>https://dev.to/jonathanfelicity/verson-control-systems-3o2p</guid>
      <description>&lt;p&gt;👨‍👩‍👧‍👦 Version control also enables teams to work together on the same codebase without fear of overwriting each other's work. It's like having a shared whiteboard where everyone can contribute without stepping on each other's toes.&lt;/p&gt;

&lt;p&gt;🌳 Git is a popular version control system used by software engineers around the world. It allows developers to create branches and merge changes, making it easy to experiment with new features without affecting the main codebase. 🌿&lt;/p&gt;

&lt;p&gt;🔀 Git also enables developers to rollback changes if something goes wrong, helping to prevent costly mistakes.&lt;/p&gt;

&lt;p&gt;📚 There are many resources available to help you learn version control and Git, including online tutorials and courses. It's a valuable skill for any software engineer to have and can make working on complex projects much easier.&lt;/p&gt;

&lt;p&gt;🚀 By using version control, developers can be more productive and efficient, allowing them to focus on what really matters: creating amazing software that improves people's lives. #softwareengineering #people #work #projects #software #softwareengineer #help #like #like #engineers &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Html Entities 😄😍💗🌺</title>
      <dc:creator>Jonathan Felicity</dc:creator>
      <pubDate>Thu, 30 Apr 2020 15:13:01 +0000</pubDate>
      <link>https://dev.to/jonathanfelicity/html-entities-50j9</link>
      <guid>https://dev.to/jonathanfelicity/html-entities-50j9</guid>
      <description>&lt;p&gt;An HTML entity is a piece of text ("string") that begins with an ampersand ( &amp;amp; ) and ends with a semicolon ( ; ) . Entities are frequently used to display reserved characters (which would otherwise be interpreted as HTML code), and invisible characters (like non-breaking spaces).&lt;br&gt;
HTML entities give different varieties of characters which helps to assign icons, mathematical operators and even geometric complex shapes.&lt;/p&gt;

&lt;h1&gt;
  
  
  EXAMPLES
&lt;/h1&gt;

&lt;h2&gt;Currency Symbol:&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;
&amp;lt;li&amp;gt;&amp;amp;#8358;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;amp;#8364;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;amp;#163;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;amp;#165;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;amp;#8486;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Results:&lt;br&gt;
-₦&lt;br&gt;
-€&lt;br&gt;
-£&lt;br&gt;
-¥&lt;br&gt;
-Ω&lt;/p&gt;

&lt;h2&gt;Some Cool emojis:&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;ul&amp;gt;
&amp;lt;li&amp;gt;&amp;amp;#128525;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;amp;#128677;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;amp;#129505;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;amp;#128540;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;amp;#129334;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Results:&lt;br&gt;
-😍&lt;br&gt;
-🚥&lt;br&gt;
-🧡&lt;br&gt;
-😜&lt;br&gt;
-🤶&lt;/p&gt;

&lt;h1&gt;
  
  
  important link:
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://www.w3schools.com/html/html_entities.asp" rel="noopener noreferrer"&gt;Read More&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
