In which we learn how often React renders components.
Avoid some tricky edge cases when decorating ActiveRecord models.
Pagination of APIs is a performance optimization trick. As a consumer, you may want to model things with a lazy stream instead.
If you like Sass, Neat 2.0 brings some awesome features that will make creating semantic websites and apps faster and easier. – A lightweight and flexible Sass grid from the folks at thoughtbot.
How to test integrations with a third-party API.
ExMachina 2.0 brings new features and functions for easier testing.
Improve test readability by leveraging RSpec’s matcher composition to make multiple assertions with a single matcher.
Complexity makes apps harder to use and harder to maintain. We can avoid that unnecessary complexity by starting with good defaults and from there making informed decisions about where to diverge from them.
Understanding different types of existing float grid systems, finding their strengths/weaknesses, and discovering something better.
Use Pipenv to simplify the management of dependencies in your Python projects.