-
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.
-
How to test integrations with a third-party API.
-
How helping others made me a better developer.
-
Want to build a random generator? A JSON decoder? Combine multiple Maybes into a more complex one? Do it all with this one simple trick.
-
A step-by-step guide to implementing a custom onChange
event in Elm 0.18.
-
Choose the right tool for the job when building modular software.
-
Using composition to build modular object-oriented systems.
-
Solving the combinatorial explosion problem with multiple inheritance.
-
Using inheritance to share common logic.
Sign up to receive a weekly recap from thoughtbot