Glenn Stovall's Public Notebook

links i share frequently with junior developers

  1. You are not your job title - A lesson that just because you are a frontend engineer, that doesn't mean you can't write or design or do product research. Your goal at the end of the day is to deliver value, not write code.
  2. Deploys are the wrong way to change user experience - A talk on using feature flags, and not making giant changes via merges.
  3. The wrong abstraction - A way of thinking about making the wrong abstractions, and why some duplicate code is okay sometimes.