Author: Edvaldo Freitas
-
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…
-
How to Measure Deployment Frequency
Have you ever wondered how often your dev team deploys code to production? The answer to that question is called deployment frequency, and it’s one of the key indicators of efficiency. High deployment frequency usually means your team is agile and able to deliver continuous value to users. But what exactly is deployment frequency, and…
-
How software engineering teams are using AI
Artificial Intelligence is no longer just a buzzword— it’s become an essential tool for software engineering teams. From automating repetitive tasks to improving code quality, AI is reshaping how engineers work. In this article, we explore how teams are leveraging AI to boost efficiency and effectiveness. The Generative AI Revolution: Real Game-Changer or Just Hype?…
-
How AI speeds up Code Review and boosts developer productivity
Code review cycles are often one of the most time-consuming and challenging parts of software development. But with AI making strides, this process is evolving fast. Smart automation in code review helps developers deliver faster and with higher quality, removing bottlenecks and improving team productivity. Let’s explore how AI is transforming code reviews and impacting…
-
DORA Accelerate State of DevOps 2024: Key Takeaways
The 2024 DORA Accelerate State of DevOps Report is packed with insights that can reshape how tech teams work. This year, the spotlight was on the impact of AI and the changes it has brought to software engineering. I’ll give you an overview of the key points so you can decide if it’s worth diving…
-
9 Best Practices for Code Reviews
Anyone who does code reviews knows it’s not just about reviewing code and hunting for bugs. The real challenge is balancing efficiency and quality while keeping the team’s workflow smooth and productive. That means looking beyond whether the code works and considering factors like readability, maintainability, and alignment with team standards. But where do you…
-
Manual Code Review vs Automated: What Really Works?
If you’ve ever been stuck waiting for a PR to be reviewed, received vague feedback, or—worse—been trapped in endless review loops, you know that code review can be a massive bottleneck. On paper, it’s an essential practice for ensuring quality and security. In reality? It can feel like pulling the handbrake on productivity. Here’s the…
-
How to Improve Deployment Time
When it comes to software development and delivery cycles, deployment time is one of the most crucial factors for agility. An efficient deployment means reducing the time between creating a feature or fix and getting it into production, resulting in faster value delivery to users. In this article, we’ll cover some practical techniques to help…
-
DORA Metrics for Engineering Teams
If you lead an engineering team, chances are you’ve heard about DORA Metrics. But let’s be honest: most companies use them the wrong way. They build nice-looking dashboards full of numbers that don’t really change anything in day-to-day work. DORA Metrics — Deployment Frequency, Lead Time for Changes, Change Failure Rate, and Mean Time to…