<?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: ayinla gbenga michael</title>
    <description>The latest articles on DEV Community by ayinla gbenga michael (@aymikky).</description>
    <link>https://dev.to/aymikky</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%2F3704266%2F8f9cd9be-5565-4de5-ad6e-8079aadbda74.png</url>
      <title>DEV Community: ayinla gbenga michael</title>
      <link>https://dev.to/aymikky</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aymikky"/>
    <language>en</language>
    <item>
      <title>The core architectural components of azure</title>
      <dc:creator>ayinla gbenga michael</dc:creator>
      <pubDate>Fri, 16 Jan 2026 10:34:24 +0000</pubDate>
      <link>https://dev.to/aymikky/the-core-architectural-components-of-azure-2io3</link>
      <guid>https://dev.to/aymikky/the-core-architectural-components-of-azure-2io3</guid>
      <description>&lt;p&gt;Azure's core architecture combines physical infrastructure (Datacenters, Regions, Zones) with a management layer (Azure Resource Manager, Resource Groups, Subscriptions, Management Groups) for organizing and controlling cloud resources like VMs, Storage, and Networks, all built upon foundational services for Compute, Storage, and Networking to deliver scalable IaaS, PaaS, and SaaS solutions globally. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2Fb3h7kyv7twcrot9rz6fl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fb3h7kyv7twcrot9rz6fl.png" alt=" " width="300" height="168"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Physical Infrastructure (Global Scale)&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Datacenters&lt;/strong&gt;: Physical buildings housing servers, storage, and networking equipment.&lt;br&gt;
&lt;strong&gt;Regions&lt;/strong&gt;: Geographic areas containing multiple datacenters, offering low latency and data sovereignty, with paired regions for disaster recovery.&lt;br&gt;
&lt;strong&gt;Availability Zones (AZs)&lt;/strong&gt;: Physically separate locations within a region, each with independent power, cooling, and networking, for high availability. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2Fhlgtidmmi4nsrs4cp7n2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fhlgtidmmi4nsrs4cp7n2.png" alt=" " width="242" height="208"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Management &amp;amp; Organization (Hierarchical)&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Azure Resource Manager (ARM)&lt;/strong&gt;: The deployment and management service for creating, updating, and deleting resources.&lt;br&gt;
Resources: The fundamental building blocks (VMs, databases, storage) that form your solution.&lt;br&gt;
&lt;strong&gt;Resource Groups&lt;/strong&gt;: Logical containers to group related resources for unified lifecycle management, access control, and billing.&lt;br&gt;
&lt;strong&gt;Subscriptions&lt;/strong&gt;: A logical container for resources, tied to billing and access, used to organize different environments or projects.&lt;br&gt;
&lt;strong&gt;Management Groups&lt;/strong&gt;: Higher-level containers that allow applying governance (policies, access) across multiple subscriptions. &lt;/p&gt;

&lt;p&gt;Foundational Services (The Building Blocks)&lt;br&gt;
&lt;strong&gt;Compute&lt;/strong&gt;: Virtual Machines (VMs), Containers (AKS), Serverless (Functions).&lt;br&gt;
&lt;strong&gt;Storage&lt;/strong&gt;: Blob, File, Queue, Table storage, managed disks.&lt;br&gt;
&lt;strong&gt;Networking&lt;/strong&gt;: Virtual Networks (VNets), Load Balancers, VPNs, DNS. &lt;br&gt;
These components work together, managed by ARM, to build resilient, scalable, and secure cloud solutions across Azure's global footprint. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2Fki8dyr75j7vwxh7gmrnh.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fki8dyr75j7vwxh7gmrnh.jpg" alt=" " width="254" height="198"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>azure</category>
      <category>beginners</category>
      <category>cloudcomputing</category>
    </item>
    <item>
      <title>The differences between Cloud Computing and DevOps Engineering.</title>
      <dc:creator>ayinla gbenga michael</dc:creator>
      <pubDate>Thu, 15 Jan 2026 13:04:12 +0000</pubDate>
      <link>https://dev.to/aymikky/the-differences-between-cloud-computing-and-devops-engineering-43oo</link>
      <guid>https://dev.to/aymikky/the-differences-between-cloud-computing-and-devops-engineering-43oo</guid>
      <description>&lt;p&gt;Cloud computing is providing online infrastructure like servers, storage, while DevOps engineering is automating the processes of building, testing, and deploying software that runs on the infrastructure, focusing on speed, collaboration, and reliability. &lt;br&gt;
Cloud engineers build the environment, while DevOps engineers build the pipelines and workflows that efficiently move code into that environment, often using cloud services as their foundation, creating a symbiotic relationship.&lt;/p&gt;

&lt;p&gt;Cloud Computing&lt;br&gt;
Focus: Designing, building, and managing the underlying infrastructure (servers, networks, databases) in the cloud (AWS, Azure, GCP).&lt;br&gt;
Goal: Scalable, flexible, and reliable online resources.&lt;br&gt;
Key Questions: "Where will the app run?" "How do we provision resources?".&lt;br&gt;
Responsibilities: Infrastructure setup, networking (VPCs, subnets), security, resource optimization.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2Fst3mwngi6y884694e3f3.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fst3mwngi6y884694e3f3.jpg" alt=" " width="240" height="200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A cloud engineer is an IT professional who is responsible for creating and maintaining cloud infrastructure and platforms for individuals or business. So, a cloud engineer is mainly responsible for various technical responsibilities under cloud computing&lt;/p&gt;

&lt;p&gt;DevOps Engineering&lt;br&gt;
Focus: Bridging development and operations, automating the software delivery lifecycle (CI/CD).&lt;br&gt;
Goal: Faster, more reliable software releases and improved collaboration.&lt;br&gt;
Key Questions: "How do we get code from a developer to production quickly and safely?".&lt;br&gt;
Responsibilities: Building CI/CD pipelines, scripting, containerization (Docker, Kubernetes), monitoring, Infrastructure as Code (Terraform). &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2Fyg00t16y97q88nne18v4.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fyg00t16y97q88nne18v4.jpg" alt=" " width="239" height="200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A DevOps engineer is an IT professional who is responsible for bridging software development, engineering, and management to make the software development process faster. So, a DevOps engineer is mainly responsible for various development and operations of software applications.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2Faophkpie1eqc6i5dx7p1.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Faophkpie1eqc6i5dx7p1.jpg" alt=" " width="225" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

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