Tags
    Author
      Technology
        Rating
        Pricing
        Sort By
        Video
        Results To Show
        Hassan Djirdeh
        Courses
        Books
        Lessons
        Most Recent
        Most Popular
        Highest Rated
        Reset
        https://s3.amazonaws.com/assets.fullstack.io/n/20250212154330223_article-image.jpg

        lesson

        Better testing with Vue Test Utils30 Days of Vue

        Today, we'll look at Vueā€™s official testing library called [**Vue Test Utils**](https://vue-test-utils.vuejs.org/) that makes testing fun and relatively easy.

        https://s3.amazonaws.com/assets.fullstack.io/n/20250212154320771_article-image.jpg

        lesson

        Testing the App30 Days of Vue

        Today, we'll start creating unit tests by looking at a few features of our application, thinking about where the edge cases are and what we assume will happen with the component.

        https://s3.amazonaws.com/assets.fullstack.io/n/20250212154308920_article-image.jpg

        lesson

        Implementing Tests30 Days of Vue

        Yesterday, we discussed the importance of testing and some of the different types of unit testing libraries/suites that exist. Today, we'll begin to see unit testing in action.

        https://s3.amazonaws.com/assets.fullstack.io/n/20250212154300701_article-image.jpg

        lesson

        Introduction to Testing30 Days of Vue

        Test suites are an upfront investment that pay dividends over the lifetime of a system. Today, we'll introduce the topic of testing and discuss the different types of tests we can write.

        https://image.mux.com/01nabPkr3U5JuiG5vMhEv8ks6dRKV02eYobltSWhXyLaE/thumbnail.png?time=0

        lesson

        Introduction to Module 3The newline Guide to Building Your First GraphQL Server with Node and TypeScript

        In this module, we'll install Apollo Server and the GraphQL JavaScript library, create a GraphQL Schema, build GraphQL resolver functions to interact with our mock data, and recreate our schema with the much simpler GraphQL Schema Language.

        https://image.mux.com/UO1cYauC4AeCrpBQYnrvrHO7BLBFGV4OCXbEqMW69Fo/thumbnail.png?time=0

        lesson

        Introduction to Module 2The newline Guide to Building Your First GraphQL Server with Node and TypeScript

        In this module, we'll explain what GraphQL is, compare Github's REST and GraphQL APIs, and dive deeper into some core concepts of GraphQL.

        https://image.mux.com/xdHmr6DbuN7pI72t78zZth8qIrVhrtUF2gtVAh6sNYI/thumbnail.png?time=0

        lesson

        Build Example Mock Data to Test a GraphQL ServerThe newline Guide to Building Your First GraphQL Server with Node and TypeScript

        To help us get started, we'll begin by introducing a mock data array of rental listings in this lesson. This will help us get started before we begin to address more appropriate data persistence.

        https://s3.amazonaws.com/assets.fullstack.io/n/20230427114010253_article-image.jpg

        lesson

        How to Add Vue Router to an Application30 Days of Vue

        With our application scaffold established in the last article, let's use Vue's official client-side routing library, **Vue Router**, to enable routing in our application.

        https://s3.amazonaws.com/assets.fullstack.io/n/20230427114005223_article-image.jpg

        lesson

        An Introdution to Routing in Vue with examples30 Days of Vue

        The majority of large-scale applications we tend to create will usually have multiple views be kept in different routes. Today, we'll discuss client-side routing and set up the starting point of the routing application we'll build.

        https://s3.amazonaws.com/assets.fullstack.io/n/20230427114001197_article-image.jpg

        lesson

        How to Add Vuex to a Vue Application for State Management30 Days of Vue

        With the knowledge of the Flux pattern and Vuex, let's integrate Vuex onto a Vue application to build on top of the things we've learned using a simple global store.

        https://s3.amazonaws.com/assets.fullstack.io/n/20230427113956044_article-image.jpg

        lesson

        How to Use Simple Global Store for Vue State Management30 Days of Vue

        Yesterday, we gathered an understanding of how a global EventBus can use its events interface to have isolated components communicate with one another. Today, weā€™ll see how a **Simple Global Store** can be a more useful approach to handling state management.