Author: Edvaldo Freitas

  • Best Practices for Pull Requests

    Best Practices for Pull Requests

    You’re probably familiar with the pull requests (PR) process, but making sure it’s efficient and productive is a different story. A well-done PR goes beyond just submitting code for review—it can improve project quality and strengthen collaboration within the team. However, in practice, creating a PR that truly adds value requires attention and some best…

  • What is Mean Time to Recover (MTTR) in DORA Metrics?

    What is Mean Time to Recover (MTTR) in DORA Metrics?

    When talking about performance and efficiency in software engineering, some metrics are essential. One of the most important is Mean Time to Recover (MTTR). In the context of DORA Metrics, MTTR provides valuable insights into a team’s resilience and recovery capability. In this article, we’ll help you understand a bit more about this metric. What…

  • How to measure DORA Metrics

    How to measure DORA Metrics

    DORA Metrics are key for assessing the efficiency of software development teams. Developed by the DevOps Research and Assessment (DORA) team, these metrics provide valuable insights into software delivery performance and quality. Here, we’ll help you understand how to measure each of these metrics, what counts as low, medium, and high performance, and provide practical…

  • Types of software testing and how AI is helping

    Types of software testing and how AI is helping

    In software development, making sure everything works as expected is crucial. There are different types of software testing, each with a specific purpose, from checking if small parts of the code are correct to ensuring the entire system performs well under pressure. But with systems getting more complex and the need for quick deliveries, how…

  • DORA Metrics: mistakes to watch out for and how to fix them

    DORA Metrics: mistakes to watch out for and how to fix them

    If you’re just starting to implement DORA metrics, congrats! These metrics are powerful tools for improving your engineering team’s performance and efficiency. However, many people make common mistakes during the process that can undermine the full potential these metrics offer. In this post, we’re going to cover the main mistakes people make when adopting DORA…

  • Key benefits of AI for Code Review

    Key benefits of AI for Code Review

    When we think about code review, what often comes to mind is a tedious, detailed, and let’s be honest, tiring process. Reviewing code is essential, no doubt, but it doesn’t have to be a burden. This is where AI for code review comes in. Artificial intelligence is revolutionizing this process, and it’s no surprise that…

  • How to build a Developer Experience culture

    How to build a Developer Experience culture

    Developer experience (DX) is essential for keeping developers productive and satisfied. When you invest in it, you not only improve team morale but also ensure cleaner code and faster deliveries. Let’s dive into how to create a culture that prioritizes DX and explore some best practices to make it happen. Why is Developer Experience important?…

  • The role of Code Review and its benefits for your company

    The role of Code Review and its benefits for your company

    Understanding the importance of code review can directly impact your project’s progress, especially since changes are common throughout development. Before moving a project forward, it needs to go through another developer for review. Only after all changes are made, reviewed, and approved does the project move on to the next phases. That’s what code review…

  • Improving Pull Requests Quality

    Improving Pull Requests Quality

    The better a team handles code reviews, the more efficient they become, delivering value faster and fostering developer well-being. But what makes Pull Requests (PRs) easier to review? There are a few key factors that directly impact this, and that’s what we’ll explore today. 1. PR Size / Number of Changes This one is obvious…