Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.82 KB

2020-february.md

File metadata and controls

45 lines (29 loc) · 1.82 KB

February 2020

Tech

React 16: A look inside an API-compatible rewrite of our frontend UI library

Article

  • Talks about the operations of a fairly large library rewrite, aim to be backwards API-compatible
    • Running old vs. new via a feature flag is pretty useful ehre
    • TDD against old test cases (really, this safety net is the best bit of adding tests)

Life

Dan Abramov's Decade in Review

Article

The Unending Chasm, and How to Survive It

Article

  • Companies can be still successful if theyr'e stuck in the chasm (primarily relying on push-based sales)
  • Some markets will never be "pull" based
    • Learn into providing services / integration work
  • Some buyer groups can be very hard to sell to, causing lower contract values and higher acquisition costs
  • Premium on survival

Good Product Manager/Bad Product Manager

Article

  • Various good / bad skills and behaviours of product managers
  • Dictate your product story, manage it, deliver it, and own it

Hire a VP of Engineering

Article

  • "Head of engineering or VP of engineering is the executive that grows and manages the engineering team, is responsible for assessing the time it will take to deliver features (or products), and delivering quality releases on that schedule."
  • Brings sanity into the engineering process; has mental accounting of when development, tech debt, etc. make sense
  • Builds, maintains, and evolves the engineering culture and processes as it scales