Languages/Paradigms
Avoid long If/else with a Strategy Pattern
· โ˜• 5 min read · โœ๏ธ Iskander Samatov
In this post, let's cover Strategy Pattern. This pattern will help you write loosely coupled code and avoid long if/else statements.

Node.JS: Composable factory functions over classes
· โ˜• 6 min read · โœ๏ธ Iskander Samatov
Composable Factory Functions let you create objects that combine multiple features without creating a tightly coupled class hierarchy.