Member-only story

Weekly Digest #90

Weekly Dev Blog
3 min readAug 30, 2022

--

Articles

The Most Important Performance Management Rule For Software Engineers

onboarding issues:

  1. You Weren’t Ready For Your Report
  2. You Didn’t Set Clear Expectations For Your Report
  3. You Didn’t Unblock Things For Them
  4. Fuzzy Work

Lessons from Chaos Monkey: Embracing Chaos to Bring Order to Service Disruptions

Netflix’s Counterintuitive Solution to Improving Resiliency, using chaos monkey software tool. It does the equivalent of unplugging servers, breaking network connections, and unplugging databases to simulate an unreliable environment and enables teams and software to handle different outages.

The Ultimate Guide To Push Notifications For Developers

Why Use Push Notification

  • Push typically sees higher engagement than email — 20% open rate vs 2%;
  • Push doesn’t require users to hand over any personal information like an email address or phone number;
  • Push is cheap to send (unlike SMS which is upwards of 2c per message);
  • Push is quick to send;
  • Push has a high opt-in rate

--

--

No responses yet