React Function Components
A guide to React Function Components, covering syntax, props, and using Hooks for modern React development.
A guide to React Function Components, covering syntax, props, and using Hooks for modern React development.
Argues for using multiple React component compositions over inline conditionals for better code maintainability and understandability.
Explores the balance between subclassing and composition in Python, arguing for a pragmatic approach to object-oriented design.
A pragmatic analysis of when to use subclassing vs. composition in Python, exploring three distinct types of inheritance.
A developer's first week at Recurse Center, focusing on pair programming, analyzing PHPUnit's codebase, and planning a web-based command prompt project.
Explains functional composition in programming, building on concepts like currying and higher-order functions with practical JavaScript examples.
Explains why certain React APIs like React.memo are not Hooks, focusing on composition and debugging constraints.
Explores 7 key architectural principles for building reliable, maintainable, and reusable React components, focusing on design best practices.
Explains the Managed Extensibility Framework (MEF) using a shed-building analogy, focusing on its core concepts: export, import, and compose.
A critique of object-oriented inheritance, arguing it forces problematic 'is-a' relationships and promotes using composition (has-a) and the Strategy pattern instead.