V School | Better Humans, Better Outcomes

Style Guide for Written Articles on Ghost

Main Topic Title is in the title of the blog above ^^ (h1), so don't use h1s for anything else in the article. First-level subtitles (h2) Second-level subtitles (h4) Third-level subtitles (h6) In the markdown, always include a space between the hash marks (##) and the header word: ## First-level subtitles. Never put

Style Guide (Assignments)

Main Topic Title is in the title of the blog above ^^ (h1), so don't use h1s for anything else in the article. First-level subtitles (h2) Second-level subtitles (h4) Third-level subtitles (h6) Separate h2-level headers with a line break: Don't forget to edit the metadata in settings (gear icon in the

Let's Talk About Huntr.co - A Tutorial on Tracking the Jobs You Apply For

When job searching, we all go through the same steps: applying for jobs, getting rejected and applying again. Sometimes there's not even a formal rejection and over time, it can all get pretty disheartening. You find yourself asking - "Am I doing enough?", "Am I just not cut out for

Smallest Product

Warmup Given an array of integers, write a function that returns the smallest product of 3 numbers. Example: const input = [1,2,3,4] smallestProduct(input) // --> returns 6 The smallest product that can be obtained is 6 because 1 * 2 * 3 equals 6. No other combination of numbers will

Student Success

A Preface: “Everything you want is just outside your comfort zone.” // Robert Allen - The One Minute Millionaire You’ve committed to doing something really, really hard. Let us give you some pointers. Everyone Create Rhythms, Plan, Reflect, Rest The most productive people do not have to ask themselves what

V School | Better Humans, Better Outcomes © 2026