How to Adopt AI in a Software Team
Does your AI adoption strategy consist of giving out Copilot, Cursor, or Claude licenses and letting them figure out how to use them?
Over the past year, I’ve found this to be a widespread strategy in software …
Does your AI adoption strategy consist of giving out Copilot, Cursor, or Claude licenses and letting them figure out how to use them?
Over the past year, I’ve found this to be a widespread strategy in software …
AI code assistants have recently spread due to the power they offer to speed up software development. However, learning to use them is not as simple as writing a simple prompt. The learning curve to fully take advantage …
DPE stands for Developer Productivity Engineering and is the name of a new discipline that aims to improve developer productivity through automation, observability and tool enhancement.
The work of a developer when …
Code reviews are a practice that has become widespread in recent years, where one or more developers review the new code implemented by another colleague, with the aim of detecting code quality issues, bugs, …
In the software world we constantly use abstractions to make our work easier, as they abstract us from other domains and significantly reduce the complexity we have to deal with. An example of abstraction is ORMs. An ORM …