<?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: Jeremiah</title>
    <description>The latest articles on DEV Community by Jeremiah (@js116521).</description>
    <link>https://dev.to/js116521</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%2F3813606%2F36d7fb2d-feda-42ce-8b68-7bf6a1dbe5e3.png</url>
      <title>DEV Community: Jeremiah</title>
      <link>https://dev.to/js116521</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/js116521"/>
    <language>en</language>
    <item>
      <title>Cost Optimization Strategies in Oracle Cloud Infrastructure</title>
      <dc:creator>Jeremiah</dc:creator>
      <pubDate>Sat, 18 Apr 2026 02:41:57 +0000</pubDate>
      <link>https://dev.to/js116521/cost-optimization-strategies-in-oracle-cloud-infrastructure-g5d</link>
      <guid>https://dev.to/js116521/cost-optimization-strategies-in-oracle-cloud-infrastructure-g5d</guid>
      <description>&lt;p&gt;Managing cloud costs effectively is essential for maximizing return on investment.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Monitoring and Logging in OCI: Keeping Your Cloud Healthy</title>
      <dc:creator>Jeremiah</dc:creator>
      <pubDate>Sat, 18 Apr 2026 02:41:14 +0000</pubDate>
      <link>https://dev.to/js116521/monitoring-and-logging-in-oci-keeping-your-cloud-healthy-362n</link>
      <guid>https://dev.to/js116521/monitoring-and-logging-in-oci-keeping-your-cloud-healthy-362n</guid>
      <description>&lt;p&gt;Monitoring and logging are essential for maintaining performance and identifying issues in cloud environments.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Securing Your OCI Environment with Identity and Access Management (IAM)</title>
      <dc:creator>Jeremiah</dc:creator>
      <pubDate>Sat, 18 Apr 2026 02:40:15 +0000</pubDate>
      <link>https://dev.to/js116521/securing-your-oci-environment-with-identity-and-access-management-iam-gg2</link>
      <guid>https://dev.to/js116521/securing-your-oci-environment-with-identity-and-access-management-iam-gg2</guid>
      <description>&lt;p&gt;Security is a top priority in cloud computing. Oracle Cloud Infrastructure Identity and Access Management (IAM) enables organizations to control access to resources securely.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Understanding OCI Load Balancers and Traffic Distribution</title>
      <dc:creator>Jeremiah</dc:creator>
      <pubDate>Sat, 18 Apr 2026 02:38:44 +0000</pubDate>
      <link>https://dev.to/js116521/understanding-oci-load-balancers-and-traffic-distribution-37bb</link>
      <guid>https://dev.to/js116521/understanding-oci-load-balancers-and-traffic-distribution-37bb</guid>
      <description>&lt;p&gt;Efficient traffic management is essential for delivering high-performing applications. OCI Load Balancing service helps distribute incoming traffic across multiple backend servers.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Designing a Highly Available Architecture in Oracle Cloud Infrastructure</title>
      <dc:creator>Jeremiah</dc:creator>
      <pubDate>Sat, 18 Apr 2026 02:37:42 +0000</pubDate>
      <link>https://dev.to/js116521/designing-a-highly-available-architecture-in-oracle-cloud-infrastructure-4l76</link>
      <guid>https://dev.to/js116521/designing-a-highly-available-architecture-in-oracle-cloud-infrastructure-4l76</guid>
      <description>&lt;p&gt;High availability is a critical component of modern cloud applications. In Oracle Cloud Infrastructure (OCI), designing systems that remain operational during failures requires thoughtful use of regions, availability domains, and fault domains.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>OCI Networking Best Practices for Beginners</title>
      <dc:creator>Jeremiah</dc:creator>
      <pubDate>Mon, 09 Mar 2026 01:01:08 +0000</pubDate>
      <link>https://dev.to/js116521/oci-networking-best-practices-for-beginners-30cf</link>
      <guid>https://dev.to/js116521/oci-networking-best-practices-for-beginners-30cf</guid>
      <description>&lt;p&gt;Introduction&lt;/p&gt;

&lt;p&gt;Designing cloud networks requires careful planning and the use of proven best practices. Oracle Cloud Infrastructure (OCI) provides a powerful set of networking tools that allow engineers to build secure, scalable, and reliable cloud architectures.&lt;/p&gt;

&lt;p&gt;Best Practices&lt;/p&gt;

&lt;p&gt;Use Private Subnets for Sensitive Resources&lt;br&gt;
Critical services such as databases and internal applications should be placed in private subnets to limit direct internet exposure and improve security.&lt;/p&gt;

&lt;p&gt;Apply Multiple Security Layers&lt;br&gt;
Combining security lists and network security groups (NSGs) helps create stronger protection by controlling traffic at both the subnet and resource levels.&lt;/p&gt;

&lt;p&gt;Use Clear Naming Conventions&lt;br&gt;
Consistent and descriptive naming for networks, subnets, and gateways makes environments easier to manage and troubleshoot.&lt;/p&gt;

&lt;p&gt;Plan CIDR Blocks Carefully&lt;br&gt;
Proper CIDR planning prevents overlapping IP ranges and ensures your network can scale as infrastructure grows.&lt;/p&gt;

&lt;p&gt;Conclusion&lt;/p&gt;

&lt;p&gt;Following these networking best practices helps ensure OCI environments remain secure, organized, and scalable. With thoughtful design and proper configuration, organizations can build cloud networks that support modern applications while maintaining strong security and performance.&lt;/p&gt;

</description>
      <category>oci</category>
      <category>oracle</category>
      <category>vcn</category>
    </item>
    <item>
      <title>Deploying Your First Cloud Architecture in OCI</title>
      <dc:creator>Jeremiah</dc:creator>
      <pubDate>Mon, 09 Mar 2026 00:58:02 +0000</pubDate>
      <link>https://dev.to/js116521/deploying-your-first-cloud-architecture-in-oci-4an</link>
      <guid>https://dev.to/js116521/deploying-your-first-cloud-architecture-in-oci-4an</guid>
      <description>&lt;p&gt;Introduction&lt;/p&gt;

&lt;p&gt;Deploying a basic cloud architecture in **Oracle Cloud Infrastructure requires several networking components working together.&lt;/p&gt;

&lt;p&gt;Example Architecture&lt;br&gt;
A typical architecture includes:&lt;br&gt;
    • VCN&lt;br&gt;
    • Public subnet&lt;br&gt;
    • Private subnet&lt;br&gt;
    • Internet gateway&lt;br&gt;
    • Route tables&lt;/p&gt;

&lt;p&gt;Deployment Steps&lt;br&gt;
1 Create a VCN&lt;br&gt;
2 Configure subnets&lt;br&gt;
3 Attach internet gateway&lt;br&gt;
4 Configure route tables&lt;br&gt;
5 Launch compute instances&lt;/p&gt;

&lt;p&gt;Conclusion&lt;br&gt;
By combining networking services in OCI, developers can build powerful cloud environments that support modern applications.&lt;/p&gt;

</description>
      <category>oci</category>
      <category>oracle</category>
      <category>vcn</category>
    </item>
    <item>
      <title>How OCI Route Tables Control Network Traffic</title>
      <dc:creator>Jeremiah</dc:creator>
      <pubDate>Mon, 09 Mar 2026 00:56:05 +0000</pubDate>
      <link>https://dev.to/js116521/how-oci-route-tables-control-network-traffic-12</link>
      <guid>https://dev.to/js116521/how-oci-route-tables-control-network-traffic-12</guid>
      <description>&lt;p&gt;Introduction&lt;/p&gt;

&lt;p&gt;Route tables play a critical role in directing traffic inside an Oracle Cloud Infrastructure network.&lt;br&gt;
They determine how network packets travel between resources and external networks.&lt;/p&gt;

&lt;p&gt;What is a Route Table?&lt;/p&gt;

&lt;p&gt;A route table contains rules that specify where traffic should be directed.&lt;/p&gt;

&lt;p&gt;Each rule typically includes:&lt;br&gt;
    • Destination CIDR block&lt;br&gt;
    • Target gateway&lt;br&gt;
Why Route Tables Matter&lt;/p&gt;

&lt;p&gt;Route tables enable:&lt;br&gt;
    • Internet connectivity&lt;br&gt;
    • Communication between subnets&lt;br&gt;
    • Secure network architecture&lt;/p&gt;

&lt;p&gt;Conclusion&lt;/p&gt;

&lt;p&gt;Understanding route tables is essential for designing efficient network architectures in OCI.&lt;/p&gt;

</description>
      <category>oci</category>
      <category>oracle</category>
      <category>vcn</category>
    </item>
    <item>
      <title>Security Lists vs Network Security Groups in OCI</title>
      <dc:creator>Jeremiah</dc:creator>
      <pubDate>Mon, 09 Mar 2026 00:52:57 +0000</pubDate>
      <link>https://dev.to/js116521/security-lists-vs-network-security-groups-in-oci-mdp</link>
      <guid>https://dev.to/js116521/security-lists-vs-network-security-groups-in-oci-mdp</guid>
      <description>&lt;p&gt;Introduction&lt;/p&gt;

&lt;p&gt;Security is a critical component of any cloud deployment. **Oracle Cloud Infrastructure provides multiple tools for controlling network traffic.&lt;/p&gt;

&lt;p&gt;Two key security mechanisms are:&lt;br&gt;
    • Security Lists&lt;br&gt;
    • Network Security Groups (NSGs)&lt;/p&gt;

&lt;p&gt;Security Lists&lt;/p&gt;

&lt;p&gt;Security lists apply firewall rules at the subnet level.&lt;/p&gt;

&lt;p&gt;Network Security Groups&lt;/p&gt;

&lt;p&gt;NSGs apply security rules at the resource level.&lt;/p&gt;

&lt;p&gt;This allows engineers to apply more granular control to specific compute instances.&lt;/p&gt;

&lt;p&gt;When to Use Each&lt;/p&gt;

&lt;p&gt;Security lists are useful for subnet-wide rules, while NSGs are better for application-specific security policies.&lt;/p&gt;

&lt;p&gt;Conclusion&lt;/p&gt;

&lt;p&gt;Using both security lists and NSGs together provides strong security controls in OCI environments.&lt;/p&gt;

</description>
      <category>oci</category>
      <category>oracle</category>
      <category>vcn</category>
    </item>
    <item>
      <title>Understanding Subnets in Oracle Cloud Infrastructure</title>
      <dc:creator>Jeremiah</dc:creator>
      <pubDate>Mon, 09 Mar 2026 00:50:51 +0000</pubDate>
      <link>https://dev.to/js116521/understanding-subnets-in-oracle-cloud-infrastructure-3m0j</link>
      <guid>https://dev.to/js116521/understanding-subnets-in-oracle-cloud-infrastructure-3m0j</guid>
      <description>&lt;p&gt;Introduction&lt;/p&gt;

&lt;p&gt;Subnets are an important part of network architecture in Oracle Cloud Infrastructure. They help organize resources and improve security by separating workloads.&lt;/p&gt;

&lt;p&gt;What is a Subnet?&lt;/p&gt;

&lt;p&gt;A subnet is a logical division within a Virtual Cloud Network.&lt;/p&gt;

&lt;p&gt;Subnets allow organizations to separate different types of services, such as:&lt;br&gt;
    • Web servers&lt;br&gt;
    • Application servers&lt;br&gt;
    • Databases&lt;/p&gt;

&lt;p&gt;Benefits of Using Subnets&lt;/p&gt;

&lt;p&gt;Using subnets provides:&lt;br&gt;
    • Improved security&lt;br&gt;
    • Better traffic control&lt;br&gt;
    • Organized architecture&lt;/p&gt;

&lt;p&gt;Conclusion&lt;br&gt;
Proper subnet design helps cloud engineers build secure and efficient cloud environments.&lt;/p&gt;

</description>
      <category>oci</category>
      <category>oracle</category>
      <category>vcn</category>
    </item>
    <item>
      <title>How to Create a Virtual Cloud Network in OCI</title>
      <dc:creator>Jeremiah</dc:creator>
      <pubDate>Mon, 09 Mar 2026 00:47:48 +0000</pubDate>
      <link>https://dev.to/js116521/how-to-create-a-virtual-cloud-network-in-oci-4np8</link>
      <guid>https://dev.to/js116521/how-to-create-a-virtual-cloud-network-in-oci-4np8</guid>
      <description>&lt;p&gt;Introduction&lt;/p&gt;

&lt;p&gt;One of the first steps when deploying resources in Oracle Cloud Infrastructure is creating a Virtual Cloud Network (VCN).&lt;/p&gt;

&lt;p&gt;A VCN provides a private networking environment where cloud resources can communicate securely.&lt;/p&gt;

&lt;p&gt;Step 1: Open the OCI Console&lt;/p&gt;

&lt;p&gt;Navigate to the Networking section in the OCI Console.&lt;/p&gt;

&lt;p&gt;Select:&lt;/p&gt;

&lt;p&gt;Networking → Virtual Cloud Networks → Create VCN&lt;/p&gt;

&lt;p&gt;Step 2: Configure Network Settings&lt;/p&gt;

&lt;p&gt;During setup you define:&lt;br&gt;
    • Network name&lt;br&gt;
    • CIDR block&lt;br&gt;
    • Compartment&lt;br&gt;
Step 3: Configure Subnets&lt;/p&gt;

&lt;p&gt;OCI allows you to create both:&lt;br&gt;
    • Public subnets&lt;br&gt;
    • Private subnets&lt;/p&gt;

&lt;p&gt;Public subnets allow internet access, while private subnets protect sensitive services like databases.&lt;/p&gt;

&lt;p&gt;Conclusion&lt;/p&gt;

&lt;p&gt;Creating a VCN is one of the foundational tasks when deploying resources in OCI. It allows you to build secure, scalable network architectures within Oracle’s cloud environment.&lt;/p&gt;

</description>
      <category>oci</category>
      <category>oracle</category>
      <category>vcn</category>
    </item>
    <item>
      <title>Getting Started with Oracle Cloud Infrastructure Networking</title>
      <dc:creator>Jeremiah</dc:creator>
      <pubDate>Mon, 09 Mar 2026 00:45:35 +0000</pubDate>
      <link>https://dev.to/js116521/getting-started-with-oracle-cloud-infrastructure-networking-2016</link>
      <guid>https://dev.to/js116521/getting-started-with-oracle-cloud-infrastructure-networking-2016</guid>
      <description>&lt;p&gt;Introduction&lt;/p&gt;

&lt;p&gt;Cloud networking is the backbone of any modern cloud architecture. In Oracle Cloud Infrastructure (OCI), networking services allow developers and engineers to securely connect applications, databases, and cloud resources.&lt;/p&gt;

&lt;p&gt;This article introduces the core networking concepts within OCI and explains how they work together to create scalable and secure cloud environments.&lt;/p&gt;

&lt;p&gt;Core Networking Components&lt;/p&gt;

&lt;p&gt;Virtual Cloud Network (VCN)&lt;br&gt;
A VCN is a private network that you define in OCI. It functions similarly to a traditional network in a data center but exists within Oracle’s global cloud infrastructure.&lt;/p&gt;

&lt;p&gt;Subnets&lt;br&gt;
Subnets divide the VCN into smaller segments that help organize workloads and improve security.&lt;/p&gt;

&lt;p&gt;Route Tables&lt;br&gt;
Route tables determine how traffic flows between subnets and external networks.&lt;/p&gt;

&lt;p&gt;Security Lists&lt;br&gt;
Security lists act as firewalls that control inbound and outbound traffic.&lt;/p&gt;

&lt;p&gt;Why OCI Networking Matters&lt;/p&gt;

&lt;p&gt;OCI networking provides:&lt;br&gt;
    • High-performance connectivity&lt;br&gt;
    • Secure isolation of resources&lt;br&gt;
    • Flexible network design&lt;br&gt;
    • Global scalability&lt;/p&gt;

&lt;p&gt;Understanding these fundamentals helps cloud engineers design reliable cloud architectures.&lt;/p&gt;

&lt;p&gt;Conclusion&lt;/p&gt;

&lt;p&gt;OCI networking provides powerful tools that allow developers to design secure, scalable cloud environments. By learning the basics of VCNs, subnets, and routing, engineers can build modern cloud infrastructures with confidence.&lt;/p&gt;

</description>
      <category>oci</category>
      <category>oracle</category>
      <category>vcn</category>
    </item>
  </channel>
</rss>
