By Tag (4)

typesafety

  1. Author avatar
    polubis 5 months ago

    Ugly relationship between tuples in TypeScript and JavaScript

    Let's check what a tuple really is and how it's possible that it works according to the definition in TypeScript, but not in JavaScript

    javascript, typescript, typesafety, type-inference, swift, tuples, data-structures, generics

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

    Inferring iterables with TypeScript

    We'll learn how the infer mechanism works in TypeScript and understand how to infer function arguments and specific array or tuple types

    typescript, infer, typesafety, mapped-types, type-magic

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

    Why you should start using Zod

    Let's explore what Zod can do and how it simplifies your daily work routine. We'll cover validation, type safety, and the general benefits of using this tool

    react, zod, typesafety, react-hook-form, trpc

    0
    0
    0
    0
    0
  4. Author avatar
    polubis 7 months ago

    Using Zod and TypeScript to write type safe code

    We'll implement 100% type safety for some code written in TypeScript. We'll do it without Zod, and later we'll build it up with Zod to see the difference

    zod, react, typescript, javascript, typesafety, typeguards

    0
    0
    0
    0
    0