By Tag (6)

patterns

  1. Author avatar
    greenonsoftware 24 days ago

    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

    2
    0
    1
    0
    0
  2. Author avatar
    polubis 2 months ago

    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

    4
    0
    1
    0
    0
  3. Author avatar
    polubis 3 months ago

    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

    17
    1
    2
    1
    0
  4. Author avatar
    polubis 6 months ago

    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
    0
    0
    0
  5. Author avatar
    polubis 8 months ago

    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. Author avatar
    polubis 8 months ago

    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