Double Shot #2448
- React Testing Library - "Simple and complete React DOM testing utilities that encourage good testing practices."
- Rethinked guide to testing React & Redux applications - Some overall guidance born of experience.
- How to Make Good Code Reviews Better - A selection of general guidance, recognizing that this is a social rather than a technical process.
- Sid Sijbrandij: “People don’t want to commute; they just don’t want to miss out” - Remote work guidance from GitLab, which practices it.
- Ruby 2.6.5 Released - Along with new versions of 2.4 and 2.5, all with security patches.
- Psychometry: Science, pseudoscience and make-belief - An argument against trying to do team building with tools like MBTI, DISC, or color profiles.
- Conventional Commits - "A specification for adding human and machine readable meaning to commit messages."
- Observations on Observability - A high-level overview without reference to particular vendors or products.
- Engineering Career Development at Etsy - Background behind Etsy's newly open-sourced career ladder.
- Get unused routes of large Rails App - Automatically comparing your routes file to your controller actions.
- Ruby 2.7 adds Enumerator::Lazy#eager - Things like this just confuse me.