Best of AT&T Israel2023

  1. 1
    Article
    Avatar of attiAT&T Israel·3y

    Authentication & Authorization using React, NestJS & JWT Token

    Authentication & Authorization using React, NestJS & JWT Token using NestJS, Passport and JWT libraries for the server side, React, and Redux toolkit (RTK query) for the client side. The article also includes detailed code examples to demonstrate how to implement authentication techniques in practice using JWT token.

  2. 2
    Article
    Avatar of attiAT&T Israel·3y

    5 Essential Points You Should Be Familiar With as a JavaScript Developer

    Promise.allSettled() takes an iterable of promises as its input parameter and returns a single promise. The result of each input promise will be resolved into an array of the entire results. When all three promises get resolved, resolves and the values will be printed. But wait, what if one promise (or more) is not resolved.

  3. 3
    Article
    Avatar of attiAT&T Israel·3y

    The Software Design Principle that we all agree on — Part I

    Part I Software design principles and frameworks are guidelines of good software development. Kfir Ezekiel: In practice, design discussions can often be a source of immense frustration for those involved. We will delve into the rich history of design principles in search of a unifying design principle.