Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Introduction to TDD in Node and Typescript (and Jest)

    Posted By: BlackDove
    Introduction to TDD in Node and Typescript (and Jest)

    Introduction to TDD in Node and Typescript (and Jest)
    Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 48.0 KHz
    Language: English | Size: 1.11 GB | Duration: 2h 40m


    Learn and practice the basic rules of TDD using Nodejs Typescript and jest

    What you'll learn
    Introduction to TDD using Node and Typescript
    Jest testing framework
    Practice TDD with some exercises (katas)
    Inside-out approach a.k.a. classicist a.k.a. Chicago school TDD
    Outside-in approach a.k.a. mockist a.k.a. London school TDD
    Test doubles, mocks, spies, stubs, fakes and dummies

    Description
    This course is an introduction to Test Driven Development. TDD is a practice where we start writing tests defining the problem we have to solve and later writing the code implementation. By doing this, we focus on what we have to build and what are the expected outcomes of the software. We also have a safe space to try new designs, approaches and solutions to the same problem, as the boundaries and scope are well defined by the tests.

    In this course we will learn what is TDD, how to use it in a nodejs and typescript environment using jest as testing framework. During the way we will see the basic rules of it and how we can take advantage of being disciplined. To do so, will do some exercises to practice what we learned in a safe space with specific learning objectives. We will have some problems presented and we will start first writing the tests, one at a time and leveraging the design of our code from them using the red-green-refactor loop. Later we will learn how to use mocks and stubs and we will write the tests with our design already in mind and build our software with confidence according to our design decisions.

    Who this course is for:
    Developers with certain experience writing code
    Developers with certain experience writing tests