11/22/2023
One of the fundamental challenges in software engineering is managing and minimizing complexity. This challenge is not just a theoretical concern; it has real and tangible impacts on the pace of development.
Author
10/17/2023
In the emerging age of AI generated code, is leetcode really the best way to evaluate technical candidates (was it ever)?
8/14/2023
A lot of information can be found online about suggested best practices for pull requests (PRs) and code reviews, particularly regarding the ideal size, scope, and description of PRs, as well as the desired response time and comment style for code review comments.
8/8/2023
EXPEDIA GROUP TECHNOLOGY — ENGINEERING The Importance of Being a Code Reviewer A framework for giving feedback to others’ code Feedback is like a steak — if it’s too raw, no one likes it, but …
Carlo Sales
7/9/2023
When it comes to code reviews, it’s a common phenomenon that there is much focus and long-winded discussions around mundane aspects like code formatting and style, whereas important aspects (does the code change do what it is supposed to do, is it performant, is it backwards-compatible for existing clients, and many others) tend to get less attention. To raise awareness for the issue and providing some guidance on aspects to focus on, I shared a small visual on Twitter the other day, which I called the "Code Review Pyramid".
11/26/2022
Reverse Pull-Requests How We Used GitHub PRs In A Trunk-Based, Continuous Deployment Development Team by Lukasz Gryzbon & Antony Marcano In a fast-paced world, more teams have microservices …
Antony Marcano