Member-only story
Weekly Digest #91
2 min readSep 5, 2022
Articles
5 Steps to Bounce Back from a Negative Performance Review
- Don’t take it personally.
- Approach it with a growth mindset.
- Get clarity.
- Know how to measure your success.
- Implement a feedback loop.
Supercharging A/B Testing at Uber
Parameter decouples code from experiments. Instead of referring to the experiment name or treatment group in the client codebase (mobile or backend), the code branches on parameter values. Parameter always has a safe default value (usually equivalent to the “control” path), which ensures that the clients operate smoothly if a new overridden value doesn’t exist or isn’t received from the client due to network issues.