harisrid Tech News
Spanning across many domains – data, systems, algorithms, and personal
recent posts
- BEHAVIORAL INTERVIEWING : OBSERVATIONS NOTICED
- SENIOR BEHAVIORAL INTERVIEW PREP : Working with Limited Information and Making Wrong Decisions. And the lessons learned.
- Data Engineering Interview Insights: Key Skills & Challenges
- INTERVIEWING – System Design – What Does an Evaluation Resemble?
- BEHAVIORAL – A Junior Level Story : Server Diff Testing
about
Category: process
-

A primer Debugging and triaging issues in distributed systems is non-trivial – in fact, I’d argue that thinking and building for distributed systems makes most professional software engineer jobs difficult; more than coding. Coding up an application is easy, but not when you run into the scenarios of scalability, rate limiting, large data volumes, or…