Author: Edvaldo Freitas
-
What is Developer Experience?
As an engineering leader, you know that your team’s success directly depends on the tools and processes they use. A clunky interface, poorly documented API, or inefficient workflow doesn’t just hurt productivity – it also impacts satisfaction and retention of top talent. That’s where Developer Experience (DX) comes in. In this article, I’ll break down…
-
What is Code Quality?
If you’re a developer or work in tech, you’ve probably heard the term “code quality.” But what does it really mean? And why does everyone seem to value it so much? Let’s talk about it! In this post, I’ll explain what code quality is, why it’s important, and how you can evaluate and improve it…
-
The time to market vs. quality dilemma
Every day we have less time to ship new features and updates to production. A faster time to market can bring a lot of value to the business — but only if it comes with quality. Takt Time and Time to Market Takt time is a German term that refers to the baton used by…
-
What is Technical Debt?
If you work in software development, you’ve probably heard of technical debt. But what does it actually mean? How does it show up in daily work, and why is it so important to the workflow? In this post, I’m going to break down what it is, why it happens, its impacts, and how to manage…
-
What Are DORA Metrics?
So, what are DORA Metrics? DORA was created as a way to improve how development and operations teams evaluate their performance. These metrics provide an objective, data-driven approach to measuring efficiency and quality in the software delivery lifecycle. Ever wonder how some companies manage to roll out changes quickly while keeping high reliability? Well, DORA…
-
What Is a Pull Request?
If you work in software development, chances are you’ve heard of Pull Requests (PRs). But what exactly is a Pull Request? How does it work? And why is it such a crucial step in the workflow? In this post, I’ll break it all down and share the best practices to make the most out of…
-
What is Code Review?
So, what’s Code Review anyway? If you work with software development and want to level up your project quality, this is something you should really dive into. Code Review is basically a process to make sure the code is working well, is easy to understand, and follows good practices. It’s not just about fixing errors;…
-
Code Review: What It Is and How AI Is Changing Everything
If you work in software development, you’ve probably heard of code review. But what exactly is it, and why do so many people talk about this practice? And what role does AI play in code review? In this article, I’ll answer these questions. Ready? Let’s dive in! What Is Code Review? What sets good software…
-
Metrics to Measure Code Review Quality
Code review is a proxy for ensuring software quality. It’s not just about catching bugs—it’s an opportunity to share knowledge, reinforce best practices, and align the team. But here’s the thing: how do you know if it’s actually working? Measuring the effectiveness of code reviews is crucial to ensure they bring real value, and this…