Image
Articles

Categories

  • React
  • Testing
  • CSS
  • Gatsby
  • Tailwind
  • Javascript
  • Productivity
  • Typescript
  • Git
  • Redux
  • GraphQL

Javascript

Articles

Redux selector test duplication

Jul 13, 2021
JavascriptTesting

When writing integration tests (tests that do minimal mocking) I often find myself duplicating test cases. In scenarios like this…

Don't make assumptions about JS performance

Mar 11, 2020
Javascript

After re-reading YDKJS: Async and Performance. I had the realization that I have been making over-optimizations. I had not taken…