<?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: Anthony Iroham</title>
    <description>The latest articles on DEV Community by Anthony Iroham (@anthony_iroham_9742b31f57).</description>
    <link>https://dev.to/anthony_iroham_9742b31f57</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%2F3509957%2Fee8e011c-ced4-4a94-a53f-36f1d0234659.png</url>
      <title>DEV Community: Anthony Iroham</title>
      <link>https://dev.to/anthony_iroham_9742b31f57</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anthony_iroham_9742b31f57"/>
    <language>en</language>
    <item>
      <title>Infrastructure as Code Vs. Infrastructure as a Service.</title>
      <dc:creator>Anthony Iroham</dc:creator>
      <pubDate>Wed, 24 Sep 2025 19:34:35 +0000</pubDate>
      <link>https://dev.to/anthony_iroham_9742b31f57/infrastructure-as-code-vs-infrastructure-as-a-service-5c2m</link>
      <guid>https://dev.to/anthony_iroham_9742b31f57/infrastructure-as-code-vs-infrastructure-as-a-service-5c2m</guid>
      <description>&lt;p&gt;Infrastructure as Code (IaC) means you use code—like instructions written in a computer file—to build and manage things like servers and networks, instead of setting up every piece by hand. Infrastructure as a Service (IaaS) is when a company rents out computer stuff like servers or storage for others to use over the internet, instead of buying real machines.&lt;br&gt;
What is IaC?&lt;br&gt;
IaC is like writing a recipe for a computer to follow so it always sets up things the same way.&lt;/p&gt;

&lt;p&gt;You write down everything you need (servers, settings, size), and the computer builds it exactly as you said.&lt;/p&gt;

&lt;p&gt;This makes fixing, changing, or repeating setups really fast and easy—if you need more computers, just let the code run again.&lt;/p&gt;

&lt;p&gt;What is IaaS?&lt;br&gt;
IaaS is like renting a computer from a big company that owns lots of computers, instead of buying one for yourself.&lt;/p&gt;

&lt;p&gt;Anyone can use these rented computers and storage through the internet, only paying for what is used.&lt;/p&gt;

&lt;p&gt;You don’t have to take care of the actual machines—the service provider does that, so you can focus on using the computer for work or games.&lt;/p&gt;

&lt;p&gt;Differences Between IaC and IaaS&lt;/p&gt;

&lt;p&gt;IaC: Helps you set up and manage computers by writing code&lt;br&gt;
People who want control and automation&lt;br&gt;
Makes things automatic and repeatable with code&lt;/p&gt;

&lt;p&gt;IaaS:Lets you rent computers and storage from others&lt;br&gt;
People who need computer power without owning hardware&lt;br&gt;
Makes things available anytime by renting over internet&lt;/p&gt;

</description>
    </item>
    <item>
      <title>VERSION CONTROL SYSTEM</title>
      <dc:creator>Anthony Iroham</dc:creator>
      <pubDate>Mon, 22 Sep 2025 18:14:08 +0000</pubDate>
      <link>https://dev.to/anthony_iroham_9742b31f57/version-control-system-2031</link>
      <guid>https://dev.to/anthony_iroham_9742b31f57/version-control-system-2031</guid>
      <description>&lt;p&gt;A version control system (VCS) is like a magical notebook for computer projects that remembers every change anyone makes so it’s easy to fix mistakes and work together with friends. If several people are building a project, VCS keeps track of who did what and lets everyone bring their ideas together without getting mixed up.&lt;/p&gt;

&lt;p&gt;Why VCS Is Useful&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Imagine working on a story with friends; if someone accidentally deletes a chapter, VCS lets you go “back in time” and restore the missing part.&lt;/li&gt;
&lt;li&gt;You can make different versions called “branches,” so everyone can try out their ideas without changing the main story until everyone is ready.&lt;/li&gt;
&lt;li&gt;VCS keeps a diary showing who changed what, so everyone knows what’s happening and can fix problems easily.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;How VCS Helps Teams&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It saves every step, so mistakes are never permanent—you can always roll back if you need to.&lt;/li&gt;
&lt;li&gt;Many people can work together safely without their changes clashing.&lt;/li&gt;
&lt;li&gt;VCS helps everyone learn and experiment, because nothing is ever lost; every change is saved in the notebook.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So, version control makes teamwork fun and safe, like having a magic “undo” button and a history book for all your creative and coding projects.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>INTRODUCTION TO DEVOPS</title>
      <dc:creator>Anthony Iroham</dc:creator>
      <pubDate>Mon, 22 Sep 2025 18:09:06 +0000</pubDate>
      <link>https://dev.to/anthony_iroham_9742b31f57/introduction-to-devops-4fnd</link>
      <guid>https://dev.to/anthony_iroham_9742b31f57/introduction-to-devops-4fnd</guid>
      <description>&lt;p&gt;DevOps is when the people who make computer programs (developers) and the people who run and take care of those programs (operations) decide to work closely together to do a better job. Before DevOps, these teams often worked apart and didn’t talk much, which sometimes caused problems, like delays or mistakes. With DevOps, both groups team up, share ideas, and use special tools and rules to help each other out so that software can be made faster, with fewer problems.&lt;/p&gt;

&lt;p&gt;How DevOps Works&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Developers and operations people work as one big team instead of two separate groups.&lt;/li&gt;
&lt;li&gt;They help each other build, test, and fix computer programs quickly, so users get updates and new features sooner.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;They use tools that automate boring or tricky tasks, which helps reduce mistakes and makes the whole process quicker.&lt;br&gt;
Why DevOps Is Important&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It helps computer programs work better and reach people faster.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Everyone on the team feels responsible for making things go well, so they talk more and solve problems together.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;By working together, they can fix mistakes faster and make sure programs are safe and reliable.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So, DevOps is all about teamwork, sharing, and using technology to make computer programs better for everyone.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Software Devlopment Livecycle (SDLC)</title>
      <dc:creator>Anthony Iroham</dc:creator>
      <pubDate>Fri, 19 Sep 2025 19:22:16 +0000</pubDate>
      <link>https://dev.to/anthony_iroham_9742b31f57/software-devlopment-livecycle-sdlc-298g</link>
      <guid>https://dev.to/anthony_iroham_9742b31f57/software-devlopment-livecycle-sdlc-298g</guid>
      <description>&lt;p&gt;Software Development Lifecycle(SDLC): This is the step by step plan of making a software: The steps: &lt;br&gt;
1.Planning&lt;br&gt;
2.Requirements/ Analysis &lt;br&gt;
3.Design &lt;br&gt;
4.Implementation/Coding&lt;br&gt;
5.Testing &lt;br&gt;
6.Developmentent &lt;br&gt;
7.Maintainance. &lt;br&gt;
SDLC is used by software developers or development team to design,develope,test and deploy high-quality software.&lt;br&gt;
DevOps is not a single step in the Software Development Lifecycle (SDLC) — it’s more like a way of working that runs through the entire lifecycle.&lt;/p&gt;

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