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

From Developer's Journey to DevEx

DevEx can improve a developer's DevOps journey, making it easier for them to work and collaborate. Learn what DevEx is and how it can help your company!

Mathieu Poissard

Pull Request Management - What Do We Mean?

Development teams collaborating on a project may make changes to the code frequently. However, managing those changes is necessary to avoid errors or bugs in the code, which often confuses the developers. One way to do this is through pull requests. So what is a pull request? Developers using Git

Mathieu Poissard

Code Review Best Practices

Code reviews are a common practice in the software development world today, and for a good reason. It's the manifestation of 'better safe than sorry.' However, following code review best practices can further optimize the process and help teams make the best of it. Code review

Mathieu Poissard

How to Make Developers Happy? A StackOverflow Survey

In the realm of technology, developers make the world go round. Developers are vital to the technology evolution, from software that powers big corporations to applications that everyone uses. Keeping them happy may just be the recipe for success, as shown by a recent developer satisfaction survey. StackOverflow, the largest

Mathieu Poissard

The Developer Experience, from your Own Team to your End-Users

Developer experience, or DX, refers to all a developer's perceptions, feelings, and experiences in interacting with a tech product or software. In this instance, 'interaction' can be two-fold. A developer could use your product, such as a software development kit or an API, to create a

Hugo Escafit

Git Cheat Sheet (2023)

A Git cheat sheet is a reference guide that contains a list of commonly used commands for Git configurations. The cheat sheet can help developers save time when setting up and using Git.

Mathieu Poissard

GitHub Pull Requests: 10 Tips to Know

Pull requests play a vital role in software development projects on GitHub, as they help accelerate development and retain code integrity. As a result, progress is fast and bugs minimal. But that's only the case if developers and repository maintainers follow GitHub pull request best practices.

Hugo Escafit

How to improve your Pull Request Management?

This article covers the fundamentals of pull request management and outlines practices to improve them. That, in turn, will enhance the pull request approval, streamlining the development process.

Hugo Escafit

Why Should You Use GitHub?

In this guide, we look at why you should use GitHub. We also discuss the benefits of using the platform and its notable features. Why use GitHub? 🧐 There are many reasons to use GitHub, ranging from code sharing and project management to team collaboration and community contributions. Let's

Hugo Escafit

Code Review Best Practices

Code reviews are a common practice in the software development world today and for a good reason. It’s essentially the manifestation of ‘better safe than sorry.’ However, following code review best practices can further optimize the process and help teams make the best of it. Code review saves the

Hugo Escafit

What is Trunk-Based Development?

Trunk Based Development is a popular software development model used by the development teams of some of the biggest companies in tech, such as Apple, Amazon, and Google. It’s also the go-to mode of development for DevOps teams in the industry for delivering fast & high-quality software products. What

Hugo Escafit

How To Maintain Your Velocity On a Monorepo?

Handling large codebases is a tough job, and it's even harder when dealing with monorepos. A monorepo is a single code repository that contains multiple projects or modules. It's a handy way to share code across teams and manage dependencies. However, managing a monorepo can be