Archive
Older pieces, kept because people still link to them. Both are from 2020 and both carry a note saying what has changed since.
- Custom RuboCops to support code reviews
- February 2020. Catch the issues that keep coming back in review by writing a cop for them, so a human never has to raise them again.
- Net::HTTP is not your API client
- February 2020. Firing off one request is not enough to interact with an API in production. If you are not willing to write the boilerplate that makes it robust, use a library.