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
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