V School | Better Humans, Better Outcomes

This is a Test

Write a mocha/chai test for a function called `getLongestString` that does the following: ...

Express Query Practice

const inventoryItems = [ { name: "banana", type: "food", price: 200, },{ name: "pants", type: "clothing", price: 2500, },{ name: "basket ball", type: "toy", price: 1000, },{ name: "rockem sockem robots", type: "toy", price: 1500, },{ name: "shirt", type: "clothing", price: 800, },{ name: "soup", type: "food", price: 300, },{

Getting Started as a Freelance Web Developer

Freelancing can be really attractive, especially to people who like the idea of being-your-own-boss. You're in charge of when you work and who you work for, for how long and what you get paid. You're also in charge of filing taxes, finding new clients, and personal training to stay on

Using the Ghost editor

Ghost uses a language called Markdown to format text. When you go to edit a post and see special characters and colours intertwined between the words, those are Markdown shortcuts which tell Ghost what to do with the words in your document. The biggest benefit of Markdown is that you

HTTP and the Internet

In this article we will be going over the basics of HTTP, along with how information is passed around the web between web servers and web browsers. This is important because a program or website's ability to maintain information is due to it being able to request and save information

V School | Better Humans, Better Outcomes © 2026