Author: Edvaldo Freitas
-

Technical debt vs. new features: how to set priorities
Every planning meeting seems to end up in the same place. Engineering brings up a legacy service that’s getting slower and harder to deploy, while product has a new feature backed by customer requests and a clear business case. This is the constant tension of software development, where the roadmap is a battleground between fixing…
-

How to scale code review in a growing team
A pull request opens, and the review requests go out to the same two or three senior engineers. A day passes. Then another. Eventually, feedback trickles in, but in the meantime, other PRs have stacked up behind it, all waiting on the same people. This is the first sign that your team’s **code review** process…
-

Avoiding knowledge silos in growing engineering teams
When an engineering team grows from five to fifteen, the informal communication channels that once worked perfectly start to break down. A pull request that used to get three insightful comments now gets a quick approval from someone who lacks deep context. Questions that were once answered by anyone on the team now get routed…
-

When to break up a monolith: a guide to adopting microservices
The conversation about moving from a monolith to microservices usually starts when things get painful. Builds take forever, a small change requires a full redeployment, and multiple teams are constantly blocked by each other in a single codebase. You can’t scale the user profiles service without also scaling the rarely-used reporting module it’s tied to.…
-
1.0.88 – Context of MCPs in Rules and Prompts plus OAuth Connection, PR preview, and improvements to license control.
News & Improvements Enable the use of MCP in custom rules and prompts You can now use MCPs directly inside Rules and Custom Prompts. This means that when writing rules or adjusting analysis prompts, you can call any connected MCP to bring more context or execute actions during the review. Just use the @MCP command…
-

Cursor vs Windsurf: which AI IDE actually improves your team’s productivity?
The adoption of AI-powered IDEs has accelerated fast. The problem now is not a lack of options, but understanding what actually improves the workflow and what only adds noise. Cursor and Windsurf are currently two of the most complete tools, each with a very different approach to how AI should operate inside the IDE. In…
-

Github Copilot Alternatives for AI Code Review
Code review is one of the last major bottlenecks in software development. It’s essential for quality, but it’s slow, subjective, and often a source of friction. AI is changing that. GitHub Copilot has become the standard for code autocompletion and is now entering the review process. But is it the only option? Not even close.…
-

The best developer productivity tools in 2025
Developing software today means dealing with increasingly complex environments. Microservices, monorepos, serverless functions, a dozen CI jobs… there’s a lot to juggle. The promise of a “flow state” can feel pretty far off when you’re stuck fighting config files or waiting on a slow PR review. That’s where the right developer productivity tools can actually…
-

Prompt Engineering Best Practices to Turn LLMs into Reliable Pair Programmer
Let’s be honest, coding with an LLM often feels like working with a junior developer, but with wild inconsistency. It can generate a great starter version of your code, and then immediately hallucinate a dependency that doesn’t even exist. We want a senior partner, but in reality it turns into a trial-and-error game. That gap…