By Tag (4)

patterns

  1. Author avatar
    polubis 10 days 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

    4
    0
    1
    0
    0
  2. Author avatar
    polubis 3 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
  3. Author avatar
    polubis 6 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
  4. Author avatar
    polubis 6 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

    0
    0
    0
    0
    0