<?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: Megha Kadur</title>
    <description>The latest articles on DEV Community by Megha Kadur (@meghakadur).</description>
    <link>https://dev.to/meghakadur</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%2F896174%2F8c3b7383-9921-4c0f-bea3-5c6786540e70.jpg</url>
      <title>DEV Community: Megha Kadur</title>
      <link>https://dev.to/meghakadur</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/meghakadur"/>
    <language>en</language>
    <item>
      <title>WTH is DevSecOps?</title>
      <dc:creator>Megha Kadur</dc:creator>
      <pubDate>Tue, 09 Aug 2022 10:03:26 +0000</pubDate>
      <link>https://dev.to/meghakadur/wth-is-devsecops-2061</link>
      <guid>https://dev.to/meghakadur/wth-is-devsecops-2061</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
      &lt;div class="c-embed__cover"&gt;
        &lt;a href="https://www.linkedin.com/pulse/wth-devsecops-megha-s-k/?trackingId=98UofU6pSwiqBAItq0lytg==" class="c-link s:max-w-50 align-middle" rel="noopener noreferrer"&gt;
          &lt;img alt="" src="https://res.cloudinary.com/practicaldev/image/fetch/s--U9bD9syY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://media-exp1.licdn.com/dms/image/D4D12AQFnQF6ZEsxdeA/article-cover_image-shrink_720_1280/0/1660038759263%3Fe%3D1665619200%26v%3Dbeta%26t%3D1G5ZP-MIGkt5-ISbnZtzJ9wGLrTKr2RkQznN3uMOZqA" height="580" class="m-0" width="880"&gt;
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;div class="c-embed__body"&gt;
      &lt;h2 class="fs-xl lh-tight"&gt;
        &lt;a href="https://www.linkedin.com/pulse/wth-devsecops-megha-s-k/?trackingId=98UofU6pSwiqBAItq0lytg==" rel="noopener noreferrer" class="c-link"&gt;
          WTH is DevSecOps?
        
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;p class="truncate-at-3"&gt;
          We are in a fast-changing world today, where most of our task is carried out through a click of a button or just tap on phone screen. Whether it is buying grocery or buying clothes online or even selling and buying cars.
        &lt;/p&gt;
      &lt;div class="color-secondary fs-s flex items-center"&gt;
          &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://res.cloudinary.com/practicaldev/image/fetch/s--CaWew9rq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://static-exp1.licdn.com/sc/h/al2o9zrvru7aqj8e1x2rzsrca" width="64" height="64"&gt;
        linkedin.com
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>#Volumes in #Docker: What Are They?</title>
      <dc:creator>Megha Kadur</dc:creator>
      <pubDate>Tue, 02 Aug 2022 03:00:23 +0000</pubDate>
      <link>https://dev.to/meghakadur/volumes-in-docker-what-are-they-4h3</link>
      <guid>https://dev.to/meghakadur/volumes-in-docker-what-are-they-4h3</guid>
      <description>&lt;p&gt;Containers are temporary, what I mean by temporary is that containers are moved around a lot, they are shuffled a lot, today containers might be on server 1 tomorrow it might be on server 2, or the application itself might be updated. Docker containers are used to run our application. When we delete a container all the data within that container is deleted with it, so containers are not really used to store the data. In such cases if we want to persist our data even if the container is deleted, there comes the use of Volumes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where does docker volumes come into play?&lt;/strong&gt;&lt;br&gt;
Let us understand volume in general, imagine you have a pen drive and you have attached it to your personal laptop, you can access your pen drive from your system(laptop) and if you want to copy any content or paste new content within your pen drive you can do that easily, just like it was a part of your laptop but in reality that pen drive is an external volume to your system(laptop), it’s not a part of the laptop itself. So generally what volume means is an external source of data. In order to save (persist) the data and also share the data between the containers docker uses the concept of Volumes.&lt;/p&gt;

&lt;p&gt;Benefits of using Docker Volumes&lt;br&gt;
We can share data with multiple containers.&lt;br&gt;
Persistent&lt;br&gt;
Easier to backup and migrate.&lt;/p&gt;

&lt;p&gt;Let me know what you think!&lt;/p&gt;

</description>
      <category>docker</category>
      <category>containers</category>
      <category>devops</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Top #Devops Tool to Learn for Beginners!</title>
      <dc:creator>Megha Kadur</dc:creator>
      <pubDate>Mon, 01 Aug 2022 02:13:56 +0000</pubDate>
      <link>https://dev.to/meghakadur/top-devops-tool-to-learn-for-beginners-5hik</link>
      <guid>https://dev.to/meghakadur/top-devops-tool-to-learn-for-beginners-5hik</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/VPf4ar8acXg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>devops</category>
      <category>devjournal</category>
      <category>journey</category>
    </item>
    <item>
      <title>8 Things to Know Before Starting Your #Devops Career!</title>
      <dc:creator>Megha Kadur</dc:creator>
      <pubDate>Sun, 24 Jul 2022 14:54:00 +0000</pubDate>
      <link>https://dev.to/meghakadur/8-things-to-know-before-starting-your-devops-career-3fog</link>
      <guid>https://dev.to/meghakadur/8-things-to-know-before-starting-your-devops-career-3fog</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/1IDZeSMszBs"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>devops</category>
      <category>beginners</category>
      <category>career</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Docker for Beginners</title>
      <dc:creator>Megha Kadur</dc:creator>
      <pubDate>Fri, 22 Jul 2022 12:05:04 +0000</pubDate>
      <link>https://dev.to/meghakadur/docker-for-beginners-58oj</link>
      <guid>https://dev.to/meghakadur/docker-for-beginners-58oj</guid>
      <description>&lt;p&gt;Docker is a must know tool for DevOps beginners and here is my simple attempt to show you some basic concepts of Docker. The cloud-native space is expanding day by day and new tools keep emerging but tools like Docker get a high preference when it comes to preferred DevOps tools to learn as a beginner. Even I learned Docker as my first tool when starting my career. I hope this video will help you learn and understand more on how Docker works along with some basic concepts. If you like video, please don't forget to like, share and subscribe my channel.&lt;/p&gt;

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

</description>
      <category>docker</category>
      <category>beginners</category>
      <category>career</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
