By Tag (6)

patterns

  1. 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
    5
    0
    5
    0
    0
  2. Crafting SOLID and type safe APIs in Node and TypeScript

    Guidelines for creating solid architecture, stable codebase, and reliable backend APIs for cloud or on-premise solutions

    solid, backend, patterns, architecture, google-cloud, aws, micro-services, typescript, node
    6
    1
    5
    0
    0
  3. Everything about barrel exports in JavaScript

    Barrel exports are a common pattern in web development for organizing imports. Let’s explore their pros and cons to understand them better

    performance, patterns, barrel-exports, webpack, bundlers
    22
    2
    5
    2
    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
  5. Prevent unwanted overrides by using modification dates

    Let's eliminate the risk of conflicting entity changes by validating the modification date. We'll implement this on the backend and handle any errors on the frontend

    react, node, javascript, backend, patterns, validation
    0
    0
    0
    0
    0
  6. Creating reusable and framework agnostic link component

    We'll create a generic Link component. It will work for React-related frameworks. It will enable the same appearance for external and internal navigation

    react, patterns, render-slot, typescript, tailwind
    1
    0
    1
    0
    0