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

    Vue with Test Driven Development

    Posted By: yoyoloit
    Vue with Test Driven Development

    Vue with Test Driven Development
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
    Genre: eLearning | Language: English + srt | Duration: 61 lectures (12h 21m) | Size: 4.78 GB

    Learn Vue 3 by applying test driven development (using jest, testing-library/vue) What you'll learn:
    Build application with Vue 3
    Build an application with multiple language support
    Build an application with client side routing, by using vue router
    Implement global state management with Vuex
    Practice Test Driven Development in a complete project from beginning to the end.
    Learn the test runner, Jest and understand how to structure test modules
    How to mock external dependencies in testing.
    Feel how the test driven development is giving confidence when refactoring your application.

    Requirements
    Experience with javascript is required

    Description
    The frontend world is having very popular frameworks which are heavily used in most of the applications.

    In this course we will be learning Vue 3 by creating a web application with it. Also we will apply test driven development (TDD) methodology from beginning to the end.

    while building this application, we will learn

    client-side routing. we will apply our custom implementation then we will use vue-router library

    internationalization

    global state management in a component based application by using vuex

    and we will see

    how test driven development works.

    how it's affecting our code quality, reusability

    how it's giving us the confidence about refactoring our implementation

    how to avoid implementation details while creating tests

    This course is purely built on practice. Each code piece we write, will be for our actual application implementation.

    In each section we will gradually build our application. We will not jump ahead and add functionality not needed for that moment. We will implement one requirement at a time. Each implementation will bring the next requirement to us.

    And following this practice, will help you to get a solid foundation about overall web application requirements and how to implement one of them with Vue by following test driven development methodology.

    After completing the course, you will be able to use Vue in your next project and you will experience the benefits of test driven development.

    Who this course is for
    Developers who want to learn Vue 3
    Developers who want to see Test Driven Development in action