Explore all newline lessons
lesson
How to Write and Compile a Solidity Smart ContractIntro to Programming Ethereum ĐAppsIn this video, we'll write our first Solidity smart contract
lesson
How to Write an Ethereum Smart Contract with SolidityIntro to Programming Ethereum ĐAppsIn this video, we'll write our first Solidity smart contract
lesson
What is a Smart Contract? An Intro to Ethereum and SolidityIntro to Programming Ethereum ĐAppsWhat is a smart contract? It's like a regular contract, but defined by code (and in Ethereum with Solidity, a smart contract is essentially an instance of a class).
lesson
Using Geth to Transfer Ethereum Between AccountsIntro to Programming Ethereum ĐAppsLet's transfer ETH between accounts
lesson
How to Mine Ethereum Locally with GethIntro to Programming Ethereum ĐAppsNow that we have some accounts, we can earn ETH by running a miner.
lesson
How to Create Ethereum Accounts with GethIntro to Programming Ethereum ĐAppsIn this video we'll install geth, create a local network, and create our first Ethereum account.
lesson
A Beginner's Guide to Coding with EthereumIntro to Programming Ethereum ĐAppsOne of the great things about a decentralized cryptocurrency is that we can directly connect to the network to make transactions. In this video, we'll talk about the Ethereum protocol and what client we'll use.
lesson
Continue the course with TinyHouseThe newline Guide to Building Your First GraphQL Server with Node and TypeScriptEnroll in TinyHouse to continue the course!
lesson
Module 3 SummaryThe newline Guide to Building Your First GraphQL Server with Node and TypeScriptThis lesson is a summary of the final state of the work done in Module 3.0.
lesson
Module 1 SummaryThe newline Guide to Building Your First GraphQL Server with Node and TypeScriptThis lesson is a summary of the work we've done in Module 1.0 where we built a very simple Node/Express/Typescript project.
lesson
Module 1 IntroductionThe newline Guide to Building Your First GraphQL Server with Node and TypeScriptThis is an introduction to the work we'll be doing in Module 1.0.
lesson
An Intro to Pushing Code to GitHub and Creating Pull RequestsTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoIn this short lesson, we'll take a bit of a tangent and talk about something we haven't talked about it in the course - creating Pull Requests for features