<?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: chayandeokar</title>
    <description>The latest articles on DEV Community by chayandeokar (@chayandeokar).</description>
    <link>https://dev.to/chayandeokar</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%2F606347%2F3b5eb33a-cb80-4fbb-86a4-af8689a98a0c.png</url>
      <title>DEV Community: chayandeokar</title>
      <link>https://dev.to/chayandeokar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chayandeokar"/>
    <language>en</language>
    <item>
      <title>Git Hub</title>
      <dc:creator>chayandeokar</dc:creator>
      <pubDate>Sat, 03 Apr 2021 05:52:23 +0000</pubDate>
      <link>https://dev.to/chayandeokar/git-hub-3b12</link>
      <guid>https://dev.to/chayandeokar/git-hub-3b12</guid>
      <description>&lt;p&gt;GIT HUB&lt;/p&gt;

&lt;p&gt;Git is the leading distributed version control system.&lt;/p&gt;

&lt;p&gt;Git originates from the Linux kernel development and was founded in 2005 by Linus Torvalds. Nowadays it is used by many popular open source projects, e.g., Visual Studio Code from Microsoft, Android from Google or the Eclipse developer teams, as well as many commercial organizations.&lt;/p&gt;

&lt;p&gt;The core of Git was originally written in the programming language C, but Git has also been re-implemented in other languages, e.g., Java, Ruby and Python.&lt;/p&gt;

&lt;p&gt;A Git repository manages a collection of files in a certain directory. A Git repository is file based, i.e., all versions of the managed files are stored on the file system.&lt;/p&gt;

&lt;p&gt;A Git repository can be designed to be used on a server or for an user:&lt;/p&gt;

&lt;p&gt;bare repositories are supposed to be used on a server for sharing changes coming from different developers. Such repositories do not allow the user to modify locally files and to create new versions for the repository based on these modifications.&lt;/p&gt;

&lt;p&gt;non-bare repositories target the user. They allow you to create new changes through modification of files and to create new versions in the repository. This is the default type which is created if you do not specify any parameter during the clone operation.&lt;/p&gt;

&lt;p&gt;A local non-bare Git repository is typically called local repository.&lt;/p&gt;

&lt;p&gt;Git allows the user to synchronize the local repository with other (remote) repositories.&lt;/p&gt;

&lt;p&gt;Users with sufficient authorization can send new versions of their local repository to the remote repositories via the push operation. They can also integrate changes from other repositories into their local repository via the fetch and pull operation.&lt;/p&gt;

&lt;p&gt;Every local repository has a working tree. The files in the working tree may be new or based on a certain version from the repository. The user can change and create files or delete them.&lt;/p&gt;

&lt;p&gt;After doing changes in the working tree, the user can capture new versions of the files in the Git repository. Or the user can restore files to a state already captured by Git&lt;/p&gt;

&lt;p&gt;Nowadays Github has Become a great tool to work you can even push our project on daily basis and you can put a daily basis graph to maintain your practice &lt;/p&gt;

&lt;p&gt;Under github we have git bash to push our project by command lines steps to use git bash&lt;/p&gt;

&lt;p&gt;1) download github and git bash&lt;/p&gt;

&lt;p&gt;2) As git bash download open in the folder were your files are&lt;/p&gt;

&lt;p&gt;3) git clone ("url") where you want to keep your project in which repository&lt;/p&gt;

&lt;p&gt;4) git add ("filename")&lt;/p&gt;

&lt;p&gt;5)git clone -m ("comments")&lt;/p&gt;

&lt;p&gt;6) git push&lt;/p&gt;

&lt;p&gt;In git we can make aa many different repository we want to like we can distribute our project like c++ projects different repository python project different repository and many more you can do it&lt;/p&gt;

&lt;p&gt;Even In Jenkins it's mostly use to download our project and if any change occurs change it again update your project In further Blogs I will be more discussing on Jenkins Its really a great tool to work&lt;/p&gt;

&lt;p&gt;Thank you &lt;/p&gt;

</description>
      <category>github</category>
      <category>gitbash</category>
      <category>jenkins</category>
    </item>
    <item>
      <title>DEVOPS</title>
      <dc:creator>chayandeokar</dc:creator>
      <pubDate>Wed, 31 Mar 2021 05:44:41 +0000</pubDate>
      <link>https://dev.to/chayandeokar/devops-35hd</link>
      <guid>https://dev.to/chayandeokar/devops-35hd</guid>
      <description>&lt;p&gt;ABOUT DEVOPS &lt;/p&gt;

&lt;p&gt;DevOps needs no introduction to people working in the Software industry.&lt;/p&gt;

&lt;p&gt;It is a set of best practices where Developers (Dev) and IT Operations (Ops) work together in delivering Software faster, cheaper and with better quality. This article tries to explain how DevOps can be applied to the world of “Personal Finance”.&lt;/p&gt;

&lt;p&gt;DevOps is needed as old software methodologies are no more relevant in a world where innovation needs to happen faster. Same with personal finance habits and practices – we need change as we move towards a lower PPF, EPF and Savings rate regime.&lt;/p&gt;

&lt;p&gt;DevOps is frequently explained by CAMS Model (not your CAMSOnline :)). CAMS stands for&lt;/p&gt;

&lt;p&gt;Culture&lt;br&gt;
Automation&lt;br&gt;
Measurement&lt;br&gt;
Sharing.&lt;/p&gt;

&lt;p&gt;we should one bye one &lt;br&gt;
step 1  About Devops&lt;br&gt;
step 2. git hub and git bash&lt;br&gt;
step 3. Jenkins&lt;br&gt;
step 4  Docker&lt;br&gt;
step 5 kubernetes&lt;br&gt;
step 6  Aws cloud&lt;/p&gt;

&lt;p&gt;If you want to be more go with advanced&lt;br&gt;
1.Ansible&lt;br&gt;
2.puppet&lt;br&gt;
3.linux&lt;br&gt;
4.openshift&lt;/p&gt;

&lt;p&gt;Now Due to impact of lockdown Things are going to changes like the company before 2020 and after 2020 They need to run faster and things to be done faster and automatic So Here devops Plays A important Role&lt;/p&gt;

&lt;p&gt;If you are A devops Engineer you have a great value in Market even you Will Be placed in Good Company&lt;/p&gt;

&lt;p&gt;DevOps is no longer a competitive advantage. Today, DevOps adoption is so widespread that it has become an industry standard. The question is no longer: why should my company prioritize a DevOps transformation? Instead, it is: will we survive if we don’t?&lt;/p&gt;

&lt;p&gt;Successful DevOps adoption eases the pressure off engineering departments and top management. Software projects reach the finishing line faster, simpler, and in the process every department benefits.&lt;/p&gt;

&lt;p&gt;Understanding the big picture of DevOps makes choosing solutions and planning a way forward for your company easier. This guide will give you the understanding of DevOps you need to scale it across your organization and improve business outcomes. &lt;/p&gt;

&lt;p&gt;Thank you &lt;/p&gt;

</description>
      <category>devops</category>
      <category>docker</category>
      <category>awscloud</category>
    </item>
  </channel>
</rss>
