<?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: Vadim</title>
    <description>The latest articles on DEV Community by Vadim (@enapiuz).</description>
    <link>https://dev.to/enapiuz</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%2F14141%2Fb9b1e47d-2b04-4b44-9fd7-682d3dfe444c.jpg</url>
      <title>DEV Community: Vadim</title>
      <link>https://dev.to/enapiuz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/enapiuz"/>
    <language>en</language>
    <item>
      <title>K — exec into your Kubernetes pod easily</title>
      <dc:creator>Vadim</dc:creator>
      <pubDate>Tue, 26 May 2020 22:16:00 +0000</pubDate>
      <link>https://dev.to/enapiuz/k-exec-into-your-kubernetes-pod-easily-3onk</link>
      <guid>https://dev.to/enapiuz/k-exec-into-your-kubernetes-pod-easily-3onk</guid>
      <description>&lt;p&gt;Hey!&lt;br&gt;
Let me introduce you a tiny and a simple tool — &lt;a href="https://github.com/yggheim/k"&gt;k&lt;/a&gt;.&lt;br&gt;
That thing can be quite useful if you use Kubernetes and kubectl with several contexts to access your pods.&lt;br&gt;
That tool just only writes several commands for you, giving you simple interface via fzf. So you can exec into your pod just by entering "k" and hit Enter several times.&lt;br&gt;
Little asciinema that shows full functionality and how it can save your time:&lt;br&gt;
&lt;a href="https://asciinema.org/a/334149"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ymo0aUia--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://asciinema.org/a/334149.svg" alt="asciicast" width="708" height="431"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>productivity</category>
      <category>bash</category>
      <category>showdev</category>
    </item>
    <item>
      <title>What Does Our Test Case Management System Look Like?</title>
      <dc:creator>Vadim</dc:creator>
      <pubDate>Tue, 09 Jul 2019 13:44:40 +0000</pubDate>
      <link>https://dev.to/enapiuz/what-does-our-test-case-management-system-looks-like-2lkh</link>
      <guid>https://dev.to/enapiuz/what-does-our-test-case-management-system-looks-like-2lkh</guid>
      <description>&lt;p&gt;In this article, I wrote how we manage our test cases with our handcrafted test case management system. It can be helpful for teams who are looking for features of their new test case management system.&lt;br&gt;
&lt;a href="https://medium.com/avitotech/what-does-our-test-case-management-system-looks-like-8ab44acf7d52"&gt;https://medium.com/avitotech/what-does-our-test-case-management-system-looks-like-8ab44acf7d52&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tms</category>
      <category>test</category>
      <category>qa</category>
      <category>testing</category>
    </item>
    <item>
      <title>My first useful open source project</title>
      <dc:creator>Vadim</dc:creator>
      <pubDate>Thu, 16 May 2019 10:05:37 +0000</pubDate>
      <link>https://dev.to/enapiuz/my-first-useful-open-source-project-38ng</link>
      <guid>https://dev.to/enapiuz/my-first-useful-open-source-project-38ng</guid>
      <description>&lt;p&gt;Hi! I just created my first open source tool, that I think may be useful. It’s a simple task runner on a directory changes.&lt;/p&gt;

&lt;p&gt;With it you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Define multiple watchers that contain list of dirs and list of commands to do after any changes in that directories.&lt;/li&gt;
&lt;li&gt;See just few lines of report with real-time status.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here is a link &lt;a href="https://github.com/Enapiuz/multiwatch"&gt;https://github.com/Enapiuz/multiwatch&lt;/a&gt;&lt;br&gt;
There are a lot to do, like hot reloading config, tests and some little features.&lt;/p&gt;

</description>
      <category>tools</category>
      <category>taskrunner</category>
      <category>go</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
