Links I share frequently with junior developers
- 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.
- Deploys are the wrong way to change user experience - A talk on using feature flags, and not making giant changes via merges.
- The wrong abstraction - A way of thinking about making the wrong abstractions, and why some duplicate code is okay sometimes.