<?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: Benjamin Kadel</title>
    <description>The latest articles on DEV Community by Benjamin Kadel (@kardelio).</description>
    <link>https://dev.to/kardelio</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%2F216268%2F9779a34f-9905-490c-bec3-100b9c2f3943.jpeg</url>
      <title>DEV Community: Benjamin Kadel</title>
      <link>https://dev.to/kardelio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kardelio"/>
    <language>en</language>
    <item>
      <title>A Gift for Git-mas</title>
      <dc:creator>Benjamin Kadel</dc:creator>
      <pubDate>Thu, 24 Dec 2020 12:12:40 +0000</pubDate>
      <link>https://dev.to/kardelio/a-gift-for-git-mas-2od</link>
      <guid>https://dev.to/kardelio/a-gift-for-git-mas-2od</guid>
      <description>&lt;h2&gt;
  
  
  Merry Git-mas one and all...
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Video lower down...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In this video I want to give you 3 wonderful git knowledge gifts, from me to you, for you to indulge on this holiday season. The 3 Git gifts I have for you are under the tree and ready to un-wrap and enjoy...&lt;/p&gt;

&lt;p&gt;Without spoiling the surprises for you too much, I discuss 3 git topics in this merry video. I talk about the Git config command, the Git stash command and how to 'undo' in Git. For each topic I explain the concepts so they hopefully make sense and give you lots of juicy commands (most of which can be directly copied and pasted) to help you enhance your git workflow and experience.&lt;/p&gt;

&lt;p&gt;This video will hopefully teach you something new, that maybe you didn't know before about these 3 areas of git and the more "lesser-known" additions to these commands. This video showcases many lines of git commands and explains how to construct your own and how to use them AND the best bit of all after the video if you want to somehow keep a copy of everything I have covered in the video then I have created a CHEAT SHEET that you can refer to forever and always that contains absolutely everything that I cover in this video, so there is no need to pause the video and frantically take notes it's all there for you at this link (PDF): &lt;/p&gt;

&lt;p&gt;&lt;a href="http://bit.ly/3mEQUat"&gt;Cheatsheet PDF here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;

&lt;h2&gt;
  
  
  The Video
&lt;/h2&gt;

&lt;p&gt;Merry Git-mas! Git bless us, everyone!&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/cYeCiLi9MVo"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Onwards
&lt;/h2&gt;

&lt;p&gt;If you have ANY feedback or questions at all please let me know in the comments below or reach out to me on twitter:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/ben_kadel"&gt;My Twitter (@ben_kadel)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Or if you want to see more videos from my channel then here you go:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtube.com/BenKadel"&gt;My Youtube Channel&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and possibly watching!&lt;/p&gt;

</description>
      <category>git</category>
      <category>github</category>
      <category>video</category>
    </item>
    <item>
      <title>(Video) Android Project Structure - What are the files/folders that make up an Android codebase &amp; how do they tie together?</title>
      <dc:creator>Benjamin Kadel</dc:creator>
      <pubDate>Wed, 15 Jul 2020 19:53:12 +0000</pubDate>
      <link>https://dev.to/kardelio/video-android-project-structure-what-are-the-files-folders-that-make-up-an-android-codebase-how-do-they-tie-together-1961</link>
      <guid>https://dev.to/kardelio/video-android-project-structure-what-are-the-files-folders-that-make-up-an-android-codebase-how-do-they-tie-together-1961</guid>
      <description>&lt;h2&gt;
  
  
  The Android Project Structure...
&lt;/h2&gt;

&lt;p&gt;This beast (image below, video further down ;) )...&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_PMHdKDr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/tpjr9ekqfufjwj76y950.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_PMHdKDr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/tpjr9ekqfufjwj76y950.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What does it all mean? &lt;/li&gt;
&lt;li&gt;What do all these files do? &lt;/li&gt;
&lt;li&gt;How are Android apps "built"? All this and more...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Android project structure is made up of many files and folders that when combined together in just the right way to create an runnable app for the Android OS. The files within relate to &amp;amp; utilize several different software systems, such as; build systems, version control systems &amp;amp; even obfuscation systems.&lt;/p&gt;

&lt;p&gt;In this video I take you through each file and folder that makes up a default "blank" android project once it has been generated as part of a new project in Android Studio. I explain what each file's purpose is and how you (the developer) should interact with it, if at all.&lt;/p&gt;

&lt;p&gt;This video is hopefully a comprehensive overview of an Android codebase so that you can understand &amp;amp; more importantly through the code &amp;amp; identify important files. Also this video is split up into chapters (using timestamps) on YouTube so that you can skip ahead to specific files/folders if you are interested in learning about specific elements...&lt;/p&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;

&lt;h2&gt;
  
  
  The Video
&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/h3ylwK6MINI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Onwards
&lt;/h2&gt;

&lt;p&gt;If you have ANY feedback or questions at all please let me know in the comments below or reach out to me on twitter:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/ben_kadel"&gt;My Twitter (@ben_kadel)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Or if you want to see more videos from my channel then here you go:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtube.com/BenKadel"&gt;My Youtube Channel&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and possibly watching!&lt;/p&gt;

</description>
      <category>android</category>
      <category>video</category>
      <category>tutorial</category>
      <category>androidstudio</category>
    </item>
    <item>
      <title>How to Input Special Characters in Vim (Foreign Letters / Symbols / Emojis) [Video]</title>
      <dc:creator>Benjamin Kadel</dc:creator>
      <pubDate>Tue, 19 May 2020 11:39:57 +0000</pubDate>
      <link>https://dev.to/kardelio/how-to-input-special-characters-in-vim-foreign-letters-symbols-emojis-video-8d5</link>
      <guid>https://dev.to/kardelio/how-to-input-special-characters-in-vim-foreign-letters-symbols-emojis-video-8d5</guid>
      <description>&lt;h2&gt;
  
  
  FYI - Skip to content...
&lt;/h2&gt;

&lt;p&gt;The main content of this post is a video (found lower down...)&lt;br&gt;
If you would like to skip the preamble in the video and get straight to the topic then jump to this timestamp: &lt;a href="https://youtu.be/Za5GRXP1ycM?t=76"&gt;01:16&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Vim Tips Series
&lt;/h2&gt;

&lt;p&gt;I am creating a (hopefully fun/energetic) YouTube series about Vim Tips. In particular small easily consumable Tips &amp;amp; Tricks in Vim to help you become a better Vim-er. This series is for Beginners &amp;amp; Intermediate Vim users alike and will hopefully expose/highlight some of Vim's massive (maybe even lesser known) functionality with explanations &amp;amp; examples.&lt;/p&gt;

&lt;p&gt;The main aim of this series is to help people learn about the POWER that Vim gives you, which more often than not is somewhat difficult to find on your own, so this series is about pointing out that (&amp;amp; more) functionality...&lt;/p&gt;

&lt;p&gt;Check out all the currently released episodes here:&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=dVIP72Uwt2A&amp;amp;list=PL3Y9MECuxct01Qol3kWK0fB5AXh3NFThZ"&gt;Vim Tips Playlist&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  This Episode
&lt;/h2&gt;

&lt;p&gt;This episode shows you how to input special characters into Vim. Those are the characters that you can't normally type out-right on a traditional keyboard, for example foreign language letters, mathematical symbols, weird &amp;amp; wonderful shapes and even Emojis/Emoticons...&lt;/p&gt;

&lt;p&gt;In this video I explain the concept of Character encoding (where in a computer each letter/character has a numerical value associated with it) and how you can actually use those values to enter in any character you like. So I start with a boring letter 'e' to showcase the concept and then move onto the characters you can usually type.&lt;/p&gt;

&lt;p&gt;I then show you the incredibly powerful functionality that already exists within vim to help you input a vast array of special characters. This functionality is called Digraphs and removes the need for you to remember strange unicode numbers and to even copy and paste characters from the internet.&lt;/p&gt;

&lt;p&gt;I hope you enjoy this video, please let me know if you do and if you would want more of it...&lt;/p&gt;
&lt;h2&gt;
  
  
  The Video
&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Za5GRXP1ycM"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Onwards
&lt;/h2&gt;

&lt;p&gt;If you have ANY feedback or questions at all please let me know in the comments below or reach out to me on twitter:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/ben_kadel"&gt;My Twitter (@ben_kadel)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Or if you want to see more videos from my channel then here you go:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtube.com/BenKadel"&gt;My Youtube Channel&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and possibly watching!&lt;/p&gt;

</description>
      <category>vim</category>
      <category>tutorial</category>
      <category>terminal</category>
      <category>bash</category>
    </item>
    <item>
      <title>Run shell commands from Vim &amp; even get the output of the command back into Vim (Video)</title>
      <dc:creator>Benjamin Kadel</dc:creator>
      <pubDate>Tue, 28 Apr 2020 10:19:32 +0000</pubDate>
      <link>https://dev.to/kardelio/run-shell-commands-from-vim-even-get-the-output-of-the-command-back-into-vim-10ak</link>
      <guid>https://dev.to/kardelio/run-shell-commands-from-vim-even-get-the-output-of-the-command-back-into-vim-10ak</guid>
      <description>&lt;h2&gt;
  
  
  New Video Series
&lt;/h2&gt;

&lt;p&gt;I am creating a new (hopefully fun/energetic) YouTube series about Vim Tips. In particular small easily consumable Tips &amp;amp; Tricks in Vim to help you become a better Vim-er. This series is for Beginners &amp;amp; Intermediate Vim users alike and will hopefully expose/highlight some of Vim's massive (maybe even lesser known) functionality with explanations &amp;amp; examples.&lt;/p&gt;

&lt;p&gt;The main aim of this series is to help people learn about the POWER that Vim gives you, which more often than not is somewhat difficult to find on your own, so this series is about pointing out that (&amp;amp; more) functionality...&lt;/p&gt;

&lt;h2&gt;
  
  
  This Video
&lt;/h2&gt;

&lt;p&gt;This first video is (as the title says) about how to trigger Shell (bash/sh terminal commands) from within the comfort of Vim without having to exit the program or which to a different window or put Vim into the background. This video will even show you the very powerful functionality that lets you run a command and bring the output of the command right back into the Vim editor (for example running the ls command and bringing the results into the file you are editing).&lt;/p&gt;

&lt;p&gt;I hope you enjoy this video, please let me know if you do and if you would want more of it...&lt;/p&gt;

&lt;h2&gt;
  
  
  The Video
&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/dVIP72Uwt2A"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Onwards
&lt;/h2&gt;

&lt;p&gt;If you have ANY feedback or questions at all please let me know in the comments below or reach out to me on twitter:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/ben_kadel"&gt;My Twitter (@ben_kadel)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Or if you want to see more videos from my channel then here you go:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtube.com/BenKadel"&gt;My Youtube Channel&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and possibly watching!&lt;/p&gt;

</description>
      <category>vim</category>
      <category>tutorial</category>
      <category>terminal</category>
      <category>bash</category>
    </item>
    <item>
      <title>(Video) Interview with a real Front-End Developer</title>
      <dc:creator>Benjamin Kadel</dc:creator>
      <pubDate>Wed, 26 Feb 2020 08:18:58 +0000</pubDate>
      <link>https://dev.to/kardelio/video-interview-with-a-real-front-end-developer-37l4</link>
      <guid>https://dev.to/kardelio/video-interview-with-a-real-front-end-developer-37l4</guid>
      <description>&lt;h2&gt;
  
  
  Interview With a Front-End Developer
&lt;/h2&gt;

&lt;p&gt;Hey Folks,&lt;br&gt;
So I will try and keep this short as the real content of this post is of course the video itself and the wonderfully wise words that my interviewee delivers.&lt;/p&gt;

&lt;p&gt;If you are interested in Front-End development (Front-End Web Development) at all then this interview style video is for you. I basically talk to a professional Front-End developer all about his job, his career and importantly the tools of his trade. I discuss what a day in the life of a front-end developer looks like and some of the big software/tools that are used in the process.&lt;/p&gt;

&lt;p&gt;Anyway, I thought I would just post it here to you wonderful people incase anyone had an interest and the cool dude that I interview (Joe) is awesome, he is genuinely one of the nicest people I have ever met and he is also brilliant at what he does! He is intelligent and wise and has been a Front-End (Web) developer for a long time and has many insightful lessons to impart about his experiences. I honestly learnt so much just interviewing him so I am sure you can gather a bunch of useful information (or at least jumping off points) that you can take back to your respective companies or places of work/deving...&lt;/p&gt;

&lt;p&gt;This video in total is nearly half an hour long so for your benefit I have included in this post the questions that I asked and timestamps to those questions in the video so that you can jump ahead if you would like to. I have also included links that are discussed in the video so that if you don't even want to watch the video then you can at least gain something from this post in regards to places online where you can learn more about Front-End Development and the tools used in that world! (The actual video is at the bottom)&lt;/p&gt;
&lt;h2&gt;
  
  
  Links discussed in the video
&lt;/h2&gt;

&lt;p&gt;CSS-tricks&lt;br&gt;
&lt;a href="https://css-tricks.com/"&gt;https://css-tricks.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Smashing magazine&lt;br&gt;
&lt;a href="https://www.smashingmagazine.com/"&gt;https://www.smashingmagazine.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Html goodies&lt;br&gt;
&lt;a href="https://www.htmlgoodies.com/"&gt;https://www.htmlgoodies.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;MDN (Mozilla Developer Network)&lt;br&gt;
&lt;a href="https://developer.mozilla.org/en-US/docs/Learn"&gt;https://developer.mozilla.org/en-US/docs/Learn&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Wes Bos Youtube:&lt;br&gt;
&lt;a href="https://www.youtube.com/user/wesbos"&gt;https://www.youtube.com/user/wesbos&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Kent Dodds Youtube:&lt;br&gt;
&lt;a href="https://www.youtube.com/user/kentdoddsfamily"&gt;https://www.youtube.com/user/kentdoddsfamily&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;React Js:&lt;br&gt;
&lt;a href="https://reactjs.org/"&gt;https://reactjs.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;React Native:&lt;br&gt;
&lt;a href="https://facebook.github.io/react-native/"&gt;https://facebook.github.io/react-native/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;VSCode:&lt;br&gt;
&lt;a href="https://code.visualstudio.com/"&gt;https://code.visualstudio.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Webpack:&lt;br&gt;
&lt;a href="https://webpack.js.org/"&gt;https://webpack.js.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Babel:&lt;br&gt;
&lt;a href="https://babeljs.io/"&gt;https://babeljs.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;ESlint:&lt;br&gt;
&lt;a href="https://eslint.org/"&gt;https://eslint.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Jest:&lt;br&gt;
&lt;a href="https://jestjs.io/"&gt;https://jestjs.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Cypress:&lt;br&gt;
&lt;a href="https://www.cypress.io/"&gt;https://www.cypress.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Webdriver.io:&lt;br&gt;
&lt;a href="https://webdriver.io/"&gt;https://webdriver.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Browserstack:&lt;br&gt;
&lt;a href="https://www.browserstack.com/"&gt;https://www.browserstack.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;NodeJS and NPM:&lt;br&gt;
&lt;a href="https://nodejs.org/en/"&gt;https://nodejs.org/en/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.npmjs.com/"&gt;https://www.npmjs.com/&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Questions that are asked and their timestamps
&lt;/h2&gt;

&lt;p&gt;01:16 - Who are you? What do you do?&lt;br&gt;
01:33 - What is the difference between a front-end &amp;amp; a web developer&lt;br&gt;
02:30 - How did you get into front-end dev?&lt;br&gt;
04:34 - How did you transition back into tech after studying physics?&lt;br&gt;
06:59 - Any advice you would give to someone wanting to become a front-end dev?&lt;br&gt;
08:18 - Any good online learning resources?&lt;br&gt;
10:02 - Any good front-end dev Youtubers?&lt;br&gt;
10:29 - What is React?&lt;br&gt;
12:29 - What is the difference between React &amp;amp; React Native?&lt;br&gt;
13:10 - Is Angular JS similar to React?&lt;br&gt;
13:33 - What would you warn people about before getting into front-end dev?&lt;br&gt;
15:33 - What is your dev setup?&lt;br&gt;
17:52 - What is the purpose/need for webpack?&lt;br&gt;
19:36 - Any decent VSCode extensions that you use?&lt;br&gt;
20:45 - How do you text your code? Automation/Unit?&lt;br&gt;
21:29 - How do you test for all the different web browsers?&lt;br&gt;
23:22 - What is NodeJS?&lt;br&gt;
25:46 - Any important/useful Node packages?&lt;br&gt;
26:43 - Fun Extra Questions...&lt;/p&gt;
&lt;h2&gt;
  
  
  The Video
&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/J1DPXWTaYTI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Onwards
&lt;/h2&gt;

&lt;p&gt;If you have ANY feedback or questions at all please let me know in the comments below or reach out to me on twitter:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/ben_kadel"&gt;My Twitter (@ben_kadel)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Or if you want to see more videos from my channel then here you go:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtube.com/BenKadel"&gt;My Youtube Channel&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and possibly watching!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>interview</category>
      <category>video</category>
      <category>career</category>
    </item>
    <item>
      <title>[Video] Super Useful (lesser known) Terminal Command</title>
      <dc:creator>Benjamin Kadel</dc:creator>
      <pubDate>Tue, 04 Feb 2020 14:09:57 +0000</pubDate>
      <link>https://dev.to/kardelio/video-super-useful-lesser-known-terminal-command-1pf0</link>
      <guid>https://dev.to/kardelio/video-super-useful-lesser-known-terminal-command-1pf0</guid>
      <description>&lt;h2&gt;
  
  
  Any Terminal users out there?
&lt;/h2&gt;

&lt;p&gt;Hey Folks,&lt;br&gt;
So just want to keep this short as the content of this post is really the video and the explanation/tutorial...&lt;/p&gt;

&lt;p&gt;To avoid people getting annoyed by the "click-baity" title of the video and post Ill tell you right now the command in question is:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;(SPOILERS)&lt;/em&gt;&lt;br&gt;
&lt;em&gt;(SPOILERS)&lt;/em&gt;&lt;br&gt;
&lt;em&gt;(SPOILERS)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;...&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;fc&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  fc (fix command)
&lt;/h2&gt;

&lt;p&gt;I found recently that many of the people I know that use the Terminal didn't know about this incredible (often life/time saving) command. Which lets you basically load the last command you entered into an EDITOR in the Terminal and edit it before saving and closing the editor to automatically trigger the "tweaked" command.&lt;/p&gt;

&lt;p&gt;I mess up my commands on such a regular basis that this fc command is a life saver and my workflow would heavily suffer without it!&lt;/p&gt;

&lt;p&gt;Feel free to watch the video (below) to find out more...&lt;/p&gt;
&lt;h2&gt;
  
  
  Tutorial starts at...
&lt;/h2&gt;

&lt;p&gt;I thought I would just add this timestamp as there is a little pre-video fluff for my subs before the content, so if you want to skip ahead to the actual tutorial bits then this is the timestamp&lt;/p&gt;

&lt;p&gt;01:24 - &lt;a href="https://youtu.be/vKQkg7Mt4jg?t=84"&gt;https://youtu.be/vKQkg7Mt4jg?t=84&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  The Video
&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/vKQkg7Mt4jg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Links discussed in the video
&lt;/h2&gt;

&lt;p&gt;Bash Builtin:&lt;br&gt;
&lt;a href="https://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html"&gt;https://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html&lt;/a&gt;&lt;br&gt;
&lt;a href="https://en.wikipedia.org/wiki/Shell_builtin"&gt;https://en.wikipedia.org/wiki/Shell_builtin&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;fc command:&lt;br&gt;
&lt;a href="https://www.systutorials.com/docs/linux/man/1p-fc/"&gt;https://www.systutorials.com/docs/linux/man/1p-fc/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://en.wikipedia.org/wiki/Fc_(Unix)"&gt;https://en.wikipedia.org/wiki/Fc_(Unix)&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.computerhope.com/unix/uhistory.htm"&gt;https://www.computerhope.com/unix/uhistory.htm&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Onwards
&lt;/h2&gt;

&lt;p&gt;If you have ANY feedback or questions at all please let me know in the comments below or reach out to me on twitter:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/ben_kadel"&gt;My Twitter (@ben_kadel)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and possibly watching!&lt;/p&gt;

</description>
      <category>linux</category>
      <category>tutorial</category>
      <category>terminal</category>
      <category>bash</category>
    </item>
    <item>
      <title>(Video) Interview with a real DevOps Practitioner</title>
      <dc:creator>Benjamin Kadel</dc:creator>
      <pubDate>Wed, 18 Dec 2019 21:57:19 +0000</pubDate>
      <link>https://dev.to/kardelio/video-interview-with-a-real-devops-practitioner-42d9</link>
      <guid>https://dev.to/kardelio/video-interview-with-a-real-devops-practitioner-42d9</guid>
      <description>&lt;p&gt;Hey Folks,&lt;br&gt;
So I will try and keep this short as the real content of this post is of course the video itself and the wonderfully wise words that my interviewee delivers.&lt;/p&gt;

&lt;p&gt;If you are interested in DevOps at all then this video interview is for you. Basically I ask a real DevOps Practitioner that works and has worked in the DevOps world for many years lots of questions all about DevOps, from the basics, like what it is and how to get involved and learn DevOps techniques all the way to asking questions about DevOps frameworks (CALMS) and even security's involvement in DevOps...&lt;/p&gt;

&lt;p&gt;Anyway, I thought I would just post it here to you wonderful people incase anyone had an interest and the gentleman that I interview (Jamal) is incredibly insightful and full of wisdom that he openly shares. I honestly learnt so much just interviewing him so I am sure you can gather a bunch of useful information (or at least jumping off points) that you can take back to your respective companies or places of work/devving...&lt;/p&gt;

&lt;p&gt;This video in total is nearly half an hour long so for your benefit I have included in this post the questions that I asked and timestamps to those questions in the video so that you can jump ahead if you would like to. I have also included links that are discussed in the video so that if you don't even want to watch the video then you can at least gain something from this post in regards to places online where you can learn more about DevOps and engage with the DevOps community! (The actual video is at the bottom)&lt;/p&gt;
&lt;h2&gt;
  
  
  Questions that are asked and their timestamps
&lt;/h2&gt;

&lt;p&gt;01:10 - Who are you? What do you do?&lt;br&gt;
01:40 - Solutions Architect vs. DevOps?&lt;br&gt;
02:31 - What is DevOps?&lt;br&gt;
03:32 - What do you mean "Silos"?&lt;br&gt;
06:50 - How did you get into DevOps?&lt;br&gt;
07:48 - What tools did you use in your previous role?&lt;br&gt;
09:23 - What did you do before DevOps?&lt;br&gt;
11:10 - Whats the difference between a DevOps practitioner &amp;amp; a DevOps Engineer?&lt;br&gt;
13:24 - How would you learn DevOps?&lt;br&gt;
16:45 - Is security included at all within DevOps?&lt;br&gt;
18:43 - What is CALMS?&lt;br&gt;
22:40 - What does a day-in-the-life look like?&lt;br&gt;
24:01 - What do you mean by Infrastructure&lt;br&gt;
24:52 - Do you have any side projects atm?&lt;br&gt;
27:03 - Fun Extra Questions...&lt;/p&gt;
&lt;h2&gt;
  
  
  Links discussed in the video
&lt;/h2&gt;

&lt;p&gt;The DevOps Institue:&lt;br&gt;
&lt;a href="https://devopsinstitute.com/"&gt;https://devopsinstitute.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;LinkedIn Group of DevOps:&lt;br&gt;
&lt;a href="https://www.linkedin.com/groups/2825397/"&gt;https://www.linkedin.com/groups/2825397/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;CALMS framework explained:&lt;br&gt;
&lt;a href="https://devops.com/using-calms-to-assess-organizations-devops/"&gt;https://devops.com/using-calms-to-assess-organizations-devops/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other useful DevOps Learning Links:&lt;br&gt;
&lt;a href="https://devopsdays.org/"&gt;https://devopsdays.org/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://devops.com/"&gt;https://devops.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.alldaydevops.com/"&gt;https://www.alldaydevops.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;25:30 - Jamal's Toolchain Anxiety YT Video:&lt;br&gt;
&lt;a href="https://youtu.be/yj-TseEfP4k"&gt;https://youtu.be/yj-TseEfP4k&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  The Video
&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/s-t_d-igimU"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Onwards
&lt;/h2&gt;

&lt;p&gt;If you have ANY feedback or questions at all please let me know in the comments below or reach out to me on twitter:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/ben_kadel"&gt;My Twitter (@ben_kadel)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and possibly watching!&lt;/p&gt;

</description>
      <category>devops</category>
      <category>career</category>
      <category>vide</category>
      <category>aws</category>
    </item>
    <item>
      <title>(Video) Advent of Code - Introduction to the Advent Calendar for Devs</title>
      <dc:creator>Benjamin Kadel</dc:creator>
      <pubDate>Tue, 03 Dec 2019 12:59:30 +0000</pubDate>
      <link>https://dev.to/kardelio/video-advent-of-code-introduction-to-the-advent-calendar-for-devs-1a59</link>
      <guid>https://dev.to/kardelio/video-advent-of-code-introduction-to-the-advent-calendar-for-devs-1a59</guid>
      <description>&lt;h2&gt;
  
  
  Advent Of Code is BACK baby!
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/kcrPLLeGJjgswu47h9/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/kcrPLLeGJjgswu47h9/giphy.gif" alt="Christmas Elves Dancing"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Ladies and Gentlemen, its now officially December, which means its time to open your Advent Calendar doors and get a tasty treat every day leading up to Christmas! However I want to tell you that there is an Advent Calendar for Developers...&lt;/p&gt;

&lt;p&gt;&lt;a href="https://adventofcode.com/"&gt;https://adventofcode.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Its a fantastic site where everyday of December a new coding challenge is unlocked for you to try and solve... The challenges are based on fun christmas-y type themes like santa and his elves and also importantly is completely language agnostic, meaning that you can use whatever programming language, development environment, frameworks &amp;amp; IDEs you like... Everyday a logical/mathematical problem is served to you and you can write code to try and solve it then return to the site afterwards to input your answer!&lt;/p&gt;

&lt;p&gt;It is great fun and also lets you flex your coding muscles every single day of Advent! Id really recommend every to get involved and give it a go and of course you can sign in with your github account in order to save &amp;amp; track your progress. Let me know in the comments down below if you are up to date with your adventofcode calendar tasks...&lt;/p&gt;

&lt;p&gt;Here's a video to explain it and also give you a brief demo into Day 1's problem with a quick Kotlin solution...&lt;/p&gt;

&lt;p&gt;Enjoy...(P.S I had far too much fun making this one ;) )&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/rcohwysX1E8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Links from the video ======================&lt;/p&gt;

&lt;p&gt;Advent of code website (Link to this year's challenge):&lt;br&gt;
&lt;a href="https://adventofcode.com/2019"&gt;https://adventofcode.com/2019&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;IntelliJ - The IDE that I used to code in the video:&lt;br&gt;
&lt;a href="https://www.jetbrains.com/idea/"&gt;https://www.jetbrains.com/idea/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Kotlin Programming Language - The Language I used in the video:&lt;br&gt;
&lt;a href="https://kotlinlang.org/"&gt;https://kotlinlang.org/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Onwards
&lt;/h2&gt;

&lt;p&gt;If you have ANY feedback or questions at all please reach out to me in the comments below or reach out to me on twitter:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/ben_kadel"&gt;My Twitter (@ben_kadel)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and possibly watching!&lt;/p&gt;

</description>
      <category>adventofcode</category>
      <category>adventofcode2019</category>
      <category>video</category>
      <category>kotlin</category>
    </item>
    <item>
      <title>(Video) How to start programming - For Beginners</title>
      <dc:creator>Benjamin Kadel</dc:creator>
      <pubDate>Tue, 19 Nov 2019 13:31:52 +0000</pubDate>
      <link>https://dev.to/kardelio/video-how-to-start-programming-for-beginners-5ak9</link>
      <guid>https://dev.to/kardelio/video-how-to-start-programming-for-beginners-5ak9</guid>
      <description>&lt;h2&gt;
  
  
  "How do I start coding? Where do I begin?"
&lt;/h2&gt;

&lt;p&gt;In this video i answer the question that I get asked often by people that are interested in becoming or programmer:&lt;br&gt;
"How do I start coding? Where do I begin?!"&lt;/p&gt;

&lt;p&gt;My answer personal belief and answer may surprise you...&lt;/p&gt;

&lt;p&gt;I tell people to learn how to make websites, more specifically learn HTML, JS &amp;amp; CSS. In the video i give 5 solid reasons why i have this belief and tell people this answer. In the rest of the video I want to give complete beginners some brief knowledge about programming from a computer science point of view and then immediately empower them to actually code by giving them a very brief coding tutorial in HTML, JS &amp;amp; CSS and give them a large list of links to follow that will enable them to carry on their own learning, now that they have been show the path to start walking on...&lt;/p&gt;

&lt;p&gt;"Once you have learnt the skill of coding with HTML, JS &amp;amp; CSS you will have a nice basic understanding of programming overall and have some of the fundamentals and coding concepts down and will be able to pick up other languages or other approaches with much more ease." - Thats the idea anyway...&lt;/p&gt;

&lt;p&gt;Below is the video, if you are an experienced dev then I would love to hear your feedback on my approach, things I did well &amp;amp; things that I didn't do so well.&lt;br&gt;
Otherwise if you are a newbie, then enjoy, hopefully it helps you find your path and gets you starting to walk!&lt;/p&gt;

&lt;p&gt;Enjoy...&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/dIipXduKpJw"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Links from the video ======================&lt;/p&gt;

&lt;p&gt;Codepen.io (Live coding in the browser):&lt;br&gt;
&lt;a href="https://codepen.io/"&gt;https://codepen.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;VSCode (Plain Text Editors):&lt;br&gt;
&lt;a href="https://code.visualstudio.com/download"&gt;https://code.visualstudio.com/download&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Sublime (Plain Text Editors):&lt;br&gt;
&lt;a href="https://www.sublimetext.com/3"&gt;https://www.sublimetext.com/3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Atom (Plain Text Editors):&lt;br&gt;
&lt;a href="https://atom.io/"&gt;https://atom.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;w3schools (Excellent online resource to learn HTML, JS &amp;amp; CSS):&lt;br&gt;
&lt;a href="https://www.w3schools.com/"&gt;https://www.w3schools.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;HTML Tag/Element resource list (w3schools):&lt;br&gt;
&lt;a href="https://www.w3schools.com/tags/default.asp"&gt;https://www.w3schools.com/tags/default.asp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;CSS properties list (w3schools):&lt;br&gt;
&lt;a href="https://www.w3schools.com/cssref/default.asp"&gt;https://www.w3schools.com/cssref/default.asp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Learn JS (Nice, easy &amp;amp; step-by-step online tutorial) (w3schools):&lt;br&gt;
&lt;a href="https://www.w3schools.com/js/default.asp"&gt;https://www.w3schools.com/js/default.asp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;CodeAcademy (Online FREE courses for all sorts of programming languages, we are interested in the Javascipt ones):&lt;br&gt;
&lt;a href="https://www.codecademy.com/catalog/language/javascript"&gt;https://www.codecademy.com/catalog/language/javascript&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Arnold C (Crazy Arnold Schwarzenegger oneliners programming language):&lt;br&gt;
&lt;a href="http://lhartikk.github.io/ArnoldC"&gt;http://lhartikk.github.io/ArnoldC&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Timestamps to certain sections in the video  ======================&lt;/p&gt;

&lt;p&gt;03:51 - What is Programming?&lt;br&gt;
08:08 - HTML, JS &amp;amp; CSS&lt;br&gt;
10:10 - Lets do some Code!&lt;br&gt;
12:12 - Coding: HTML&lt;br&gt;
18:09 - Coding: CSS&lt;br&gt;
24:57 - Coding: JS&lt;/p&gt;

&lt;h2&gt;
  
  
  Onwards
&lt;/h2&gt;

&lt;p&gt;If you have ANY feedback or questions at all please reach out to me in the comments below or reach out to me on twitter:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/ben_kadel"&gt;My Twitter (@ben_kadel)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and possibly watching!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>webdev</category>
      <category>html</category>
    </item>
    <item>
      <title>Android Developer Conference - DroidCon UK 2019 - [VLOG Video]</title>
      <dc:creator>Benjamin Kadel</dc:creator>
      <pubDate>Sat, 02 Nov 2019 12:14:12 +0000</pubDate>
      <link>https://dev.to/kardelio/android-developer-conference-droidcon-uk-2019-vlog-video-mkl</link>
      <guid>https://dev.to/kardelio/android-developer-conference-droidcon-uk-2019-vlog-video-mkl</guid>
      <description>&lt;h2&gt;
  
  
  My Droidcon UK experiences
&lt;/h2&gt;

&lt;p&gt;Long story very very short myself and a colleague went to London to attend Droidcon UK (Oct 24th-25th, Business Design Centre). Its a amazing convention/conference (whatever they are called) all about android development!&lt;/p&gt;

&lt;p&gt;This video is not supposed to be an educational piece, showcasing the talks and their content, but more of a flavour of the experience and the fun that is Droidcon and also a brief summary of each talk that I personally attended during the two days in order to serve as a glimpse into the convention and the wonderful things/talks/activities that were going on there.&lt;br&gt;
Of course this hopefully will also act as a sort of quick positive advert to anyone that is considering attending future Droidcons, if thats you then absolutely do so! It is by far the best dev convention/conference that I have been to...&lt;/p&gt;

&lt;p&gt;Enjoy...&lt;/p&gt;
&lt;h2&gt;
  
  
  video
&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/1qQcLAHyY3k"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Link to skill cast videos from Droidcon 2019...&lt;br&gt;
&lt;a href="https://skillsmatter.com/skillscasts"&gt;https://skillsmatter.com/skillscasts&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Link to Droidcon UK...&lt;br&gt;
&lt;a href="http://uk.droidcon.com"&gt;http://uk.droidcon.com&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Onwards
&lt;/h2&gt;

&lt;p&gt;If you have ANY feedback at all please let me know in the comments below or reach out to me on twitter:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/ben_kadel"&gt;My Twitter (@ben_kadel)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and possibly watching!&lt;/p&gt;

</description>
      <category>android</category>
      <category>techtalks</category>
      <category>linux</category>
      <category>career</category>
    </item>
    <item>
      <title>How to browse the web in the terminal - W3M (Instructional Video)</title>
      <dc:creator>Benjamin Kadel</dc:creator>
      <pubDate>Tue, 22 Oct 2019 14:02:54 +0000</pubDate>
      <link>https://dev.to/kardelio/how-to-browse-the-web-in-the-terminal-w3m-instructional-video-1m6p</link>
      <guid>https://dev.to/kardelio/how-to-browse-the-web-in-the-terminal-w3m-instructional-video-1m6p</guid>
      <description>&lt;h2&gt;
  
  
  Turn your Terminal into a web browser
&lt;/h2&gt;

&lt;p&gt;The tool covered in this video is called w3m and it is basically a text based web browser that runs inside of a Terminal. Here is how to use it, so that after you have watched this video, you can immediately get running with it and use it to your advantage!&lt;/p&gt;

&lt;h2&gt;
  
  
  video
&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/3Hfda0Tjqsg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  What the hell?! This exists?!
&lt;/h2&gt;

&lt;p&gt;Yes, this incredibly mad and awesome tool does indeed exist... I suppose you are asking the question when/why would you use this instead of a normal browser like chrome/firefox, well the short answer is probably in most cases you wouldn't, but let me paint you a picture, if you will...&lt;/p&gt;

&lt;p&gt;Imagine you are SSHing onto a headless server (that would be one without any graphical user interface, so its just CLI) and imagine you needed to very quickly code a fix for something or edit a config file or even just read some news whilst in this environment, well, you need a web browser to find the answers, but you have no GUI so traditional ones wont work, you get the gist...&lt;/p&gt;

&lt;p&gt;The video above goes into all the basic keyboard shortcuts you need to command w3m to your whim. although it looks wildly different w3m has most of the features that all other browsers has they are just slightly more tricky to access or hidden away, the video will show you how to access these features so that if you wanted to you could even switch over to a full text based browser...&lt;/p&gt;

&lt;h2&gt;
  
  
  Onwards
&lt;/h2&gt;

&lt;p&gt;If you have ANY feedback at all please let me know in the comments below or reach out to me on twitter:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/ben_kadel"&gt;My Twitter (@ben_kadel)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and possibly watching!&lt;/p&gt;

</description>
      <category>unix</category>
      <category>terminal</category>
      <category>linux</category>
    </item>
    <item>
      <title>Git Branching - Git Tutorial video series [Part 2] (YouTube)</title>
      <dc:creator>Benjamin Kadel</dc:creator>
      <pubDate>Wed, 16 Oct 2019 08:56:52 +0000</pubDate>
      <link>https://dev.to/kardelio/git-branching-git-tutorial-video-series-part-2-youtube-25m0</link>
      <guid>https://dev.to/kardelio/git-branching-git-tutorial-video-series-part-2-youtube-25m0</guid>
      <description>&lt;h2&gt;
  
  
  NOTE:
&lt;/h2&gt;

&lt;p&gt;This is the second video in a series of videos I am creating, that will hopefully give a nice full explanation of everything to do with git and how to use it to your advantage...&lt;br&gt;
This video is part 2 and continues on from where &lt;a href="https://youtu.be/58zsLtwzL60"&gt;Part 1&lt;/a&gt; left off.&lt;/p&gt;
&lt;h2&gt;
  
  
  Part 2
&lt;/h2&gt;

&lt;p&gt;In this video I cover everything to do with &lt;strong&gt;BRANCHING&lt;/strong&gt;. What it is, why we need it, how it is useful and then of course how to do everything from creating a branch, to changing it's name to deleting it all inside the Terminal...&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/aYYG1IlZRN8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Terminal?&lt;/strong&gt; Throughout this video and the rest of the series I show you how to do all these git things by using the terminal commands (how git was meant to be used) so that either you can continue on and use the terminal yourself (giving you unlimited power) or you can at least understand fully what a GUI button is doing when you click it...&lt;/p&gt;

&lt;h2&gt;
  
  
  Onward...
&lt;/h2&gt;

&lt;p&gt;The series can be found here...&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=58zsLtwzL60&amp;amp;list=PL3Y9MECuxct0RMwdYcqoIjo-7ncRpTNLs"&gt;Git Series YouTube link&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My previous dev.to post about the series and episode 1:&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag__link"&gt;
  &lt;a href="/kardelio" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SBUx42PA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/practicaldev/image/fetch/s--kH6hDnb6--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/216268/9779a34f-9905-490c-bec3-100b9c2f3943.jpeg" alt="kardelio image"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/kardelio/git-tutorial-explanation-video-series-first-episode-youtube-22gk" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Git Tutorial &amp;amp; Explanation video series [First Episode] (YouTube)&lt;/h2&gt;
      &lt;h3&gt;Benjamin Kadel ・ Oct  4 '19 ・ 3 min read&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#git&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#linux&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#tutorial&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;Aside from this being a post to advertise the videos, I am also looking for feedback from other folks here that share my love for git about the videos, how they are, if they are explained well enough and about future videos and topics to go into... So please if you have ANY feedback at all please let me know in the comments below or reach out to me on twitter:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/ben_kadel"&gt;My Twitter (@ben_kadel)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and possibly watching!&lt;/p&gt;

</description>
      <category>git</category>
      <category>tutorial</category>
      <category>beginners</category>
      <category>terminal</category>
    </item>
  </channel>
</rss>
