By Tag (4)

clean-code

  1. Augmenting nanostores: designing a layer for better DX

    We'll design the Nanostores library augmentation to show how with usage of some abstraction we may improve the developer experience

    react, nanostores, design-patterns, clean-code
    0
    0
    0
    0
    0
    0
  2. Exhaustiveness checking and discriminant property: the complete guide

    We'll fully understand exhaustiveness checking and discriminant properties, commonly used in the TypeScript world, along with their use cases, pros, and cons

    react, typescript, patterns, techniques, clean-code, code-quality
    9
    2
    6
    0
    0
    0
  3. Dependency injection does not need to be complex

    We'll dive into the most important topics of Dependency Injection and explore concepts like DI Container, DI Tokens, and Hierarchical DI

    angular, react, techniques, clean-code, maintenance, quality, stories
    4
    1
    1
    0
    0
    0
  4. Command Query Separation principle

    Command Query Separation is a handy principle that separates logic into commands, which modify, and queries, which read. We'll explain its impact on the codebase

    javascript, typescript, principles, patterns, code-quality, practices, clean-code
    0
    0
    1
    0
    0
    0