<?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: Nisha Srivastava</title>
    <description>The latest articles on DEV Community by Nisha Srivastava (@yellowgem).</description>
    <link>https://dev.to/yellowgem</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%2F668438%2F616a3c2d-f330-4398-bbc0-9a49c90f5e22.jpg</url>
      <title>DEV Community: Nisha Srivastava</title>
      <link>https://dev.to/yellowgem</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yellowgem"/>
    <language>en</language>
    <item>
      <title>React Series Part-0</title>
      <dc:creator>Nisha Srivastava</dc:creator>
      <pubDate>Tue, 18 Jul 2023 10:03:11 +0000</pubDate>
      <link>https://dev.to/yellowgem/react-series-part-0-323i</link>
      <guid>https://dev.to/yellowgem/react-series-part-0-323i</guid>
      <description>&lt;p&gt;Namaste, dear reader!&lt;/p&gt;

&lt;p&gt;In this &lt;strong&gt;ReactJS&lt;/strong&gt; series, I'll be covering the entire topics of &lt;strong&gt;ReactJS&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;First things first! ReactJS is &lt;strong&gt;library&lt;/strong&gt; of Javascript and not a &lt;strong&gt;framework&lt;/strong&gt;.It was developed by Facebook in 2011.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;It is widely and insanely used for creating fast and interactive user interfaces.&lt;br&gt;
ReactJS is way ahead of its potential competitors e.g. Angular JS and Vue js.&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The entire ReactJS application  made up of reusable and independent set of &lt;strong&gt;components&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--lKKd1eJM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mvn5fzubo0mt39i98qlg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--lKKd1eJM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mvn5fzubo0mt39i98qlg.png" alt="Components are the building blocks of ReactJS App" width="800" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every react app has atleast one component which is referred as the &lt;strong&gt;App component&lt;/strong&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;App component represents the react app and all the components are placed inside it.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--g8EWHsev--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kkvdigb5jiyj89uporqx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--g8EWHsev--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kkvdigb5jiyj89uporqx.png" alt="React APP Structure " width="800" height="496"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Since React is a library, it has a very specific purpose .i.e to create user interfaces also know as &lt;strong&gt;views&lt;/strong&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;React can also be used in the parts of our existing application and it will not disturb the existing technology of the application. This is one of the major differences between React and Angular.&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Let's see who all are using react.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LdvXgGHx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zk5nv4bag8hvlwz4kt5c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LdvXgGHx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zk5nv4bag8hvlwz4kt5c.png" alt="App using React" width="800" height="352"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That's about it in the Part-0&lt;/strong&gt;&lt;br&gt;
Stay tuned for other series where I'll be discussing all things ReactJS.&lt;/p&gt;

&lt;p&gt;You're beautiful, keep smiling : ) &lt;br&gt;
Sayonara!&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Okta's auth0</title>
      <dc:creator>Nisha Srivastava</dc:creator>
      <pubDate>Wed, 26 Apr 2023 17:00:25 +0000</pubDate>
      <link>https://dev.to/yellowgem/oktas-auth0-28om</link>
      <guid>https://dev.to/yellowgem/oktas-auth0-28om</guid>
      <description>&lt;p&gt;&lt;strong&gt;Set up authentication in the most efficient way with Okta's auth0&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;We often deal with this requirement where we're ready with the website be it coding it's features and functionalities  but authentication is yet to be configured on the website&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;And authentication probably is the last feature to be configured yet the most important one.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I've come across one of the most efficient ways to configure this feature to your application.&lt;br&gt;
With the help of auth0 of Okta, one need not to sit and write the code for all the logic required.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Okta's auth0&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;reduces the manual effort to a large extent.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;No manual coding required.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;No need to set up separate database.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Provides best authentication out there.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Documentation to configure auth0 to your application is available &lt;a href="https://auth0.com/docs/"&gt;here&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Feel free to comment below in case you get stuck, I'll be pleased to be of any assistance here.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Hope you find this helpful.&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;

</description>
      <category>authentication</category>
      <category>auth</category>
      <category>webdev</category>
      <category>security</category>
    </item>
    <item>
      <title>Looking for peers to code together</title>
      <dc:creator>Nisha Srivastava</dc:creator>
      <pubDate>Sat, 21 Jan 2023 12:45:01 +0000</pubDate>
      <link>https://dev.to/yellowgem/looking-for-peers-to-code-together-3e41</link>
      <guid>https://dev.to/yellowgem/looking-for-peers-to-code-together-3e41</guid>
      <description>&lt;p&gt;Hey there!&lt;/p&gt;

&lt;p&gt;I'm looking for peers to code together/learn together, talking about myself I work as Solutions Engineer.&lt;/p&gt;

&lt;p&gt;Comment down and let's begin.&lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>productivity</category>
      <category>career</category>
    </item>
    <item>
      <title>Serverless Technology</title>
      <dc:creator>Nisha Srivastava</dc:creator>
      <pubDate>Mon, 16 Jan 2023 21:06:57 +0000</pubDate>
      <link>https://dev.to/yellowgem/serverless-technology-p3m</link>
      <guid>https://dev.to/yellowgem/serverless-technology-p3m</guid>
      <description>&lt;p&gt;The very first thought crosses our minds while hearing &lt;strong&gt;Serverless&lt;/strong&gt; is &lt;strong&gt;there won't be any Servers&lt;/strong&gt; , isn't it?&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;Let me make it very clear,&lt;/code&gt;&lt;br&gt;
&lt;strong&gt;&lt;code&gt;Serverless does not mean that there are No servers.&lt;/code&gt;&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;Yes, the name Serverless is deceptive.&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Before going in more depth about &lt;strong&gt;Serverless technology&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Let's first understand, &lt;br&gt;
What actually a &lt;strong&gt;Server&lt;/strong&gt; is?&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;A computer which is designed to function 24/7 in order to provide services to computers or users(widely referred as client) on a network.&lt;br&gt;
e.g. Web Server, Email Server, Game Server&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you're someone who've hosted their website on any server, must be aware of the fact that &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;Servers need a lot of maintenance, provisioning and handling.&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;let's understand Serverless now&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;In Serverless technologies, everything still must run in servers only, it's just that users/developers do not have to manage/handle/provision the servers anymore.&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Yes, this is what it is in simple terms.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;It boils down to, the user experience is serverless but the same does not hold true in case of service providers.&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;More on Serverless&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;In &lt;strong&gt;Serverless&lt;/strong&gt;, one does not have to worry about maintaining the servers and their underlying infrastructure such as replacing failed hardware, reliable internet and updated software. &lt;br&gt;
It leads us to focus entirely on our application.&lt;/p&gt;

&lt;p&gt;Let's discuss some major benefits os Serverless&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;We only have to pay for exact usage.&lt;br&gt;
It gets easier to scale up and down.(&lt;strong&gt;No growing pain when your site or service sees a spike in traffic&lt;/strong&gt;)&lt;br&gt;
Don't have to manage Servers. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;code&gt;Will continue more on it in the upcoming blogs&lt;/code&gt;&lt;br&gt;
&lt;strong&gt;What are your thoughts on Serverless technology?&lt;/strong&gt;&lt;br&gt;
Comment it down!&lt;/p&gt;

&lt;p&gt;One more thing, &lt;br&gt;
Keep smiling, you're beautiful :)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>serverless</category>
      <category>aws</category>
      <category>database</category>
    </item>
    <item>
      <title>Containers and Virtual Machines.</title>
      <dc:creator>Nisha Srivastava</dc:creator>
      <pubDate>Tue, 02 Nov 2021 19:27:15 +0000</pubDate>
      <link>https://dev.to/yellowgem/containers-and-virtual-machines-1ih0</link>
      <guid>https://dev.to/yellowgem/containers-and-virtual-machines-1ih0</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Brief insight on containers and VMs&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Operating Systems keep track of memory, RAM, Disk and devices, and if you run multiple programs simultaneously, all these resources of OS will be shared among the programs as per their requirements.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Now let's take an example where  1 of your programs is using port 80 and another program too needs to run on the same port, and if it tries to use the port, it will crash because port 80 is already in use.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;It is one such example where containers and VMs come in use.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you move your programs into containers or VMs each of them will have its own version of shared resources, files and network ports.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Containers provide the mobility, you can move and run your application easily.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Let's take a scenario where you are working on an application on your machine. Now that application will have certain configurations, binaries and other files and if you ship the same application and try to run it on another machine, it won't run if the machine does not fulfills the configuration requirements as per the application's demand of it. But if you have containerized it and then ship, no such issue will arise.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;There are some similarities and so many differences between containers and VMs&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Let's see that in the next post.&lt;/p&gt;

&lt;p&gt;Enough of containers and stuff, let me make one revelation about you, &lt;em&gt;You look best when you smile&lt;/em&gt; xD.&lt;/p&gt;

</description>
      <category>devops</category>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Arctic Code Vault</title>
      <dc:creator>Nisha Srivastava</dc:creator>
      <pubDate>Tue, 28 Sep 2021 19:05:58 +0000</pubDate>
      <link>https://dev.to/yellowgem/arctic-code-vault-3h12</link>
      <guid>https://dev.to/yellowgem/arctic-code-vault-3h12</guid>
      <description>&lt;h2&gt;
  
  
  In one word, &lt;strong&gt;brilliant&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;When I read about it, I found this whole AWA thing out of this world&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What is &lt;strong&gt;Arctic Code Vault?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;It is a data repository. a mere data repo? &lt;strong&gt;Nope&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The GitHub Arctic Code Vault is a data repo that is preserved for future generation. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;On 02/02/2020 GitHub took a snapshot of every active public repository of GitHub and stored it in the Arctic Code Vault.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Those millions of repo were designed to last for 1000 years. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It is preserved in &lt;strong&gt;Arctic World Archive&lt;/strong&gt; (AWA) which is located in decommissioned coal mine in the Svalbard archipelago, closer to the North Pole than the Arctic Circle.&lt;/p&gt;

&lt;h2&gt;
  
  
  The idea behind preserving these repo
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;It is much less likely that in case of global catastrophe, we could lose everything stored on digital media, in upcoming few generations. &lt;/p&gt;

&lt;p&gt;In worst case, if it gets true  our today's vital codes will be completely lost and most likely they'll be forgotten, so to prevent these things from happening, GitHub Arctic Code Vault is preserved for long years.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;To know more about it, &lt;a href="https://youtu.be/fzI9FNjXQ0o"&gt;click here&lt;/a&gt; and see this video.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hope it helped xD&lt;/strong&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Stay Kind
&lt;/h1&gt;

</description>
      <category>github</category>
      <category>codenewbie</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Version Control</title>
      <dc:creator>Nisha Srivastava</dc:creator>
      <pubDate>Sun, 26 Sep 2021 15:46:48 +0000</pubDate>
      <link>https://dev.to/yellowgem/version-control-35i7</link>
      <guid>https://dev.to/yellowgem/version-control-35i7</guid>
      <description>&lt;p&gt;&lt;strong&gt;In the previous post I mentioned the stages of DevOps and the first being Version Control&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Version Control&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;It is basically all things managing the &lt;strong&gt;source code&lt;/strong&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Version control is of 2 types.&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Centralized Version Control&lt;/li&gt;
&lt;li&gt;Distributed Version Control&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;1. Centralized Version Control&lt;/strong&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%2Fz8l1npw8rrbv9ghwkcyu.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%2Fz8l1npw8rrbv9ghwkcyu.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In centralized version control there is one main repository and multiple users commit and update in that repository. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;All changes in the file are tracked in the centralized repo/server&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In case you lose your central repo, your whole source code will be gone and this is one of the major drawbacks of centralized version control system.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;examples of centralized version control&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tortoise SVN&lt;/li&gt;
&lt;li&gt;Perforce&lt;/li&gt;
&lt;li&gt;CVS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. Distributed Version Control&lt;/strong&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%2Fhpndfhtmjyrx4j236c8j.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%2Fhpndfhtmjyrx4j236c8j.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;To overcome the drawbacks of &lt;strong&gt;centralized Version Control&lt;/strong&gt; ,distributed version control was introduced.&lt;br&gt;
In this type of version control, a developer clones the main repository of the project and saves it to his/her local hard disk&lt;br&gt;
(disk space is not a matter of concern here as disk space is so cheap that storing many copies of a file doesn’t create a noticeable dent in a hard drive’s free space.)&lt;br&gt;
After cloning the central repo, user commits and updates in the local repo and then do the push pull events to central repo.&lt;br&gt;
If the data on central server is lost, there stays a sense of relief because of repo of project being present in the machine of developers.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;There are plenty of advantages of using distributed version control system over centralized one.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Examples of distributed Version Control&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Git&lt;/li&gt;
&lt;li&gt;Mercurial&lt;/li&gt;
&lt;li&gt;Bazaar&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We'll talk about the pros and cons of using both in the next post.&lt;/p&gt;

&lt;p&gt;Let's connect on &lt;a href="https://www.linkedin.com/in/yellowgem/" rel="noopener noreferrer"&gt;Linkedin&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Stay Kind.&lt;/p&gt;

</description>
      <category>devops</category>
      <category>github</category>
      <category>git</category>
    </item>
    <item>
      <title>What is DevOps?</title>
      <dc:creator>Nisha Srivastava</dc:creator>
      <pubDate>Thu, 23 Sep 2021 15:51:22 +0000</pubDate>
      <link>https://dev.to/yellowgem/what-is-devops-4hd7</link>
      <guid>https://dev.to/yellowgem/what-is-devops-4hd7</guid>
      <description>&lt;p&gt;&lt;b&gt;Last year when I heard the term DevOps, I thought it would be any technology and trust me not only me but many of us think it as of a certain technology at first.&lt;/b&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If not technology what is it then?&lt;br&gt;
You must have come across various &lt;strong&gt;SDLC&lt;/strong&gt; methodologies from waterfall to agile.&lt;br&gt;
&lt;strong&gt;DevOps&lt;/strong&gt; too is a methodology but it is not technically the &lt;strong&gt;SDLC&lt;/strong&gt; methodology, but its goal is similar to that of the &lt;strong&gt;SDLC&lt;/strong&gt; methodologies and that is to maximize the software project success.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;DevOps is a software development strategy, which bridges the gap between the development part and the operations part.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;It has agile inspired concepts.&lt;br&gt;
It has various stages that altogether helps in maintaining a well tested and high quality product running.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;The stages of DevOps are:-&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Version Control&lt;/li&gt;
&lt;li&gt;Continuous Integration&lt;/li&gt;
&lt;li&gt;Continuous Delivery&lt;/li&gt;
&lt;li&gt;continuous Deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Once the application is live that is deployed on the prod server, it is continuously monitored.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;To execute these above mentioned stages various different tools are used and that &lt;strong&gt;we will discuss in the next post.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Let's Connect on &lt;a href="https://www.linkedin.com/in/yellowgem/"&gt;linkedin&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Stay Kind.&lt;/p&gt;

</description>
      <category>devops</category>
      <category>help</category>
      <category>software</category>
    </item>
    <item>
      <title>Project ideas for MERN stack dev</title>
      <dc:creator>Nisha Srivastava</dc:creator>
      <pubDate>Sun, 18 Jul 2021 18:57:16 +0000</pubDate>
      <link>https://dev.to/yellowgem/project-ideas-for-mern-stack-dev-18ma</link>
      <guid>https://dev.to/yellowgem/project-ideas-for-mern-stack-dev-18ma</guid>
      <description>&lt;p&gt;I have done 1 project using MERN that was a simple url shortner and other I was trynna do was to pull data with apis and show on the site.&lt;br&gt;
I need some project ideas that I'd be doing with MERN stack, comment down you ideas kind people.&lt;br&gt;
Thanks in advance.&lt;/p&gt;

</description>
      <category>help</category>
      <category>node</category>
      <category>react</category>
      <category>javascript</category>
    </item>
    <item>
      <title>1st Post</title>
      <dc:creator>Nisha Srivastava</dc:creator>
      <pubDate>Fri, 16 Jul 2021 17:33:16 +0000</pubDate>
      <link>https://dev.to/yellowgem/1st-post-2fm8</link>
      <guid>https://dev.to/yellowgem/1st-post-2fm8</guid>
      <description>&lt;p&gt;Namaste everyone,&lt;br&gt;
this is gonna be my first post here and I'm just so excited while writing this post. The interface is cool and easy. &lt;br&gt;
I'm yet to interact with people here and looking forward for that.&lt;br&gt;
I'm open to work on any good project so you can contact me for that for sure.&lt;br&gt;
I'm open for tech discussions.&lt;br&gt;
Let me end this post here itself.&lt;br&gt;
Thanks :)&lt;/p&gt;

</description>
      <category>firstpost</category>
      <category>happy</category>
    </item>
  </channel>
</rss>
