<?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: Leo</title>
    <description>The latest articles on DEV Community by Leo (@vleov).</description>
    <link>https://dev.to/vleov</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%2F1069084%2Fc7c9ff47-40fe-48a1-a476-6a9fc1c95b05.jpg</url>
      <title>DEV Community: Leo</title>
      <link>https://dev.to/vleov</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vleov"/>
    <language>en</language>
    <item>
      <title>How to start contributing to open source</title>
      <dc:creator>Leo</dc:creator>
      <pubDate>Sun, 03 Mar 2024 10:26:32 +0000</pubDate>
      <link>https://dev.to/vleov/how-to-start-contributing-to-open-source-29me</link>
      <guid>https://dev.to/vleov/how-to-start-contributing-to-open-source-29me</guid>
      <description>&lt;p&gt;I think many programmers want to start or try contributing to open source and one of the best ways in my opinion is the repo &lt;a href="https://github.com/firstcontributions/first-contributions"&gt;first-contribution&lt;/a&gt; it is for beginners that dont know how to start.&lt;br&gt;
It gives a step by step guide how to do things like fork a repo or how to make a pull request.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>How I configured my Neovim</title>
      <dc:creator>Leo</dc:creator>
      <pubDate>Fri, 01 Mar 2024 18:41:20 +0000</pubDate>
      <link>https://dev.to/vleov/how-i-configured-my-neovim-configuration-575n</link>
      <guid>https://dev.to/vleov/how-i-configured-my-neovim-configuration-575n</guid>
      <description>&lt;p&gt;I always wanted to use Neovim, but I didn't want to use a Neovim distribution, so I watched some videos on how to configerate Neovim. Finally, I found the best way for me:&lt;/p&gt;

&lt;h2&gt;
  
  
  kickstarter.nvim
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/nvim-lua/kickstart.nvim"&gt;https://github.com/nvim-lua/kickstart.nvim&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It gives you a sample configuration that is very well documented and easy to understand, so you can add your own plugins or keymaps to it. Some already know it but I wanted to write it again as it is a very good starting point for beginners&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>tutorial</category>
      <category>programming</category>
    </item>
    <item>
      <title>How to get Jetbrains IDE's for free</title>
      <dc:creator>Leo</dc:creator>
      <pubDate>Sun, 21 May 2023 09:10:04 +0000</pubDate>
      <link>https://dev.to/vleov/how-to-get-jetbrains-ides-for-free-7lb</link>
      <guid>https://dev.to/vleov/how-to-get-jetbrains-ides-for-free-7lb</guid>
      <description>&lt;p&gt;I wanted to get the Jetbrains IDE Phpstorm for free and i think many people do not know that they can get all IDE's for free.&lt;/p&gt;

&lt;p&gt;Jetbrains allows students to get their products for free the only thing you need is your students card, official university email address, ISIC or ITIC card, GitHub Student Developer Pack account or any other official document&lt;/p&gt;

&lt;p&gt;So if you are a student and are looking for an IDE, Jetbrains is a very good provider in my opinion.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.jetbrains.com/community/education/#students/"&gt;https://www.jetbrains.com/community/education/#students/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>How to get a good looking Github Readme</title>
      <dc:creator>Leo</dc:creator>
      <pubDate>Tue, 16 May 2023 13:39:36 +0000</pubDate>
      <link>https://dev.to/vleov/how-to-get-a-good-looking-github-readme-2k9o</link>
      <guid>https://dev.to/vleov/how-to-get-a-good-looking-github-readme-2k9o</guid>
      <description>&lt;p&gt;Every Time i go on a Github Profile i asked me how they got a nice looking Readme file and if you've asked yourself that too, I have a good solution, with the website &lt;a href="https://rahuldkjain.github.io/gh-profile-readme-generator/"&gt;https://rahuldkjain.github.io/gh-profile-readme-generator/&lt;/a&gt; you can easily create a nice readme.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--V_jNKgqs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jj775xmt8o5i6eb0hpvq.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--V_jNKgqs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jj775xmt8o5i6eb0hpvq.jpeg" alt="Image description" width="732" height="1000"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That is a example of my Github Readme file.&lt;/p&gt;

&lt;p&gt;I hope it is helpful for some of you :)&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>github</category>
      <category>tutorial</category>
      <category>career</category>
    </item>
    <item>
      <title>How to track your coding time</title>
      <dc:creator>Leo</dc:creator>
      <pubDate>Mon, 15 May 2023 16:54:29 +0000</pubDate>
      <link>https://dev.to/vleov/how-to-track-you-coding-time-3dbl</link>
      <guid>https://dev.to/vleov/how-to-track-you-coding-time-3dbl</guid>
      <description>&lt;p&gt;Have you ever wondered how much time you spend coding, if so, is there a way to track it. The extension Wakatime is available for many IDE's and text editors with this extension you can easily track your time: WakaTime - Dashboards for developers&lt;/p&gt;

&lt;p&gt;Every week they email you a report and they have an option to display your time on Github&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vbMIJ9wf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/eu83tp81p9vy25z2zsw8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vbMIJ9wf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/eu83tp81p9vy25z2zsw8.png" alt="Image description" width="188" height="35"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Personally I use it because I'm interested how much time I code per week, but it's also cool to show my friends the time on Github :D&lt;/p&gt;

&lt;p&gt;Do you use Wakatime or don't like it?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>My journey to become a Web-developer</title>
      <dc:creator>Leo</dc:creator>
      <pubDate>Mon, 15 May 2023 13:08:57 +0000</pubDate>
      <link>https://dev.to/vleov/my-journey-to-become-a-web-developer-38p0</link>
      <guid>https://dev.to/vleov/my-journey-to-become-a-web-developer-38p0</guid>
      <description>&lt;p&gt;Hello, I'm Leo, a 15 year old boy from Germany and I want to learn web development and get a job. In this blog I want to share my journey and the things I've learned with you :)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
