Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
How to Compile TypeScript Code With tsc

lesson

How to Compile TypeScript Code With tscTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL

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.

How to Add TypeScript to a Node.JS Server With ts-node

lesson

How to Add TypeScript to a Node.JS Server With ts-nodeTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL

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.

What is TypeScript? TypeScript vs JavaScript for Development

lesson

What is TypeScript? TypeScript vs JavaScript for DevelopmentTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL

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.

How to Use Nodemon to Auto Reload Node.js

lesson

How to Use Nodemon to Auto Reload Node.jsTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL

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.

How to Build a Minimal Express.js Server With Node

lesson

How to Build a Minimal Express.js Server With NodeTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL

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.

What is Node? Intro to Node File System with JavaScript fs

lesson

What is Node? Intro to Node File System with JavaScript fsTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL

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.

Web Developer Field Guide

lesson

Web Developer Field GuideYour First 30 Days of Web Development

Yesterday brought the beginning, tomorrow brings the end, though somewhere in the middle we became best friends. #BFF ๐Ÿ’™

File Systems and Types

lesson

File Systems and TypesYour First 30 Days of Web Development

If you were the captain of a ship, I basically just showed you how to sail a ship, but did not tell you if you'd be in the Atlantic, Bering Strait, or a bathtub ๐Ÿ›€.

File Paths Part II

lesson

File Paths Part IIYour First 30 Days of Web Development

Rounding out our file paths discussion with the Absolute File Path. Trick: think about trees ๐ŸŒณ.

What is a terminal, and why should I care?

lesson

What is a terminal, and why should I care?Your First 30 Days of Web Development

Not knowing how to use a terminal would be like a writer not knowing how to use a computer; sure they could use a typewriter or good-old pen and paper, but how effective would they be?