<?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: Paul Dunz</title>
    <description>The latest articles on DEV Community by Paul Dunz (@pauldunz).</description>
    <link>https://dev.to/pauldunz</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%2F695014%2F8bc65814-1729-4d82-9d1b-47b53f8bbf27.png</url>
      <title>DEV Community: Paul Dunz</title>
      <link>https://dev.to/pauldunz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pauldunz"/>
    <language>en</language>
    <item>
      <title>Learning FRONT-END DEVELOPMENT as a beginner!👨🏻‍💻</title>
      <dc:creator>Paul Dunz</dc:creator>
      <pubDate>Sat, 30 Oct 2021 13:41:26 +0000</pubDate>
      <link>https://dev.to/pauldunz/learning-front-end-development-as-a-beginner-2bhb</link>
      <guid>https://dev.to/pauldunz/learning-front-end-development-as-a-beginner-2bhb</guid>
      <description>&lt;p&gt;As a beginner it's always hard to start and follow a new passion. You don't know where to start, what resources to use or what language to learn first. Especially in the coding section/area it's extremely hard to find a way how to start. That's the reason, why I created this post on my Instagram account &lt;a href="https://www.instagram.com/javascript_coding/" rel="noopener noreferrer"&gt;@javascript_coding&lt;/a&gt;. At the end of the post I gave a free guide I had written on my own, to all my followers. If you are interested in, too, make sure to read the whole article and stay tuned till the end!&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Start learning HTML
&lt;/h2&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%2Fk8gh3hq2pmjxtfdnisa5.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%2Fk8gh3hq2pmjxtfdnisa5.png" alt="HTML - Part of Instagram Post"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;HTML (Hypertext Markup Language) creates the whole structure of a website. Any text or headline is created/written in HTML. &lt;br&gt;
&lt;br&gt;&lt;br&gt;
Without any style your website looks extremely empty and boring, like this:&lt;br&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%2Fo8b5waq6nuz1hizxibv6.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%2Fo8b5waq6nuz1hizxibv6.png" alt="website example without CSS"&gt;&lt;/a&gt;&lt;br&gt;
That's the reason why any website needs CSS...&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Continue learning CSS
&lt;/h2&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%2Fzcgtr5ixx2q7hbl3d8wd.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%2Fzcgtr5ixx2q7hbl3d8wd.png" alt="CSS - Part of Instagram Post"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;CSS (Cascading Style Sheets) gives you the possibility to style the HTML elements, like headlines or normal text fields. With CSS you can create animations and way more!&lt;br&gt;
&lt;br&gt;&lt;br&gt;
With CSS, the example you've seen above the CSS section, looks way more interesting.&lt;br&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%2Ftcivmufx7xp79j8f3lt2.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%2Ftcivmufx7xp79j8f3lt2.png" alt="Styled example from my website"&gt;&lt;/a&gt;&lt;br&gt;
This example is a part of my website &lt;a href="https://javascriptcoding.org" rel="noopener noreferrer"&gt;javascriptcoding.org&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Keep going with JavaScript
&lt;/h2&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%2Fu4430bwle46873ee3yhe.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%2Fu4430bwle46873ee3yhe.png" alt="JavaScript - Part of Instagram Post"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;JavaScript is the biggest part of all sections! To become a master in JavaScript, it takes years. In comparison to HTML and CSS it's way more complex, but it takes only a few weeks to understand the basics. To learn these basics it takes only a few good YouTube tutorials on JavaScript. The main functionality can be done by only an experience of less than one month. Functionalities like clicking on a button or changing the content on your page. Change the style of HTML elements with JavaScript and a lot more!&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Creating apps on the internet with ReactJS
&lt;/h2&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%2Fzhtivyiud83xnqv76mbu.jpeg" 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%2Fzhtivyiud83xnqv76mbu.jpeg" alt="ReactJS - Part of Instagram Post"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One HTML file for a whole website? That's true in some way. In ReactJS, the HTML part is written in JavaScript classes. These classes are taken and "send" all content to the single HTML file.&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  5. FREE Web Development GUIDE!
&lt;/h2&gt;

&lt;p&gt;Go to my Instagram Account and click on the link in my bio. On this page you'll see the link to my free PDF guide. In this guide, there are several tips and links to YouTube videos. This guide gives you the possibility to start learning web development as a whole beginner!&lt;br&gt;
&lt;br&gt;&lt;br&gt;
Make sure to like and save this article and don't forget to download your guide ;)&lt;/p&gt;

</description>
      <category>devjournal</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
    <item>
      <title>Awesome GitHub profile every developer 👨🏻‍💻 must have‼️🤩</title>
      <dc:creator>Paul Dunz</dc:creator>
      <pubDate>Tue, 28 Sep 2021 18:27:11 +0000</pubDate>
      <link>https://dev.to/pauldunz/awesome-github-profile-every-developer-must-have-24h8</link>
      <guid>https://dev.to/pauldunz/awesome-github-profile-every-developer-must-have-24h8</guid>
      <description>&lt;h2&gt;
  
  
  Background story
&lt;/h2&gt;

&lt;p&gt;A few weeks ago I was scrolling through my Twitter and saw that one guy, who tweetet his nice and new GitHub profile. First thoughts I had, were... OMG this looks awesome or did he do that, so I wanted to do the same with my GitHub profile. After a few seconds I've already found the right page, that explained every single step to me.&lt;br&gt;
With this article I am going to explain all these steps to you. So stay tuned and read till the end! &lt;br&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Let's start
&lt;/h2&gt;
&lt;h3&gt;
  
  
  First step: Create a GitHub repository
&lt;/h3&gt;

&lt;p&gt;For this step, you need to create a GitHub repository, that has the name of your GitHub account.&lt;br&gt;
In my case it was "PaulD103", like the name of my GitHub profile. &lt;/p&gt;
&lt;h3&gt;
  
  
  Second step: Create a README.md file
&lt;/h3&gt;

&lt;p&gt;Do you know how to create README files?&lt;br&gt;
It's basically the same. Just write some markdown language, give your README file a headline and write some personal information!&lt;/p&gt;
&lt;h4&gt;
  
  
  For a more detailed GitHub profile, you can use this template here:
&lt;/h4&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/PaulD103"&gt;
        PaulD103
      &lt;/a&gt; / &lt;a href="https://github.com/PaulD103/PaulD103"&gt;
        PaulD103
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      My personal repository
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Hi 👋, I'm Paul&lt;/h1&gt;
&lt;h3&gt;
A Self-Taught Developer, Currently Learning Artificial Intelligence in Python&lt;/h3&gt;
&lt;p&gt; &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d16f8d86acb0bf593de4ed11c83c02036993d2fb37859483e4f4a5ace70f32a6/68747470733a2f2f6b6f6d617265762e636f6d2f67687076632f3f757365726e616d653d7061756c64313033266c6162656c3d50726f66696c65253230766965777326636f6c6f723d306537356236267374796c653d666c6174"&gt;&lt;img src="https://camo.githubusercontent.com/d16f8d86acb0bf593de4ed11c83c02036993d2fb37859483e4f4a5ace70f32a6/68747470733a2f2f6b6f6d617265762e636f6d2f67687076632f3f757365726e616d653d7061756c64313033266c6162656c3d50726f66696c65253230766965777326636f6c6f723d306537356236267374796c653d666c6174" alt="PaulD103"&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt; &lt;a href="https://github.com/ryo-ma/github-profile-trophy"&gt;&lt;img src="https://camo.githubusercontent.com/e33f3ddea500e8c469460a71f7dd2d562d1bac212f88bdf9fdb4db3ea17ea7e5/68747470733a2f2f6769746875622d70726f66696c652d74726f7068792e76657263656c2e6170702f3f757365726e616d653d7061756c64313033" alt="PaulD103"&gt;&lt;/a&gt; &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;🔭 I’m currently working on &lt;a href="https://github.com/PaulD103/javascriptcodingProjects"&gt;Side Projects in Javascript&lt;/a&gt;, I share on my own coded &lt;a href="https://javascriptcoding.org" rel="nofollow"&gt;React WebApp&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;🌱 I’m currently coding an app in &lt;strong&gt;Flutter&lt;/strong&gt;. In a few weeks V1.0 will be launched!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;👯 I’m looking to collaborate on &lt;strong&gt;JavaScript projects&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;🤝 I’m looking for help with &lt;strong&gt;Artificial Intelligence in Python&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;👨‍💻 All of my projects are available at &lt;a href="https://javascriptcoding.org" rel="nofollow"&gt;javascriptcoding.org&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;💬 Ask me about &lt;strong&gt;Python, Flask, JavaScript, React.js, CSS and SQL&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;📫 How to reach me &lt;strong&gt;&lt;a href="https://github.com/PaulD103/PaulD103mailto:contact@javascriptcoding.org"&gt;contact@javascriptcoding.org&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;⚡ Fun fact &lt;strong&gt;I love films about artificial intelligences&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
Connect with me:&lt;/h3&gt;
&lt;p&gt;
&lt;a href="https://dev.to/pauld103" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/9b13cf00d4d07dcfee53663f62019ef576b7224822fe81dd4be7f94885db5496/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f6e706d2f73696d706c652d69636f6e7340332e302e312f69636f6e732f6465762d646f742d746f2e737667" alt="pauld103" height="30" width="40"&gt;&lt;/a&gt;
&lt;a href="https://twitter.com/pauldunz" rel="nofollow"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--iWv4sl3q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="pauldunz" height="30" width="40"&gt;&lt;/a&gt;
 &lt;a href="https://www.instagram.com/javascript_coding/" rel="nofollow"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---za7rTXo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" alt="javascript_coding" height="30" width="40"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;
Languages and Tools:&lt;/h3&gt;
&lt;p&gt; &lt;a href="https://www.gnu.org/software/bash/" rel="nofollow"&gt; &lt;img src="https://camo.githubusercontent.com/bbb327d6ba7708520eaafd13396fed64d73bf5df5c4cdd0ba03cf0843f7a9340/68747470733a2f2f7777772e766563746f726c6f676f2e7a6f6e652f6c6f676f732f676e755f626173682f676e755f626173682d69636f6e2e737667" alt="bash" width="40" height="40"&gt; &lt;/a&gt; &lt;a href="https://www.w3schools.com/css/" rel="nofollow"&gt; &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mHD1LdvX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original-wordmark.svg" alt="css3" width="40" height="40"&gt; &lt;/a&gt; &lt;a href="https://git-scm.com/" rel="nofollow"&gt; &lt;img src="https://camo.githubusercontent.com/fbfcb9e3dc648adc93bef37c718db16c52f617ad055a26de6dc3c21865c3321d/68747470733a2f2f7777772e766563746f726c6f676f2e7a6f6e652f6c6f676f732f6769742d73636d2f6769742d73636d2d69636f6e2e737667" alt="git" width="40" height="40"&gt; &lt;/a&gt; &lt;a href="https://www.w3.org/html/" rel="nofollow"&gt; &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QXRvq6Ke--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original-wordmark.svg" alt="html5" width="40" height="40"&gt; &lt;/a&gt; &lt;a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" rel="nofollow"&gt; &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QG_b2spU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" alt="javascript" width="40" height="40"&gt; &lt;/a&gt; &lt;a href="https://www.mysql.com/" rel="nofollow"&gt; &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--IfMZ2i4X--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/devicons/devicon/master/icons/mysql/mysql-original-wordmark.svg" alt="mysql" width="40" height="40"&gt; &lt;/a&gt; &lt;a href="https://nodejs.org" rel="nofollow"&gt; &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Zw8Pc0Q8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original-wordmark.svg" alt="nodejs" width="40" height="40"&gt; &lt;/a&gt; &lt;a href="https://www.python.org" rel="nofollow"&gt; &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ka8K9yX2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original.svg" alt="python" width="40" height="40"&gt; &lt;/a&gt; &lt;a href="https://reactjs.org/" rel="nofollow"&gt; &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--q7e3Gep6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" alt="react" width="40" height="40"&gt; &lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/0115360b5f04b3ad16716e3ef6b1809c8dc60bba125533abb3ab7115128e9d9c/68747470733a2f2f6769746875622d726561646d652d73746174732e76657263656c2e6170702f6170692f746f702d6c616e67733f757365726e616d653d7061756c643130332673686f775f69636f6e733d74727565266c6f63616c653d656e266c61796f75743d636f6d70616374"&gt;&lt;img src="https://camo.githubusercontent.com/0115360b5f04b3ad16716e3ef6b1809c8dc60bba125533abb3ab7115128e9d9c/68747470733a2f2f6769746875622d726561646d652d73746174732e76657263656c2e6170702f6170692f746f702d6c616e67733f757365726e616d653d7061756c643130332673686f775f69636f6e733d74727565266c6f63616c653d656e266c61796f75743d636f6d70616374" alt="pauld103"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/0fe0e02f3e884830a6d16124bb78c58485d7d3979ec1b70ecf050af0cd3b37e2/68747470733a2f2f6769746875622d726561646d652d73746174732e76657263656c2e6170702f6170693f757365726e616d653d7061756c643130332673686f775f69636f6e733d74727565266c6f63616c653d656e"&gt;&lt;img src="https://camo.githubusercontent.com/0fe0e02f3e884830a6d16124bb78c58485d7d3979ec1b70ecf050af0cd3b37e2/68747470733a2f2f6769746875622d726561646d652d73746174732e76657263656c2e6170702f6170693f757365726e616d653d7061756c643130332673686f775f69636f6e733d74727565266c6f63616c653d656e" alt="pauld103"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/433f6d7b5352f23815544a9294e5aac8a212c38101d01d975ead121f18242df8/68747470733a2f2f6769746875622d726561646d652d73747265616b2d73746174732e6865726f6b756170702e636f6d2f3f757365723d7061756c6431303326"&gt;&lt;img src="https://camo.githubusercontent.com/433f6d7b5352f23815544a9294e5aac8a212c38101d01d975ead121f18242df8/68747470733a2f2f6769746875622d726561646d652d73747265616b2d73746174732e6865726f6b756170702e636f6d2f3f757365723d7061756c6431303326" alt="pauld103"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;

  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/PaulD103/PaulD103"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;h4&gt;
  
  
  Information
&lt;/h4&gt;

&lt;p&gt;When visiting my profile you're able to see my total amount of Twitter followers, the views on my GitHub profile and my current stats on GitHub. I show you all the platforms, where you're able to connect with me to, like Twitter or Instagram and I tell you some tools and languages I am used to.&lt;/p&gt;
&lt;h4&gt;
  
  
  How to use this template?
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;click on this profile&lt;/li&gt;
&lt;li&gt;look up the code&lt;/li&gt;
&lt;li&gt;copy it&lt;/li&gt;
&lt;li&gt;change all the name tags, with your information&lt;/li&gt;
&lt;/ul&gt;



&lt;h3&gt;
  
  
  Small template for a easier way to use
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;h1 align="center"&amp;gt;Hi 👋, I'm Paul&amp;lt;/h1&amp;gt;
&amp;lt;h3 align="center"&amp;gt;A Self-Taught Developer, Currently Learning Artificial Intelligence in Python&amp;lt;/h3&amp;gt;

&amp;lt;p align="left"&amp;gt; &amp;lt;img src="https://komarev.com/ghpvc/?username=pauld103&amp;amp;label=Profile%20views&amp;amp;color=0e75b6&amp;amp;style=flat" alt="PaulD103" /&amp;gt; &amp;lt;/p&amp;gt;

&amp;lt;p align="left"&amp;gt; &amp;lt;a href="https://github.com/ryo-ma/github-profile-trophy"&amp;gt;&amp;lt;img src="https://github-profile-trophy.vercel.app/?username=pauld103" alt="PaulD103" /&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;

- 🔭 I’m currently working on [Side Projects in Javascript](https://github.com/PaulD103/javascriptcodingProjects), I share on my own coded [React WebApp](https://javascriptcoding.org)

- 🌱 I’m currently learning **Artificial Intelligence, CS50's Introduction to Artificial Intelligence with Python**

- 👯 I’m looking to collaborate on **JavaScript projects**

- 🤝 I’m looking for help with **Artificial Intelligence in Python**

- 👨‍💻 All of my projects are available at [javascriptcoding.org](https://javascriptcoding.org)

- 💬 Ask me about **Python, Flask, JavaScript, React.js, CSS and SQL**

- 📫 How to reach me **contact@javascriptcoding.org**

- ⚡ Fun fact **I love films about artificial intelligences**
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Change the basic information about me like my profile names and set it to yours!&lt;/p&gt;

&lt;h3&gt;
  
  
  Support:
&lt;/h3&gt;

&lt;p&gt;Comment down below, what you think about my &lt;a href="https://github.com/PaulD103"&gt;GitHub profile&lt;/a&gt;. Follow me on Instagram &lt;a href="https://www.instagram.com/javascript_coding/"&gt;@javascript_coding&lt;/a&gt; and make sure to check out my website for more awesome JavaScript side projects I coded on my own!&lt;/p&gt;

</description>
      <category>github</category>
      <category>programming</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Best JavaScript coding projects for beginners! 👨🏻‍💻</title>
      <dc:creator>Paul Dunz</dc:creator>
      <pubDate>Thu, 09 Sep 2021 19:45:49 +0000</pubDate>
      <link>https://dev.to/pauldunz/javascript-coding-projects-for-beginners-3fj0</link>
      <guid>https://dev.to/pauldunz/javascript-coding-projects-for-beginners-3fj0</guid>
      <description>&lt;p&gt;If you started coding in JavaScript and want to know some awesome project ideas, to practice this language on its fullest, here are the best JavaScript coding projects for beginners!!&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Weather App
&lt;/h2&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%2Ftvt17rziihrxeorrn21t.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%2Ftvt17rziihrxeorrn21t.png" alt="Weather App"&gt;&lt;/a&gt;&lt;br&gt;
This project will help you to learn, how to deal with API's and the JS-fetch function.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Shopping Cart
&lt;/h2&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%2Fcfcq7ictx3bcjd73zneu.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%2Fcfcq7ictx3bcjd73zneu.png" alt="Shopping Cart"&gt;&lt;/a&gt;&lt;br&gt;
A shopping cart teaches you how to deal with API's or databases. It allows you to deal with a lot of data. Furthermore you have the possibility to add some filters.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Portfolio Page
&lt;/h2&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%2F5fezn5rpf95zijkvndyg.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%2F5fezn5rpf95zijkvndyg.png" alt="Portfolio Page"&gt;&lt;/a&gt;&lt;br&gt;
This project is extremely simple. You don't have to use any API's or databases for this. There is no need for any backend! Just make some kind of landing pages and add interesting information about you! For more, just add a simple contact page!&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Tic Tac Toe
&lt;/h2&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%2Fz66t5d7tt138gt6pg3o5.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%2Fz66t5d7tt138gt6pg3o5.png" alt="Tic Tac Toe"&gt;&lt;/a&gt;&lt;br&gt;
With this game, you'll get a small view into game development. Especially for games where you and your partner have to play in alternating order.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  To-Do List
&lt;/h2&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%2Foulcwttfgt9qu6x7y7ov.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%2Foulcwttfgt9qu6x7y7ov.png" alt="To-Do List"&gt;&lt;/a&gt;&lt;br&gt;
With this project you will go deeper into the thematic "removing and adding" elements. You will learn how to deal with "Drag and Drop" and way more!&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Digital Clock
&lt;/h2&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%2F0bc0sxpsz7w73n2w86pv.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%2F0bc0sxpsz7w73n2w86pv.png" alt="Digital Clock"&gt;&lt;/a&gt;&lt;br&gt;
The digital clock is a very basic project to get to know the built in function for time. Beside to that you'll learn some CSS skills.&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  It's your turn!
&lt;/h3&gt;

&lt;p&gt;Comment down below other awesome projects for beginners, that you already coded. Let me know!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>My personal 6 best tips for programmers🤩🤝</title>
      <dc:creator>Paul Dunz</dc:creator>
      <pubDate>Thu, 02 Sep 2021 12:37:15 +0000</pubDate>
      <link>https://dev.to/pauldunz/my-personal-6-best-tips-for-programmers-2a7a</link>
      <guid>https://dev.to/pauldunz/my-personal-6-best-tips-for-programmers-2a7a</guid>
      <description>&lt;h3&gt;
  
  
  In this post I will tell you my own secrets and tips about programming!
&lt;/h3&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%2F0ucv9ojfqup62tubsmja.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%2F0ucv9ojfqup62tubsmja.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;
After 4 years of coding experience, I listed up the most important secrets you need to do, to earn way more experience and knowledge!!&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Ask other people for help!
&lt;/h3&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%2Fk4ta630vuu5wly1zbbje.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%2Fk4ta630vuu5wly1zbbje.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Try to explain you your code to other people!
&lt;/h3&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%2F9ht96splw1otiw0ohb0q.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%2F9ht96splw1otiw0ohb0q.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Do a code review and make your project more efficient!
&lt;/h3&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%2Fccthnmb07gv3py3cim44.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%2Fccthnmb07gv3py3cim44.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Join coding communities!
&lt;/h3&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%2Frui11m1jvox9404ddh8y.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%2Frui11m1jvox9404ddh8y.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Learn more algorithms and data structures for better projects!
&lt;/h3&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%2Ffhvi173ixlk203scjj1y.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%2Ffhvi173ixlk203scjj1y.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Write your own projects!
&lt;/h3&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%2Ff8epnsl6f8nzaqmc093a.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%2Ff8epnsl6f8nzaqmc093a.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>algorithms</category>
      <category>programming</category>
      <category>help</category>
    </item>
    <item>
      <title>Artificial Intelligence Chatbot</title>
      <dc:creator>Paul Dunz</dc:creator>
      <pubDate>Sun, 29 Aug 2021 18:10:32 +0000</pubDate>
      <link>https://dev.to/pauldunz/artificial-intelligence-chatbot-584b</link>
      <guid>https://dev.to/pauldunz/artificial-intelligence-chatbot-584b</guid>
      <description>&lt;p&gt;Yesterday I finished this little side project. The goal was to learn more about AI in python and I always wanted to build some kind of bot, that communicates with me. So I started to do some research on how to handle with all these input data. After a few YouTube videos and a lot of tutorials on the internet, I started coding and ended up with this... &lt;br&gt;
It still has no name 😂...&lt;br&gt;
Maybe you have some ideas.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dyhQAzJY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/csz7hq4epgh1tyeiu8p0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dyhQAzJY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/csz7hq4epgh1tyeiu8p0.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
