Module 12 Introduction

This is an introduction to the work we'll be doing in Module 12.0.

This lesson preview is part of the TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two course and can be unlocked immediately with a single-time purchase. Already have access to this course? Log in here.

This video is available to students only
Unlock This Course

Get unlimited access to TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two with a single-time purchase.

Thumbnail for the \newline course TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two
  • [00:00 - 00:17] In the last module, we built functionality to have users be able to create listings in the host page. However, one thing we noticed was when a user is to provide an image for a listing, we upload the image and store it in the database in base64 format.

    [00:18 - 00:39] Storing images this way takes up a lot of memory in our database. In this module, we'll discuss about our existing approach of storing images of new listings and see how we can leverage Cloudinary, a cloud-based image and video management service to store images for our new listings on the cloud.

    [00:40 - 00:41] (drum hits)