<?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: sravani</title>
    <description>The latest articles on DEV Community by sravani (@sravanibikkina).</description>
    <link>https://dev.to/sravanibikkina</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%2F1143222%2Fa8b6e39b-33ba-46e5-890a-4537e17da45d.jpg</url>
      <title>DEV Community: sravani</title>
      <link>https://dev.to/sravanibikkina</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sravanibikkina"/>
    <language>en</language>
    <item>
      <title>Mastering the Git Stages: 🛠️ Working on Changes, 🚀 Staging for Success, 📂 Repository for Permanence! 💻✨</title>
      <dc:creator>sravani</dc:creator>
      <pubDate>Wed, 14 Feb 2024 13:04:00 +0000</pubDate>
      <link>https://dev.to/sravanibikkina/mastering-the-git-stages-working-on-changes-staging-for-success-repository-for-permanence-25b3</link>
      <guid>https://dev.to/sravanibikkina/mastering-the-git-stages-working-on-changes-staging-for-success-repository-for-permanence-25b3</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Working directory 📂
Description: The working directory represents the current state of your project. It contains files pulled from a compressed database, and these are the files you can edit and modify.
Function: It serves as the workspace where you make changes to your files before staging and committing them.&lt;/li&gt;
&lt;li&gt;Staging area 🚧
Description: The staging area is a crucial part of the Git workflow. It acts as an intermediate step between the working directory and the repository, allowing you to selectively choose changes to include in your next commit.
Function: Before committing changes, you stage specific modifications, creating a snapshot of the changes you want to include in the next commit.&lt;/li&gt;
&lt;li&gt;Repository 📦
Description: The repository is where Git permanently stores the history of your project, including all committed changes. It holds a record of snapshots of your project at different points in time.
Function: After staging changes in the working directory, you commit them to the repository using the git commit command. This action records the changes and adds a new snapshot to the project's history.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>git</category>
      <category>github</category>
      <category>bitbucket</category>
    </item>
    <item>
      <title>AWS Cloud computing services</title>
      <dc:creator>sravani</dc:creator>
      <pubDate>Mon, 11 Dec 2023 15:59:08 +0000</pubDate>
      <link>https://dev.to/sravanibikkina/aws-cloud-computing-services-17jc</link>
      <guid>https://dev.to/sravanibikkina/aws-cloud-computing-services-17jc</guid>
      <description>&lt;p&gt;AWS Cloud computing services: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Amazon Elastic Compute Cloud (Amazon EC2): EC2 is a web service that provides secure and resizable compute capacity in the cloud. You can use it to provision virtual servers that are called Amazon EC2 instances, which can handle almost any computing need.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;With Amazon EC2 you can do the following:&lt;br&gt;
Provision and launch one or more EC2 instances in minutes.&lt;br&gt;
• Stop or shut down EC2 instances when you finish running a workload.&lt;br&gt;
• Pay for only the compute time that you use when running an instance.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;AWS Lambda: Lamda is a serverless compute service that helps you run code without provisioning or managing servers. You pay for only the compute time you consume, and you incur no charges when your code isn't running.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;With Lambda, you can run code for virtually any type of application or backend service, all with zero administration. You need only to upload your code, and Lambda manages everything required to run and scale your code with high availability. You can set up your code to automatically launch from other AWS services or call it directly from any web or mobile app.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Amazon Elastic Container Service (Amazon ECS): Amazon ECS is a highly scalable and high-performance container management system. It helps customers new containers and manage them across EC2 instances. Amazon ECS supports Docker containers. Docker is a software platform that packages software (such as applications) into containers.&lt;br&gt;
To manage your containers, you must install an open-source Amazon ECS container agent on your EC2 instances. This agent is referred to as a container instance. You can run this agent on both Linux and Windows Amazon Machine Images (AMIs). Amazon ECS uses API calls to control Docker-enabled applications&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Amazon Elastic Kubernetes Service (Amazon EKS): Amazon EKS provides the flexibility to start, run, and scale Kubernetes applications in the AWS Cloud or on premises. Kubernetes is an open-source platform for managing containerized applications. It is portable and extensible.&lt;br&gt;
With Amazon EKS, you can provide highly available and secure clusters. It automates patching, node provisioning, and updates.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;AWS Fargate is a serverless compute engine for containers. It supports both Amazon ECS and Amazon EKS architectures. Fargate allocates the right amount of compute, which reduces the need to manage EC2 instances, cluster capacity, and scaling.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;AWS Elastic Beanstalk: AWS Elastic beanstalk is an easy-to-use service for deploying and scaling web applications. You can upload your code, and Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, auto-scaling to application health monitoring. At the same time, you retain full control over the AWS resources powering your application and can access the underlying resources at any time.&lt;br&gt;
There's no additional charge for Elastic Beanstalk; you pay for only the AWS resources needed to store and run your applications.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
