The Future Of Software Engineering

Webinar is in progress

Join the Webinar
Tags
    Author
      Technology
        Rating
        Pricing
        Sort By
        Video
        Results To Show
        Most Recent
        Most Popular
        Highest Rated
        Reset
        https://image.mux.com/qLNYe8c5wakaKGgtgGlkNTnQHAPINMPFZKTVyxdZPak/thumbnail.png?time=0

        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://image.mux.com/62iFncMdvVmz59pPKF95KVrRAplc1rXrOpQ2vhEiP4U/thumbnail.png?time=0

        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://image.mux.com/eq4EV01GezxEKL4D00300OiHRx64GjuMjDu2IaeEiH6BIk/thumbnail.png?time=0

        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 that provides the capability to create a server. 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://image.mux.com/00Ml7DOIdc00TCYvWD1PZ00FX6TLpy302hurXyVoBJgGHk00/thumbnail.png?time=0

        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 can run on different platforms (Mac, Windows, Linux, etc.). It 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://image.mux.com/0062qtbGnl6hAe01soDTRQsYvxXYqjP01ym3fKXE7te58M/thumbnail.png?time=0

        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://image.mux.com/jZTTJ9sIueBJn4THzyG8EnAgAVWyS1uoSwaySJlch5E/thumbnail.png?time=0

        lesson

        How to Fetch Spotify API Data with Credentials with AxiosBuild a Spotify Connected App

        Use axios to send a request to the Spotify Web API and render response data on the front end

        https://s3.amazonaws.com/assets.fullstack.io/n/20211209203901209_CoverImage_SpotifyConnectedApp.png

        lesson

        Optimize React and Express.js code with npm concurrentlyBuild a Spotify Connected App

        Streamline development in a client/server architecture with Concurrently

        https://s3.amazonaws.com/assets.fullstack.io/n/20211209203901209_CoverImage_SpotifyConnectedApp.png

        lesson

        How to Pass OAuth Tokens to a React AppBuild a Spotify Connected App

        Use Create React App to quickly spin up a React front end and pass OAuth tokens from server to client