V School | Better Humans, Better Outcomes

Second Full Stack Application

This is the second of three self-directed, larger-scale, full-stack applications that you'll be building over the remaining weeks of the course. In your previous full stack application you practiced everything you need to know in order to build beautiful, data-driven web applications that can provide a real benefit to users.

Copy Cat

Write a function that takes an object as a parameter and returns a "deep copy" of it. A "deep copy" is where the two objects have all the same properties and values as each other, but are living at different memory addresses. If one of them changes, the other is

Deploying With Digital Ocean & nginx

DigitalOcean is a simple and robust cloud computing platform, designed for developers. It allows your to deploy websites on a remote server. NGINX is a free, open-source, high-performance HTTP server and reverse proxy. NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption.

Sorty McSortSort

Write a function that takes two parameters, an array of user objects and a boolean 'sortAscending'. If the boolean 'sortAscending' is true, sort the array of user object by last name from A-Z. If the boolean is false, sort the array from Z-A. Try to do this without using Array.

Week 7 Interview

This will be a demonstration of your understanding of the topics covered in HTTP/APIs Level 3 and Databases Level 2. It will consist of a technical interview with an instructor or TA. Technical interview The instructor/TA will ask you to answer / explain the following questions / topics: * What REST

V School | Better Humans, Better Outcomes © 2026