lesson
Testing the Home Component IITinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoIn this lesson, we complete our tests for the Home component.
lesson
Testing the Home Component ITinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoIn this lesson, we begin preparing tests for the Home component.
lesson
How to Use Apollo to Test GraphQL Requests in ReactTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoIn this lesson, we'll talk about one other minor testing utility we'll use to help mock GraphQL requests in our tests - Apollo React Testing.
lesson
Using Jest and React Testing Library to Test React ComponentsTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoIn this lesson, we'll talk about the two main testing tools we'll use to test our React components - Jest & React Testing Library.
lesson
An Intro to Software Testing: End-to-End vs. Unit TestingTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoIn this lesson, we introduce the concept and benefits of unit testing in web applications.
lesson
Getting StartedTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoIn this lesson, we'll begin installing the testing libraries we are to use on the client application.
lesson
Introducting Module 3TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoThis is an introduction to the work we'll be doing in Module 2.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
lesson
Module 18 IntroductionTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoThis is an introduction to the bonus work we'll be doing in Module 18.0.
lesson
Google Maps Node Package UpdateTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoThis section discusses the migration from @google/maps to @googlemaps/google-maps-services-js.
lesson
How to Migrate a React App From MongoDB to PostgreSQLTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoIn this lesson, we'll convert the server of our TinyHouse project to use PostgreSQL & TypeORM.
lesson
An Intro to Object-Relational Mapping With TypeORM in Node.jsTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoObject-Relational Mapping (ORM) is a technique that lets one access and modify data from a database using an object-oriented paradigm. In this lesson, we'll discuss ORM and be introduced to a popular ORM used for JavaScript and TypeScript, TypeORM.