Zod Validation Typescript - Validate Your Code in Runtime

Поделиться
HTML-код
  • Опубликовано: 1 фев 2023
  • Learn Zod validation library which helps us to protect our Typescript blind stop in runtime. Typescript can't protect us from data that we get in runtime from different sources. Zod is a solution to that. With Zod validation we are sure that our application won't break in runtime.
    ► CHECK MY COURSES - monsterlessons-academy.com/co...
    FOLLOW ME
    ► TWITTER - / monster_lessons
    REFERENCES
    ► Source code - github.com/monsterlessonsacad...

Комментарии • 13

  • @waleedsharif618
    @waleedsharif618 Год назад +1

    One question: there are many react clones of popular websites tutorial on youtube, can we code a clone and add to our public github repository ? I don't want to use it for any business or sell it to somebody. I want to use it just to get job, that shows my skills, so is it illegal to code for example google clone(using google logo and google api) and add it to my public github repository?

  • @idiot3641
    @idiot3641 Год назад

    Thanks a lot for completing my request

  • @Iandavidandrino
    @Iandavidandrino 9 месяцев назад

    thank you

  • @anton9410
    @anton9410 Год назад

    What editor are you using and is there a specific reason you don't use VS Code?

    • @shakapaker
      @shakapaker Год назад +2

      I think vim it's better for DevOps when you need to write a lot of things in the terminal and etc. but also it may be a personal preference. However, it is interesting to hear the author's opinion.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Год назад +2

      Here is my video about Vim and why I use it. ruclips.net/video/YrLiugDhCuk/видео.html

  • @taras7844
    @taras7844 Год назад

    Can you please record a video on how to install and configure a code editor like yours?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Год назад +1

      It is quite custom and may be difficult especially on windows. Here is a general video about my editor and why I use it
      ruclips.net/video/YrLiugDhCuk/видео.html

  • @shakapaker
    @shakapaker Год назад +3

    It's too basic explanation, plase create a video with advanced usage of zod, some complex validations and etc.

  • @pvchio
    @pvchio 3 месяца назад

    zod is very useless if you don't run the API. API change or backend change can still silently break your frontend project unless you already have UI automation tests in place.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  3 месяца назад

      Well yes, because it's not a goal of Zod. What you are talking about is TRPC then.