<?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: Ilori Joshua</title>
    <description>The latest articles on DEV Community by Ilori Joshua (@jia69).</description>
    <link>https://dev.to/jia69</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F854182%2F333209a1-e4d9-42e0-85e4-90ab14a3d91d.png</url>
      <title>DEV Community: Ilori Joshua</title>
      <link>https://dev.to/jia69</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jia69"/>
    <language>en</language>
    <item>
      <title>Why pipeops</title>
      <dc:creator>Ilori Joshua</dc:creator>
      <pubDate>Thu, 06 Aug 2026 07:00:20 +0000</pubDate>
      <link>https://dev.to/jia69/why-pipeops-7oh</link>
      <guid>https://dev.to/jia69/why-pipeops-7oh</guid>
      <description>&lt;h1&gt;
  
  
  &lt;strong&gt;What Changed my mind&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;I originally sat down to write an article titled "What is PipeOps?" I had been playing around with the platform, testing its features, and figured a standard overview would be useful. But then this past Saturday, while out for a run, I decided to check the billing dashboard for a test database environment I had set up and left running idle for 14 days.&lt;/p&gt;

&lt;p&gt;The total compute usage for the infrastructure was just $0.19. Because of this, my basic $10 PipeOps subscription covered the whole expense with absolutely no additional cost.&lt;/p&gt;

&lt;p&gt;I was legitimately shocked. That realization completely changed my perspective, and it changed the topic of this article. We don't just need to know &lt;em&gt;what&lt;/em&gt; PipeOps is; system architects and startup founders need to know &lt;em&gt;why&lt;/em&gt; they should be using it to drastically cut costs while gaining a crazy amount of control over their infrastructure.&lt;/p&gt;

&lt;p&gt;I've sat in enough boardrooms with exhausted CTOs and bewildered CFOs to know one thing: the modern cloud deployment model is quietly draining our engineering teams. We all bought into the promise of hyper-scale providers like AWS, GCP, and Azure. The pitch was great: abstract away the physical data center so software engineers can just focus on building the product. But let's be honest about what actually happened. We didn't eliminate the complexity; we just traded racking physical servers for untangling Kubernetes YAML, fighting with Terraform state files, and &lt;a href="https://pipeops.io/" rel="noopener noreferrer"&gt;babysitting CI/CD pipelines&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The default industry reflex—deploying directly to AWS or Azure and manually wiring together EC2, RDS, and VPCs—has become a massive tax on &lt;a href="https://pipeops.io/" rel="noopener noreferrer"&gt;engineering velocity&lt;/a&gt;. But recently, I've been shifting my focus toward a different paradigm: PipeOps.&lt;/p&gt;

&lt;p&gt;PipeOps is a No-Code deployment and infrastructure management platform that completely abstracts the nightmare of Kubernetes clusters and CI/CD pipelines, while—crucially—letting us keep our hands on the &lt;a href="https://pipeops.io/" rel="noopener noreferrer"&gt;granular resource dials&lt;/a&gt;. Let's break down exactly why I recommend PipeOps over raw AWS or Azure, focusing on the real-world balance of control, cost, and uptime.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Cloud Provider Tax: Surviving the "Always-On" Trap&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;To understand why PipeOps is a breath of fresh air, we have to look at the pain of a standard AWS deployment. AWS gives you Lego bricks. That's great for flexibility, but building a production-ready app means you're manually provisioning compute, databases, caching, networking, and &lt;a href="https://docs.pipeops.io/" rel="noopener noreferrer"&gt;IAM permissions&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The worst part? We end up over-provisioning out of fear. We put the database on a dedicated RDS instance, the cache on ElastiCache, and the app on EC2. It's safe, but it is financially devastating—especially for development, staging, or low-traffic production environments where those servers sit idle 90% of the time.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;The Silent Budget Killer: The "Always-On" EC2 and RDS Trap&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Whenever I audit a company's cloud architecture, the first thing I check is their baseline compute bill. Most developers default to setting up an EC2 instance for their application code and a separate RDS instance for their relational database. It is what we are all taught to do, and it is highly relatable for any general developer setting up a basic stack.&lt;/p&gt;

&lt;p&gt;But this separation is essentially a trap. AWS bills these instances by the hour, 24/7, regardless of whether a single user is actually hitting your application.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;AWS Compute Component&lt;/th&gt;
&lt;th&gt;Pricing Structure (Estimated)&lt;/th&gt;
&lt;th&gt;Monthly Financial Impact&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;EC2 t3.small Instance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$0.0208 per hour&lt;/td&gt;
&lt;td&gt;~$15.18 per instance&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;RDS db.t3.micro Instance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;~$0.018 per hour&lt;/td&gt;
&lt;td&gt;~$13.14 per instance&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;EBS Storage (App + DB)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;~$0.08 - $0.10 per GB&lt;/td&gt;
&lt;td&gt;~$10.00+ minimum&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Public IPv4 Address Charge&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$0.005 per hour per Elastic IP&lt;/td&gt;
&lt;td&gt;~$3.60 per IP address&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total Baseline Compute&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Standard Decoupled Setup&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$41.92+ per month&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;For a simple, standard decoupled setup, you are paying over $40 a month before a single byte of actual user data is transmitted. Factor in the new $0.005/hour charge AWS added for public IPv4 addresses, and &lt;a href="https://cloudburn.io/blog/aws-nat-gateway-pricing" rel="noopener noreferrer"&gt;it gets worse&lt;/a&gt;. If you scale this across multiple microservices, staging environments, or developer testing branches, this "always-on" idle compute bill can easily eclipse the cost of your actual production servers.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The PipeOps Paradigm: Abstraction Without Compromise&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;PipeOps fixes this by acting as an intelligent translation layer. You still use the cloud, but PipeOps handles the grunt work, getting your app from code to &lt;a href="https://pipeops.io/resources/guides" rel="noopener noreferrer"&gt;production in minutes&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;When I sit down with a team, I show them the two ways they can run this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Nova Servers (Managed Cloud):&lt;/strong&gt; You tell PipeOps to spin up a fully managed VM directly on major global providers or, crucially, utilizing &lt;a href="https://pipeops.io/resources/guides/193/overview-of-platform-dashboard-and-features" rel="noopener noreferrer"&gt;MTN Cloud&lt;/a&gt; for fully Nigerian-based infrastructure. This recent integration with MTN Cloud allows African businesses to deploy and scale faster using highly affordable, local cloud infrastructure tailored to the &lt;a href="https://thesun.ng/mtn-cloud-is-new-power-for-african-startups/" rel="noopener noreferrer"&gt;continent's realities&lt;/a&gt;. You never even log into a complex cloud console. You just use visual sliders to allocate CPU and memory, and &lt;a href="https://pipeops.io/resources/guides/184/creating-servers-on-pipeops?modal=requestDemo" rel="noopener noreferrer"&gt;PipeOps provisions it&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Bring Your Own Server (BYOS):&lt;/strong&gt; Got a reserved instance you already paid for? Or a bare-metal box sitting in a closet? Install the &lt;code&gt;pipeops-k8-agent&lt;/code&gt;, and PipeOps instantly turns it into a modern, container-orchestrated &lt;a href="https://pipeops.io/" rel="noopener noreferrer"&gt;cluster&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Under the hood, PipeOps runs a highly resilient &lt;a href="https://docs.pipeops.io/docs/servers/server-overview/" rel="noopener noreferrer"&gt;Kubernetes engine&lt;/a&gt;. But here is the magic: you don't have to manage it. No writing Helm charts, no kubectl nightmares, &lt;a href="https://pipeops.io/resources/tutorials/58/getting-started-with-pipeops?modal=requestDemo" rel="noopener noreferrer"&gt;no cluster upgrades&lt;/a&gt;. You get the self-healing power of enterprise Kubernetes through an interface &lt;a href="https://pipeops.io/resources/tutorials/58/getting-started-with-pipeops?modal=requestDemo" rel="noopener noreferrer"&gt;junior devs can use on day one&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Deep Dive into Control: Segregating the Server Without the Overhead&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The biggest pushback I get from senior engineers when suggesting an abstracted platform is, &lt;em&gt;"But I need control! If I don't manage the primitives, I can't guarantee performance."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This is where PipeOps truly shines, and it is a point I want to emphasize heavily. PipeOps doesn't just put your apps on a server; it gives you precise control over the server's resources. When setting up a server, you can allocate the exact amount of memory, storage, and vCPU that a &lt;em&gt;specific service&lt;/em&gt; will use. This is highly efficient usage of the server, allowing you to dedicate exactly what you need without wastage.&lt;/p&gt;

&lt;p&gt;A single server can contain multiple instances with highly efficient storage. You can put your PostgreSQL database, your Redis cache, and your application code all on the exact same machine. Now, for each of these, you can set &lt;a href="https://stackoverflow.com/questions/55047093/whats-the-difference-between-pod-resources-limits-and-resources-requests-in-kub" rel="noopener noreferrer"&gt;strict boundaries&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This works by leveraging Linux cgroups and Kubernetes resource isolation—specifically the difference between &lt;em&gt;requests&lt;/em&gt; (the minimum needed) and &lt;em&gt;limits&lt;/em&gt; (the absolute maximum ceiling).&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;CPU Limits:&lt;/strong&gt; If a service hits its limit, it gets safely throttled.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Memory Limits:&lt;/strong&gt; If a service hits a memory limit, it is killed and restarted before it can crash the whole server.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In PipeOps, this control is visual and immediate. Imagine you provision a 4 vCPU, 8GB RAM server.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Redis:&lt;/strong&gt; You can cap your Redis add-on to exactly 0.25 vCPU, 256 MB of RAM, and &lt;a href="https://pipeops.io/addons/a84b4c49-3482-4a11-9bac-2d46c9c3ce62/details" rel="noopener noreferrer"&gt;1 GB of storage&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;PostgreSQL:&lt;/strong&gt; You can guarantee your relational database gets a solid 0.5 to 1 vCPU, 512 MB to 2 GB of RAM, and 5 to 10 GB of &lt;a href="https://pipeops.io/addons/c7b3fa6c-a9a3-4974-95d2-2ba39a1777b1/details" rel="noopener noreferrer"&gt;dedicated block storage&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Your App:&lt;/strong&gt; You let your custom code consume whatever is left.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That sounds pretty incredible to me. You are segregating the server with absolute precision, but with none of the setup overhead and management burden typically required to &lt;a href="https://stackoverflow.com/questions/55047093/whats-the-difference-between-pod-resources-limits-and-resources-requests-in-kub" rel="noopener noreferrer"&gt;pull this off&lt;/a&gt;. A memory leak in your Node app cannot starve your database. You get the operational stability of a highly decoupled architecture with the massive economic benefits of a single server.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwc6n3uuakpr1gw56b9yy.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwc6n3uuakpr1gw56b9yy.png" alt="Image: Different types of billing systems" width="624" height="513"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Economics: The $22.14 AWS Bill vs. The Covered PipeOps Subscription&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;This level of control ties directly back to my Saturday run experience. When I carried out a test with a relational database, I created a small server (2GB, roughly equivalent to a t3.small on AWS) and only put a Postgres DB on it.&lt;/p&gt;

&lt;p&gt;If you are familiar with AWS RDS or EC2, you know that a t3.small costs anywhere from $13 to $50 a month &lt;a href="https://instances.vantage.sh/aws/ec2/t3.small" rel="noopener noreferrer"&gt;depending on the server load&lt;/a&gt;. But for a fair comparison, let's leave both idle just running a staging environment.&lt;/p&gt;

&lt;p&gt;In a direct AWS deployment, an idle t3.small EC2 instance and a db.t3.micro RDS instance are &lt;a href="https://instances.vantage.sh/aws/ec2/t3.small" rel="noopener noreferrer"&gt;billed by the hour, 24/7&lt;/a&gt;. For my 14-day test period, the EC2 instance cost $15.46, and the RDS instance cost $5.92. That is a combined total of &lt;strong&gt;$22.14&lt;/strong&gt; on AWS just for an idle, sitting environment, entirely ignoring the added costs of EBS volumes, Elastic IPs, and &lt;a href="https://cloudburn.io/blog/aws-nat-gateway-pricing" rel="noopener noreferrer"&gt;data transfer fees&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Because PipeOps lets you densely pack these services and utilizes a hyper-accurate Pay-As-You-Go (PAYG) model, you are only billed for &lt;a href="https://pipeops.io/resources/guides/188/what-is-pipeops%E2%80%99-pay-as-you-go-model" rel="noopener noreferrer"&gt;actual compute utilized&lt;/a&gt;. At the end of 14 days on PipeOps, the actual usage generated for my bill was a mere &lt;strong&gt;$0.19&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Why does this matter so much? Because PipeOps' subscription tiers actually include base server credits:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Subscription Plan&lt;/th&gt;
&lt;th&gt;Monthly Price&lt;/th&gt;
&lt;th&gt;Included Nova Credit&lt;/th&gt;
&lt;th&gt;Target Audience&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Growth Plan&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;~$10 (₦15,500)&lt;/td&gt;
&lt;td&gt;~$5 (₦7,750)&lt;/td&gt;
&lt;td&gt;Solo Devs &amp;amp; Startups&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Platform Plan&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;~$35 (₦54,250)&lt;/td&gt;
&lt;td&gt;~$10 (₦15,500)&lt;/td&gt;
&lt;td&gt;Mid-Sized Agile Teams&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Scale Plan&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;~$100 (₦155,000)&lt;/td&gt;
&lt;td&gt;~$50 (₦77,500)&lt;/td&gt;
&lt;td&gt;Expanding Orgs&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Because the $10 PipeOps subscription comes with $5 in Nova server credits, my $0.19 usage was completely absorbed. The $10 subscription covered the whole expense with absolutely no additional infrastructure cost.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqzsqtfrm995xrgff8m0j.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqzsqtfrm995xrgff8m0j.png" alt="Image: June invoice for my workload on PipeOps" width="800" height="342"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why consider both? Because PipeOps' Postgres is a managed service just like RDS, and you are comparing it against an EC2 which is a server you have to set up and manage yourself. The main concept centers around cost and control. How much control do you have on the server? How much does that control cost? And how much is that control generating for your business? Getting hit with $22.14 in extra AWS charges versus zero additional cost on PipeOps is a wake-up call.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh5vuqr5mo4xglw6ca4es.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh5vuqr5mo4xglw6ca4es.png" alt="Image: June invoice for my workload on AWS" width="280" height="282"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Getting Your Life Back (Zero Overhead)&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Finally, let's talk about the human cost. I don't want my senior engineers spending three days writing GitHub Actions, provisioning load balancers, and fighting Let's Encrypt certificates.&lt;/p&gt;

&lt;p&gt;With PipeOps, you connect your GitHub, and it automatically sets up the CI/CD pipeline. You run a &lt;code&gt;git push&lt;/code&gt;, and it builds and deploys with &lt;a href="https://docs.pipeops.io/" rel="noopener noreferrer"&gt;zero downtime&lt;/a&gt;. SSL certificates are provisioned and renewed autonomously.&lt;/p&gt;

&lt;p&gt;Even deploying complex infrastructure is a one-click affair. Need an open-source observability stack? One click drops Victoria Metrics (1 vCPU, 1 GB RAM, 30 GB storage) or Sentry (2 vCPU, 4 GB RAM, 30 GB storage) right onto your server with their &lt;a href="https://pipeops.io/addons/127b7f8a-9b0c-1d2e-3f4a-5b6c7d8e9f0a/details" rel="noopener noreferrer"&gt;boundaries strictly enforced&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Bottom Line&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;At the end of the day, why you do anything in software is to serve a business purpose driving towards company goals and objectives. What did you promise as an organization or a freelancer to your users or business? We have to consider this when weighing the pros and cons of our infrastructure choices.&lt;/p&gt;

&lt;p&gt;When I advise system architects today, my message is simple: stop treating raw AWS primitives as a badge of honor. It is a massive drain on your company's wallet and your team's sanity.&lt;/p&gt;

&lt;p&gt;PipeOps gives us the ability to densely pack databases and application code onto single machines with strict, &lt;a href="https://pipeops.io/addons/a84b4c49-3482-4a11-9bac-2d46c9c3ce62/details" rel="noopener noreferrer"&gt;mathematical resource boundaries&lt;/a&gt;. We dodge the always-on EC2 and RDS trap, we turn our $22.14 idle instances into zero-cost line items completely covered by a standard $10 subscription, and we &lt;a href="https://cloudburn.io/blog/aws-nat-gateway-pricing" rel="noopener noreferrer"&gt;reclaim our engineering hours&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Join me in exploring PipeOps. Over the next few weeks, I'll be posting more deep dives and tutorials on exactly how to set up your infrastructure on this platform compared to the rest of the traditional cloud providers. Let's start building smarter, not harder.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check out PipeOps with my referral link:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://console.pipeops.io/auth/signup?ref=5APERC7X" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fconsole.pipeops.io%2Fauth%2Fsignup%2Fopengraph-image%3F942fb3cd51af434a" height="630" class="m-0" width="1200"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://console.pipeops.io/auth/signup?ref=5APERC7X" rel="noopener noreferrer" class="c-link"&gt;
            You're invited to PipeOps
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Join me on PipeOps and ship apps to any cloud in minutes. Free to start — claim this invite, connect Git, and deploy without the DevOps headache.
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fconsole.pipeops.io%2Ffavicon.ico" width="16" height="16"&gt;
          console.pipeops.io
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>cloud</category>
      <category>systemdesign</category>
      <category>serverless</category>
      <category>infrastructure</category>
    </item>
    <item>
      <title>Carbon successor for c++</title>
      <dc:creator>Ilori Joshua</dc:creator>
      <pubDate>Sat, 23 Jul 2022 00:47:00 +0000</pubDate>
      <link>https://dev.to/jia69/carbon-successor-for-c-48b6</link>
      <guid>https://dev.to/jia69/carbon-successor-for-c-48b6</guid>
      <description>&lt;p&gt;Carbon by Google is said to be the successor  to c++&lt;br&gt;
C++ upgrading have been in play since but too much dept to pay , there was so much work that as been done but after much try making a new programming language seems to be a more realistic and attainable goal &lt;br&gt;
So has of this week Google engineer Chandler Carruth introduced &lt;strong&gt;Carbon&lt;/strong&gt;   to be the successor to c++ &lt;br&gt;
So like every programmer I wanted to see the documentation of carbon to see if it will be a more efficient way to get project done &lt;br&gt;
A big question popped up in my head after seeing it &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;is it just another system language&lt;/strong&gt; &lt;br&gt;
It solves the problem  that the aging c++ has &lt;br&gt;
But there are programming language  that do the same thing it is talking about &lt;br&gt;
I personally use rust on alot of project so am not seeing the major difference  from carbon and rust from the syntax to the logic , there are so much similarities &lt;/p&gt;

&lt;p&gt;So I want to get comments on this &lt;br&gt;
Reference article  link&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;rct=j&amp;amp;url=https://thenewstack.io/google-launches-carbon-an-experimental-replacement-for-c/&amp;amp;ved=2ahUKEwiYnpmV3435AhWRXsAKHYVcATwQ0PADKAB6BAgEEAE&amp;amp;usg=AOvVaw1HjhOEbZeuUj32vMcIiNac" rel="noopener noreferrer"&gt;https://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;rct=j&amp;amp;url=https://thenewstack.io/google-launches-carbon-an-experimental-replacement-for-c/&amp;amp;ved=2ahUKEwiYnpmV3435AhWRXsAKHYVcATwQ0PADKAB6BAgEEAE&amp;amp;usg=AOvVaw1HjhOEbZeuUj32vMcIiNac&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>discuss</category>
      <category>carbon</category>
      <category>cpp</category>
      <category>rust</category>
    </item>
  </channel>
</rss>
