Guide to do Code Reviews in your team
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, …
Reflections, experiences and lessons learned working with technology teams
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, …
It has been proven that the more work in progress a person or a team has, the more time it takes to close tasks. On the one hand, if we are doing several tasks at the same time and we deliver them at the same time, the …
Lately I have spoken to several founders who have told me that people have been asking them to do things with AI for their products/services. Clearly there is a hype, and a lot of attention is being focused around AI. In …
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 …
On countless occasions we hear that we need to be more proactive. In other words, taking the initiative and anticipating problems. But being proactive almost always comes at a cost, which is paid in advance, at best a …
It seems that one of the debates surrounding AI centres on whether this technology will eliminate a large number of jobs by matching or surpassing human capabilities. Although in almost no discipline today does AI match …
It’s been almost 10 years since I started working with agile. I remember my first experience was when I was working in southern France for Amadeus. At that time, the company’s management proposed changing and …
If you’ve ever developed a web application designed to handle a significant volume of users, you’ve faced the question of determining what resources your application needs to handle expected traffic with …