- Why does Object.keys on a Record return string[]? https://charles-stover.medium.com/why-does-object-keys-on-a-record-return-string-dce1c12bf77b 6 comments typescript
- Replacing let with const – Even when it feels impossible https://charles-stover.medium.com/replacing-let-with-const-86797b790775 337 comments javascript
- Use the React context API instead of mocking in unit tests https://charles-stover.medium.com/use-the-react-context-api-instead-of-mocking-in-unit-tests-7b8a44f549d6 3 comments reactjs
- Unit test your implementation of third party libraries https://charles-stover.medium.com/unit-test-your-implementation-of-third-party-libraries-87b7b914c1d7 3 comments javascript