Writing about continuous merge, software development, CI/CD and technical topics.
Mathieu Poissard

Why Do You Need Something like Sentry for your CI?

Sentry is like a detective. It's a powerful tool that helps software teams keep their code bug-free. In this article, you will understand why you need something similar to monitor your CI.

Mathieu Poissard

Small Team and Merge Queues, Why Does It Matter?

Managing code without a merge queue is like playing Jenga with code commits. Merge queues, essential for any team size, automate and systematize merges, boosting developer efficiency and maintaining software stability. This tool is vital for streamlined, error-free development.

Mathieu Poissard

Benefits of Using a Merge Queue in Github

In GitHub's CI/CD workflows, merge queues automate code integration, enhancing efficiency. They streamline pull requests, prevent conflicts, and ensure updated, tested merges. This boosts team productivity and code reliability, improving the overall development process.

Mathieu Poissard

Automate Pull Request Rebasing - How to Do It?

Rebasing a pull request is as necessary as it is tedious. Fortunately, this process can be automated. Find out how in this article.

Mathieu Poissard

Continuous Delivery, the Missing Part of your CI/CD Pipeline

In software development, CI/CD pipelines are crucial. Continuous Integration integrates code changes, ensuring compatibility. Continuous Deployment automatically ships changes. But Continuous Delivery, the essential middle step, keeps code release-ready, bridging the gap between CI and CD.

Hugo Escafit

Optimizing CI Processes with Datadog CI Visibility

Continuous Integration (CI) is not just a luxury but a necessity. Learn how to improve your CI processes with Datadog CI Visibility.

Hugo Escafit

Top CI/CD Metrics Every Developer Should Track

This article explores the indispensable metrics that every developer should monitor, ensuring their CI/CD processes are not just functioning but excelling.

Julien Danjou

Optimize Software Deployment: How TeamCity and Mergify Streamline CI/CD Pipelines

CI/CD is more than just a current trend in the software development landscape. It's an essential element of a streamlined development cycle. Two tools often linked with these methodologies are TeamCity and Mergify.

Mathieu Poissard

They Use Mergify: Pepperize

Every day, many projects use Mergify to automate their GitHub workflow. Independently of their team size, the one thing they all have in common is that the project leads are willing to let their developers focus on what's important—code. So, we decided to meet with some of

Hugo Escafit

How Datadog CI Visibility Improves Continuous Integration Workflows

Datadog CI Visibility is designed to integrate seamlessly with CI workflows, so development teams can gain a deeper understanding of their CI pipeline, leading to more efficient and reliable software delivery.

Hugo Escafit

How Mergify Optimizes CI/CD Pipelines - ROI Survey & Key Figures

Try Mergify for Free

Mehdi Abaakouk

Data Anonymization with PostgreSQL and SQLAlchemy

Developers face a unique challenge in the era of stringent data privacy laws like GDPR and SOC2 compliance. This article delves into how developers can access necessary data without compromising user privacy, specifically focusing on PostgreSQL databases.