AI Native WorkshopGo from AI experimentation to AI-native execution across your organization.
Articles
Published weekly

Build. Ship.
Learn.

Guides, deep dives, and opinionated takes on agentic infrastructure, AI agents, platform engineering, and developer experience - from the engineers building Qovery.

Published weekly. Each piece is written by an engineer, reviewed by the team, and ships only when it says something the docs don't. No fluff, no listicle padding.

Archive

Filed under
insight.

Deep technical writing on agentic infrastructure, AI agent workflows, platform engineering, compliance automation, and modern cloud operations.

Internal Developer Platform·9 min

Build vs Buy: When to Build or Buy an Internal Developer Platform

An Internal Developer Platform (IDP) is an ecosystem that empowers developers to manage the entire application lifecycle from development to deployment autonomously. As a vital component for organizations, the implementation of an IDP often presents a ‘Build vs. Buy’ dilemma: should you construct your own IDP, tailored to your unique needs, or would it be more efficient to purchase a pre-built solution? This decision is not a trivial one, and making the right choice can significantly impact your team’s productivity and your organization’s bottom line. In this article, we will conduct a transparent analysis of both options, exploring the benefits and challenges associated with each. We aim to provide you with comprehensive insights that can guide you in making the best choice for your team.

Morgan PerryMar 6, 2024
Product·2 min

Discover 7 New Major Features on Qovery

I'm thrilled to unveil a suite of groundbreaking features that we've introduced over the past four months at Qovery. Our commitment to enhancing your development and deployment experience continues to be our driving force. Recently, we shared these updates during our exhilarating public demo day, which you can watch here. Let's dive into the features that are set to redefine your interaction with Qovery.

Romaric PhilogeneFeb 29, 2024
Qovery·2 min

Qovery Named G2 Momentum Leader Winter 2024

We are thrilled to share the exciting news that Qovery's DevOps automation software has once again been recognized as a Momentum Leader for DevOps in the Winter 2024 Grid Report. This marks the third consecutive time we've received this prestigious acknowledgment, and we couldn't be more grateful for the ongoing support of our incredible community of users 🙏

Morgan PerryFeb 18, 2024
Engineering·2 min

GitHub Variables and Nx Reusable Workflows

At Qovery, we build our frontend using Nx and rely on the official nrwl/ci GitHub Actions. Our frontend requires third-party tokens during compile time, but we would like to avoid hardcoding them or using the .env file to define our tokens. The latter exposes our source code directly on GitHub, and even though it's not sensitive data, we don't want it to be easily scraped. As probably many others, we've faced issues when we dug into environment variables using this reusable workflow: https://github.com/nrwl/ci?tab=readme-ov-file#limited-secrets-support https://github.com/nrwl/ci/issues/92 https://github.com/nrwl/ci/issues/44 So, I wanted to share the lessons I learned from this experience.

Qovery TeamFeb 13, 2024
Qovery·4 min

Meet the Qovery Team: Julien, Technical Product Manager

In today’s portrait, meet Julien, our Technical Product Manager at Qovery! He is responsible for driving the development and defining the requirements of our product. In the meantime, he loves traveling with his family in their van!

Qovery TeamFeb 11, 2024
Qovery·2 min

KubeCon Europe 2024 - Meet the Qovery Team

Bonjour! We're thrilled to announce that Qovery will be a part of the Kubecon Europe 2024, happening from March 19th to 22nd, 2024, in the vibrant city of Paris! 🚀🇫🇷🥖

Morgan PerryFeb 6, 2024
Kubernetes·5 min

Crossplane loves Kubernetes as much as we do... But, differently!

Kubernetes has emerged as the de facto orchestrator for deploying and managing containerized applications. Its versatility and robust ecosystem have paved the way for innovative tools that leverage its capabilities, extending its utility beyond mere container orchestration. Among these tools, Crossplane and Qovery stand out for their unique approaches to simplifying cloud resource management. While they serve different purposes, both share a common foundation in utilizing Kubernetes as an orchestration layer, underscoring a shared belief in Kubernetes' ability to manage all types of workloads, including external ones.

Romaric PhilogeneFeb 3, 2024
Kubernetes·8 min

Kubernetes Tutorial for Developers

Welcome to our hands-on tutorial on Kubernetes, the powerful open-source platform often abbreviated as k8s. In this tutorial, we are diving into the world of container orchestration, simplifying the complexities, and making Kubernetes accessible for developers. Whether you are just starting out or looking to enhance your existing skills in Kubernetes, this guide is designed to walk you through the process step-by-step. We will cover the basics of setting up Kubernetes, deploying a simple "hello world" app, and understanding how to manage and scale your containerized applications with ease. Let's start with some of the challenges of Kubernetes followed by the steps to setup and deploy a simple Kubernetes application.

Morgan PerryJan 29, 2024
Kubernetes·7 min

Why Kubernetes For Developers is the Next Big Thing

Let's face it! Kubernetes is the standard for container orchestration, reshaping how we deploy and manage applications for the last 8 years - do you even remember when you run &quot;docker run <your-image>&quot; on an application server? 😁. However, it's crucial to recognize that Kubernetes was never initially designed with the everyday developer in mind. This article aims to explore this dichotomy and ultimately explain why Internal Developer Platforms, have become increasingly relevant in bridging this gap.

Romaric PhilogeneJan 15, 2024
Product·5 min

Managed GCP GKE Autopilot Released in Public Beta

I am thrilled to announce a significant milestone for Qovery: the public beta release of our Google Cloud Platform (GCP) GKE Autopilot support. This marks a new chapter in our journey, following the successful integration with AWS EKS, Scaleway Kapsule, and Kubernetes. In this announcement article I'll explain what you can get out of GCP GKE Autopilot and what is coming next 👇

Romaric PhilogeneJan 8, 2024
Internal Developer Portal·8 min

What is an Internal Developer Portal?

Imagine a central hub where your tech team finds all the tools and resources they need, organized and ready for action. This is exactly what the Internal Developer Portal offers, becoming a key factor in revolutionizing the way we build software today. In this article, we will explore how Internal Developer Portals revolutionize the development process by streamlining tasks, boosting collaboration, and customizing workflows. Get ready to discover how this powerful tool can drive your team's efficiency to new heights.

Morgan PerryJan 8, 2024
Product·4 min

New Feature: Deploy Your Helm Charts With Ease

Today, I'm thrilled to announce a game-changing feature that's set to revolutionize how Platform Engineers and Developers interact with Kubernetes: the introduction of first-class support for Helm Charts within Qovery 🥳. This latest update, now generally available, empowers our users to deploy any Helm Chart with unparalleled ease, marking a significant leap forward in our mission to streamline application deployment for everyone.

Romaric PhilogeneDec 29, 2023
Product·2 min

New Feature: Port-Forwarding with Qovery CLI

I'm thrilled to announce the global availability of the port-forwarding feature via the Qovery CLI (v0.77.0). This feature marks a significant stride in application access and security, allowing users to securely access not only their applications but also containers and managed databases without exposing them to the public internet. This advancement aligns with our commitment to providing developers an unparalleled experience, focusing on autonomy, security, and ease of use. In this article, I'll show and explain how this feature works... let's go 👇

Romaric PhilogeneDec 27, 2023
Platform Engineering·3 min

Platform Engineering Predictions for 2024

I've been closely observing the trends and technological advancements in this field, and I'm excited to share my predictions for what's ahead. Here's a glimpse into the future of Platform Engineering in 2024.

Romaric PhilogeneDec 18, 2023
Internal Developer Portal·2 min

3 Myths About Backstage

Backstage, an open platform for building developer portals, has been increasingly embraced by the tech community for its promise to streamline development workflows. However, there are several misconceptions surrounding its capabilities and applications. In this article, I'll debunk three common myths about Backstage to clarify its true nature.

Romaric PhilogeneDec 16, 2023
Qovery·4 min

Looking Back on 2023 and Our Plans for 2024

At Qovery, we're constantly striving to revolutionize the way platform engineers and developers experience cloud infrastructure. In 2023, we embarked on an incredible journey of growth, innovation, and customer satisfaction. Today, as we stand at the threshold of 2024, we're thrilled to share some of our most significant achievements and reveal our ambitious roadmap for the year ahead.

Romaric PhilogeneDec 16, 2023
Engineering·13 min

Common Mistakes with Rust Async

At Qovery, we start to have our fair share of Async Rust and to say the least it is not without caveats. Let’s be honest, Async Rust is hard. It has many more rough edges than Sync Rust and requires a different mindset, but it solves a problem space well, that is hard to tackle otherwise. It allows safer network concurrency than C++ Boost.Asio and I would start this post by giving a big thanks to the Tokio team & ecosystem for the amazing work they provide to the community. So this post is not to rant about Async Rust or to talk about an Async ecosystem fracture, but to share common mistakes to raise awareness and, in turn, help you avoid them.

Romain GerardDec 12, 2023
Platform Engineering·3 min

3 Reasons Not to Use Backstage

After countless conversations with platform engineering teams, I've gathered a wealth of insights into the practicalities and pitfalls of adopting various Internal Developer Portals. One such portal, Backstage, developed by Spotify, has gained significant attention for its centralized approach to tooling and resources. However, based on my experiences and discussions, there are three key reasons why Backstage might not be the best fit for every organization, particularly smaller teams or those with certain technical constraints.

Romaric PhilogeneDec 10, 2023
Internal Developer Platform·11 min

6 Essential Components of an Internal Developer Platform

Imagine a scenario where your developers spend less time waiting for resources and approvals, and more time focusing on the core aspects of building exceptional software. This vision becomes reality with the implementation of an internal developer platform (IDP), a revolutionary tool that acts as a catalyst for innovation within your organization. IDPs centralize key resources and automate workflows, empowering developers with self-service capabilities and promoting a more collaborative and efficient development environment. This empowers them to move faster, innovate more, and ultimately deliver superior software solutions. Let's explore six core elements that support successful IDPs and allow you to unlock the full potential of your development teams and drive your organization to the forefront of innovation.

Morgan PerryDec 6, 2023
Internal Developer Platform·8 min

The Internal Developer Platform Revolution: A CTO's Guide to Transforming Software Development

As a CTO, you need to come up with new strategies and tools to ensure that your company manages the rapidly changing world of software development. Platform Engineering and Internal Developer Platforms (IDPs) have become essential elements of this journey that change how software is developed and released. This guide will give you an in-depth understanding of Internal Developer Platforms (IDPs), showing you how they can significantly increase developer productivity and how important Platform Engineering is for handling these platforms well, all from the perspective of a CTO.

Morgan PerryDec 6, 2023
Showing 281-300 of 577
Subscribe

Never miss a
deploy story,
every Tuesday.

One email per week. Engineering-grade writing on agentic infrastructure, AI agents, platform engineering, and the tools that make shipping boring.

2,164
Subscribers
47
Issues
52%
Open rate
◆ Subscribe

No spam. Unsubscribe anytime. We respect your inbox like we respect your uptime.

t.org/), [Curve](https://www.curve.com/), [CoachHub](https://coachhub.io/), [Schüttflix](https://www.schuettflix.de/), [TourRadar](https://www.tourradar.com/), [Adverity](https://www.adverity.com/), and [Twaice](https://twaice.com/) are among our portfolio of 200+ companies.\n\nLearn more at [www.speedinvest.com](https://www.speedinvest.com/).\n",authors:$R[2923]=[$R[27]]}]},ssr:!0}],lastMatchId:"blogblog"})($R["tsr"]);$_TSR.e();document.currentScript.remove()