<?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>Forem: Khadija sajid</title>
    <description>The latest articles on Forem by Khadija sajid (@khadija_sajid).</description>
    <link>https://forem.com/khadija_sajid</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%2F1884163%2F6cc6c8bd-b10a-4dbf-98e5-d1afcd3827cf.jpg</url>
      <title>Forem: Khadija sajid</title>
      <link>https://forem.com/khadija_sajid</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/khadija_sajid"/>
    <language>en</language>
    <item>
      <title>Understanding AWS EC2: Workflow, Terminologies, and Cloud Computing Basics</title>
      <dc:creator>Khadija sajid</dc:creator>
      <pubDate>Thu, 22 Jan 2026 17:06:08 +0000</pubDate>
      <link>https://forem.com/khadija_sajid/understanding-aws-ec2-workflow-terminologies-and-cloud-computing-basics-5b2d</link>
      <guid>https://forem.com/khadija_sajid/understanding-aws-ec2-workflow-terminologies-and-cloud-computing-basics-5b2d</guid>
      <description>&lt;p&gt;Aiming to develop and build large-scale applications or advanced systems often requires high computational resources such as increased RAM, CPU cores, storage, and networking capabilities. Purchasing personal or on-premise servers to meet these requirements is extremely expensive and difficult to scale.&lt;br&gt;
This is where cloud computing comes into play. Cloud computing allows us to rent computing resources on demand, meaning we can use as many resources as needed and pay only for what we use. This approach is far more cost-effective and flexible than buying and maintaining physical servers.&lt;br&gt;
Amazon Web Services (AWS) is one of the leading cloud service providers and offers a wide range of services such as EC2, S3, and many others.&lt;br&gt;
Elastic Compute Cloud (EC2) is a core AWS service that provides virtual machines in the cloud.&lt;br&gt;
In cloud terminology, a virtual machine is called an instance. AWS offers multiple instance types, allowing users to choose hardware configurations based on their requirements. For example, t2.micro is a free-tier eligible instance commonly used by beginners and first-time users.&lt;br&gt;
After selecting the instance type (hardware), we choose the software configuration using an Amazon Machine Image (AMI). An AMI is a preconfigured template that includes an operating system and optional software. It can be used directly or customized according to application needs.&lt;br&gt;
The EC2 workflow starts by selecting networking, hardware (instance type), and software (AMI). After configuring storage, networking, and security, the instance is launched as a virtual machine. Developers then connect to the instance via SSH to deploy applications. EC2 instances can be scaled vertically (by changing instance size) or horizontally (by adding more instances) and managed throughout their lifecycle based on application needs.&lt;br&gt;
In summary, EC2 provides scalable, flexible, and cost-effective virtual computing resources, making it an essential service in cloud computing.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>ec2</category>
      <category>cloudnative</category>
      <category>automation</category>
    </item>
    <item>
      <title>How AWS Makes Life Easier for Students (and Powers Netflix &amp; Instagram!)</title>
      <dc:creator>Khadija sajid</dc:creator>
      <pubDate>Tue, 26 Aug 2025 10:15:53 +0000</pubDate>
      <link>https://forem.com/khadija_sajid/how-aws-makes-life-easier-for-students-and-powers-netflix-instagram-4ib2</link>
      <guid>https://forem.com/khadija_sajid/how-aws-makes-life-easier-for-students-and-powers-netflix-instagram-4ib2</guid>
      <description>&lt;p&gt;Ever wondered how Instagram or Netflix never crash, even with millions of users?&lt;br&gt;
As a computer science student, I’ve always been curious about how technology works behind the scenes. That curiosity led me to discover AWS (Amazon Web Services), the hidden power source that keeps apps running, data updated worldwide, and services customized at scale.&lt;br&gt;
What makes AWS so exciting is that it isn’t just for big tech companies; it’s also for students like us. AWS provides free credits so we can experiment without spending money. You can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Host a personal website&lt;/li&gt;
&lt;li&gt;Build projects&lt;/li&gt;
&lt;li&gt;Practice machine learning &lt;/li&gt;
&lt;li&gt;Run heavy code even if your laptop is slow&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In short, AWS removes many of the challenges we face as students. Limited storage? Use AWS cloud space. Want to take your project live? Host it in minutes. Worried about data loss? AWS keeps it secure.&lt;br&gt;
Here’s a quick breakdown of its core services: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Compute&lt;/strong&gt; → The “brain” where apps run &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Storage&lt;/strong&gt; → An online hard drive to keep files safe &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Databases&lt;/strong&gt; → Store &amp;amp; organize information &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Networking&lt;/strong&gt; → Connect everything like roads in a city &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI &amp;amp; ML tools&lt;/strong&gt; → Try image recognition, speech-to-text, and more—without building from scratch.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security&lt;/strong&gt; → Protects your data at every step&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So, the next time you use Netflix, Instagram, or any large-scale app, remember—AWS is working silently in the background.&lt;br&gt;
 And the best part? You and I can explore the same technology today. Has anyone here tried AWS credits for student projects? &lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloudnative</category>
      <category>techcommunity</category>
      <category>awsforstudents</category>
    </item>
  </channel>
</rss>
