<?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: Lakindu Kariyawasam</title>
    <description>The latest articles on DEV Community by Lakindu Kariyawasam (@lakinduk).</description>
    <link>https://dev.to/lakinduk</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%2F251990%2F75ba9eb7-744b-45f7-be54-fde0c9814634.png</url>
      <title>DEV Community: Lakindu Kariyawasam</title>
      <link>https://dev.to/lakinduk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lakinduk"/>
    <language>en</language>
    <item>
      <title>Hacktoberfest 2022</title>
      <dc:creator>Lakindu Kariyawasam</dc:creator>
      <pubDate>Tue, 25 Oct 2022 06:26:36 +0000</pubDate>
      <link>https://dev.to/lakinduk/hacktoberfest-2022-a8m</link>
      <guid>https://dev.to/lakinduk/hacktoberfest-2022-a8m</guid>
      <description>&lt;p&gt;Last year I created a simple web project, added some issues and made it public on GitHub for #hacktoberfest2021. This year I continued it for #hacktoberfest2022 and I received many pull requests from across the world. 🤩&lt;/p&gt;

&lt;p&gt;Hacktoberfest is a month-long celebration run by DigitalOcean to celebrate and give back to open-source projects and software. The goal is to encourage everyone in our global community to contribute to open source.&lt;/p&gt;

&lt;p&gt;The website is simple and made for beginners to open-source world, which showcases your GitHub profile pic and the commits you did to the repository, on the webpage using #GitHubAPI. &lt;/p&gt;

&lt;p&gt;I know it is not much but seeing people fixing bugs, issues and adding new features to another one's project simply shows us how much we can give for the open-source community. 🧑‍💻&lt;/p&gt;

&lt;p&gt;If you are new to open-source and feel like you want to contribute,&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You can visit the webpage in here:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://lakinduk.github.io/hacktoberfest2022/contributors/"&gt;https://lakinduk.github.io/hacktoberfest2022/contributors/&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you want to contribute, pick any issue, bug or feature in:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/LakinduK/hacktoberfest2022/issues"&gt;https://github.com/LakinduK/hacktoberfest2022/issues&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Visit the website from last year:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://lakinduk.github.io/hacktoberfest2021/contributors/"&gt;https://lakinduk.github.io/hacktoberfest2021/contributors/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to report any bugs, request new features in the issues section. 😎&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>github</category>
      <category>digitalocean</category>
      <category>hacktoberfest2022</category>
    </item>
    <item>
      <title>How to add Vim to Visual Studio Code to speed up your coding!</title>
      <dc:creator>Lakindu Kariyawasam</dc:creator>
      <pubDate>Thu, 01 Apr 2021 17:35:52 +0000</pubDate>
      <link>https://dev.to/lakinduk/how-to-add-vim-to-visual-studio-code-to-speed-up-your-coding-116m</link>
      <guid>https://dev.to/lakinduk/how-to-add-vim-to-visual-studio-code-to-speed-up-your-coding-116m</guid>
      <description>&lt;p&gt;Nowadays, many developers use Visual studio code as their favourite because it's a lightweight IDE which is made by Microsoft for Windows, Linux and macOS that supports debugging, syntax highlighting, extensions, intelligent code completion, snippets, code refactoring, and embedded Git.&lt;/p&gt;

&lt;p&gt;Vim is a powerful keyboard-based text editor that enables developers to code faster without lifting their hands off the keyboard.&lt;/p&gt;

&lt;p&gt;There is a simple way to enable Vim in your favourite code editor within a few minutes.&lt;/p&gt;

&lt;h1&gt;
  
  
  How to setup Vim in visual studio code
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;Open your visual studio code IDE, go to the 'extensions' tab and 
Search for Vim.&lt;/li&gt;
&lt;/ol&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%2Fhkksnie6jcrpy46as5j7.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%2Fhkksnie6jcrpy46as5j7.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.Double-check the version you got is similar to &lt;code&gt;vscodevim.vim&lt;/code&gt; as the below image and hit install.&lt;/p&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%2Fvi36sztwbptl80evwjfs.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%2Fvi36sztwbptl80evwjfs.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3.Setup key-repeat to make vim extension works better.&lt;br&gt;
Google search &lt;code&gt;vscode vim github&lt;/code&gt; and click the first result of vs code vim git repository or click this link below.&lt;br&gt;
&lt;a href="https://github.com/VSCodeVim/Vim#-installation" rel="noopener noreferrer"&gt;Link&lt;/a&gt;&lt;/p&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%2F0hphcw5i7v7qup4hi646.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%2F0hphcw5i7v7qup4hi646.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4.Scroll down to the "installation" section and follow the installation steps according to your OS platform.&lt;/p&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%2Fkxarr6ioiked65wcpizs.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%2Fkxarr6ioiked65wcpizs.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This is a handy thing to add especially when you are new to vim. because it allows you to hit the key and it repeats like in vim in terminal.
ex:- hit j to move down&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;5.Restart VS code&lt;/p&gt;

&lt;h2&gt;
  
  
  Testing Vim on VS Code
&lt;/h2&gt;

&lt;p&gt;1.Create a new file on VS Code&lt;/p&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%2Fgma60cps179dp6wefu6p.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%2Fgma60cps179dp6wefu6p.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now you can see the cursor is a bit wider than before.&lt;/p&gt;

&lt;p&gt;2.Press &lt;code&gt;i&lt;/code&gt; to get into "insert mode" and hit enter like 4-5 times to move the cursor down.&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%2Ftkuc4lc3tuoc62p4611t.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%2Ftkuc4lc3tuoc62p4611t.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3.Now press and hold &lt;code&gt;k&lt;/code&gt; to see if your cursor goes up. &lt;br&gt;
If it moves smoothly, then you have enabled it successfully.&lt;/p&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%2Fjbqoghypz4ohyzusud0n.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%2Fjbqoghypz4ohyzusud0n.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If it gets stuck, then try restarting the VS Code or repeat step 4 in the "How to setup visual code" section.&lt;/p&gt;

&lt;p&gt;Using Vim inside the VS Code really improves the speed of your coding once you get familiar with Vim's shortcuts.&lt;/p&gt;

&lt;p&gt;So, there you have the Vim editor installed successfully in VS Code.&lt;br&gt;
Enjoy! :D&lt;/p&gt;

</description>
      <category>vim</category>
      <category>vscode</category>
      <category>tutorial</category>
      <category>improvecodingspeed</category>
    </item>
    <item>
      <title>OpenHackDaySriLanka2020</title>
      <dc:creator>Lakindu Kariyawasam</dc:creator>
      <pubDate>Wed, 21 Oct 2020 22:10:10 +0000</pubDate>
      <link>https://dev.to/lakinduk/openhackdaysrilanka2020-3pai</link>
      <guid>https://dev.to/lakinduk/openhackdaysrilanka2020-3pai</guid>
      <description>&lt;p&gt;Hacktoberfest is a great event for the beginners to start contributing to the open source projects &amp;amp; also to find and be updated about the projects you should start working on.&lt;/p&gt;

&lt;p&gt;We, the FOSS Community NSBM in Sri Lanka had organized the OpenHackDaySriLanka 2020 hacktoberfest as an online event. It was very informative session &amp;amp; we discussed about what is git &amp;amp; github, open source projects, how to contribute and be a part of hacktoberfest and the github campus expert program.&lt;/p&gt;

&lt;p&gt;you can see the full video of the event here:&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=j9SgDkurrlo"&gt;https://www.youtube.com/watch?v=j9SgDkurrlo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>hacktoberfest2020</category>
      <category>openhackdaysrilanka2020</category>
      <category>digitalocean</category>
    </item>
  </channel>
</rss>
