Best of The New StackNovember 2022

  1. 1
    Article
    Avatar of newstackThe New Stack·4y

    Improve your TypeScript Skills with Type Challenges

    The website tsch.js.org has a collection of Typescript-type challenges with an online judge editor. It is a real-world environment for executing, analyzing, learning, and sharing TypeScript code. The objective is to offer all the components required to create brief yet complicated types.

  2. 2
    Article
    Avatar of newstackThe New Stack·4y

    Say Goodbye to Browsers and Passwords

    Authentication is no longer a simple act of providing a username and password. It’s a journey that the user takes to confirm their identity and gain secure access to their resources. The browser is a solid choice as it gives us essential security features. Hypermedia allows users to traverse authentication steps as needed.

  3. 3
    Article
    Avatar of newstackThe New Stack·4y

    Redis Is Not Just a Cache

    Redis is used in the broader cloud native ecosystem, fits into many service-oriented architectures. Redis creator Salvatore Sanfilippo’s approach provides a lesson in how to contribute to open source. It is daunting to get into open source development work, Madelyn Olson said.