Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
How to Fetch Spotify API Data with Credentials with Axios

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

Optimize React and Express.js code with npm concurrently

lesson

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

Streamline development in a client/server architecture with Concurrently

How to Pass OAuth Tokens to a React App

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

How to Implement OAuth Flow in Express and Node.js

lesson

How to Implement OAuth Flow in Express and Node.jsBuild a Spotify Connected App

Build out Spotify's Authorization Code OAuth flow with Express

What is OAuth and How Does it Work? [with examples]

lesson

What is OAuth and How Does it Work? [with examples]Build a Spotify Connected App

Learn how OAuth works and how it will work with the Spotify API

How to Setup a React Developer Environment with nvm

lesson

How to Setup a React Developer Environment with nvmBuild a Spotify Connected App

Getting our local development environments set up with nvm

Third-person camera controller - part 2

lesson

Third-person camera controller - part 2Unity for Beginners - Animal Crossing

Let's write a script for your camera which will follow our main character as it walks. The camera will also be able to zoom in and zoom out.

Third-person camera controller - part 1

lesson

Third-person camera controller - part 1Unity for Beginners - Animal Crossing

Let's take a look at the components and properties of the camera object in the inspector window.

Third-person movement - part 2

lesson

Third-person movement - part 2Unity for Beginners - Animal Crossing

We will be using Rigidbody-based movement for our character to make it move left, right, forward and backward. There are two general ways to implement movement of a character in combination with Unity's physics engine.