Are Tech Leads Still Needed in the AI Era?
- Published
- Author
- Arif IkhsanudinBackend Developer
With AI tools writing code, reviewing pull requests, and generating documentation, you might wonder if tech leads are becoming obsolete.
Read moreStay up to date with practical insights on backend engineering, system design, and building reliable software.
With AI tools writing code, reviewing pull requests, and generating documentation, you might wonder if tech leads are becoming obsolete.
Read moreSidekiq makes background job processing look simple until you hit retry storms, lost jobs, and race conditions. Here are the patterns that prevent those problems before they reach production.
Read moreBlue-green deployment eliminates most of the risk in production releases by keeping the previous version fully operational until the new one is validated. The infrastructure cost is real — but it's often far less than the cost of a difficult rollback.
Read moreIDOR (Insecure Direct Object Reference) is consistently the most common API vulnerability. It occurs when an API endpoint accepts a resource identifier and returns or modifies the resource without verifying the caller has permission to access that specific resource.
Read moreA Rails API that works correctly for the team that built it is not the same as one that's pleasant to integrate against. Here are the design decisions that determine whether clients come back with questions or with praise.
Read more