V School | Better Humans, Better Outcomes

Mongoose References

Tables In your Mongoose Schemas, you will have objects that have specified properties. These properties can reference other objects in other Schemas. This tutorial will explore some of the methods to doing this. One user has multiple todos If you are a user with todos, your todo schema will look

JSX

JSX JavaScript and XML JSX is Javascript and XML. By this point in the class you should know JavaScript but what is XML? To understand it let's look at HTML VS XML. HTML Hyper Text Mark Up language

Hello World

XML eXtensible Markup Language. Hello World The difference here is

Containers Components

There are many ways to organize your React app, so much of it is learning popular, tried and true patterns and principles. Maybe the most important of these is using Container Components. Container Components contain Presentation Components. Basically, container(Smart or Stateful) components and components(Dumb Component or presentational component)

Classes

What is a JavaScript "Class"? The class keyword was introduced in ES6, and is just syntactical sugar over the constructor function & prototype paradigm we’re used to working with in ES5. While the new class syntax doesn't fundamentally change how JavaScript works under the hood (JavaScript remains a prototype-based language

Digital Ocean Deployment: Jacob Evans Style

Prerequisites: 1. Full stack application that is connected to repo on git. 2. A Domain name bought through namecheap or someone other service that allows custom DNS Modifying your app to server your react code 1. Open your index.js for your server 2. Import path at the top of

V School | Better Humans, Better Outcomes © 2026