Tags
    Author
      Technology
        Rating
        Pricing
        Sort By
        Video
        Results To Show
        Most Recent
        Most Popular
        Highest Rated
        Reset

        https://embed-ssl.wistia.com/deliveries/bed843026d7f9e23d55579f198ae9da2.jpg

        lesson

        How to Compile a TypeScript Node.js ProjectThe newline Guide to Building Your First GraphQL Server with Node and TypeScript

        TypeScript is a development tool geared towards making building JavaScript applications more robust. In an application's deployed state (browser or server), TypeScript must be compiled to valid JavaScript. In this lesson, we'll see how the TypeScript compiler provides us with a command to compile and produce JavaScript code from TypeScript.

        https://embed-ssl.wistia.com/deliveries/d89fb3ddcb93fe9eca07819a7edcafc2.jpg

        lesson

        How to Set up a Node.js Server with TypeScriptThe newline Guide to Building Your First GraphQL Server with Node and TypeScript

        We'll get started with TypeScript in this lesson by installing a few necessary packages in our server and setting up the configuration of our TypeScript compiler.

        https://embed-ssl.wistia.com/deliveries/a3525eeb7f26a12a4f4727a3299532e1.jpg

        lesson

        What is TypeScript? A Beginner's GuideThe newline Guide to Building Your First GraphQL Server with Node and TypeScript

        JavaScript is considered a weakly typed language. In this lesson, we'll go through a simple example of why that can be an issue in development and where TypeScript falls in the picture.

        https://embed-ssl.wistia.com/deliveries/d0ff953ce4467bf67467486f88b4bd55.jpg

        lesson

        How to Automatically Reload a Node.js Server with NodemonThe newline Guide to Building Your First GraphQL Server with Node and TypeScript

        Nodemon is an open-source utility tool that helps automatically restart a Node server whenever a change in code is detected in development. In this lesson, we'll install Nodemon and introduce an application script that will start the Node server with Nodemon.

        https://embed-ssl.wistia.com/deliveries/473a06046bc5eb1d7b0a2624a979f853.jpg

        lesson

        How to Create a Minimal Express Node.js ServerThe newline Guide to Building Your First GraphQL Server with Node and TypeScript

        Web servers provide functionality for requests that can be made from client applications. Node has a built-in HTTP module to allow for building a server that facilitates the transfer of data in HTTP. With this lesson, we'll look to use the popular Express framework as the replacement of the core HTTP module to create a minimal Node server, with Express routing.

        https://embed-ssl.wistia.com/deliveries/dc8cb0dcefb9f511fdbc4750d005ee88.jpg

        lesson

        What is Node.js? A Beginner's Guide.The newline Guide to Building Your First GraphQL Server with Node and TypeScript

        Node is a JavaScript runtime environment that was first introduced in 2009 by Ryan Dahl, as a response to how slow web servers were at the time. In this lesson, we'll introduce Node and talk about the capability Node provides to make I/O tasks asynchronous and non-blocking.

        https://embed-ssl.wistia.com/deliveries/28559477504cadb625b8b2538914feea.jpg

        lesson

        Welcome, Getting StartedThe newline Guide to Building Your First GraphQL Server with Node and TypeScript

        Introduction to the Newline guide to building your first GraphQL server with Node and TypeScript.

        https://embed-ssl.wistia.com/deliveries/a54000fa1802d1dcb8adfbe6a38cc7bbcfaeef24.jpg

        lesson

        How to Add a README.md File to ReactBuild a Spotify Connected App

        Add a descriptive and helpful README to our project