<?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: gotheer</title>
    <description>The latest articles on DEV Community by gotheer (@gotheer).</description>
    <link>https://dev.to/gotheer</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%2F403441%2F690c96fb-d2d2-41ae-a195-7d0abffacd55.png</url>
      <title>DEV Community: gotheer</title>
      <link>https://dev.to/gotheer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gotheer"/>
    <language>en</language>
    <item>
      <title>PHP 8 released! 🤔</title>
      <dc:creator>gotheer</dc:creator>
      <pubDate>Sat, 19 Dec 2020 21:29:44 +0000</pubDate>
      <link>https://dev.to/gotheer/php-8-released-39op</link>
      <guid>https://dev.to/gotheer/php-8-released-39op</guid>
      <description>&lt;p&gt;Are we going to see ML in PHP soon?&lt;br&gt;
What about security practices?&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>php</category>
    </item>
    <item>
      <title>In your opinion, is PHP dead? And Why?</title>
      <dc:creator>gotheer</dc:creator>
      <pubDate>Sun, 22 Nov 2020 18:05:53 +0000</pubDate>
      <link>https://dev.to/gotheer/in-your-opinion-is-php-dead-and-why-20aa</link>
      <guid>https://dev.to/gotheer/in-your-opinion-is-php-dead-and-why-20aa</guid>
      <description>

</description>
    </item>
    <item>
      <title>DOM manipulation</title>
      <dc:creator>gotheer</dc:creator>
      <pubDate>Fri, 13 Nov 2020 07:24:51 +0000</pubDate>
      <link>https://dev.to/gotheer/dom-manipulation-56p9</link>
      <guid>https://dev.to/gotheer/dom-manipulation-56p9</guid>
      <description>&lt;p&gt;This is how to get off innerHTML and use textContent instead keeping the power that innerHTML offers&lt;br&gt;
   &amp;lt; p id="output"&amp;gt;&amp;lt;/ p &amp;gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;      let a = newEl("em");
      let b = newEl("strong");
      let c = newEl("span");
          a.textContent = "I ";
          b.textContent = "love ";
          c.textContent = "javascript";
          c.style.cssText = "color: red;";
             let d = document.querySelector("#output");
                      d.appendChild(a);
                       d.appendChild(b);
                        d.appendChild(c);
function newEl(el){
  return document.createElement(el);}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
    </item>
    <item>
      <title>The Next Social Media Site / App Better Than Facebook? 🤔</title>
      <dc:creator>gotheer</dc:creator>
      <pubDate>Sun, 25 Oct 2020 14:56:26 +0000</pubDate>
      <link>https://dev.to/gotheer/the-next-social-media-site-app-m0h</link>
      <guid>https://dev.to/gotheer/the-next-social-media-site-app-m0h</guid>
      <description>&lt;p&gt;Dear reader,&lt;br&gt;
Imagine that somebody is going to make that thing up there in the title. Please, let me know what features do you want to see in it and what features and / or decisions you don't want to hear about again?&lt;br&gt;
Thank you. 😅&lt;/p&gt;

</description>
    </item>
    <item>
      <title>If you're working on a project for your clients and you find an issue, I can solve it for you starting from 20$.</title>
      <dc:creator>gotheer</dc:creator>
      <pubDate>Sat, 17 Oct 2020 06:46:47 +0000</pubDate>
      <link>https://dev.to/gotheer/if-you-re-working-on-a-project-for-your-clients-and-you-find-an-issue-i-can-solve-it-for-you-starting-from-20-4mfk</link>
      <guid>https://dev.to/gotheer/if-you-re-working-on-a-project-for-your-clients-and-you-find-an-issue-i-can-solve-it-for-you-starting-from-20-4mfk</guid>
      <description>

</description>
    </item>
    <item>
      <title>H</title>
      <dc:creator>gotheer</dc:creator>
      <pubDate>Thu, 15 Oct 2020 09:39:08 +0000</pubDate>
      <link>https://dev.to/gotheer/tor-is-catastrophic-1m3l</link>
      <guid>https://dev.to/gotheer/tor-is-catastrophic-1m3l</guid>
      <description>

</description>
      <category>privacy</category>
    </item>
  </channel>
</rss>
