V School | Better Humans, Better Outcomes

Building a Bar Chart - HTML, Vanilla JS, D3

We are going to teach you how to build a basic bar chart in this write-up 3 ways. * Statically, * Using only HTML * Dynamically, * Using Vanilla JS * Using D3 HTML First, let's look below at the code of a completed Bar Chart. Bar Chart HTML

Set Timeout and Set Interval

setInterval and setTimeout are two of the higher order functions in Javascript. Higher order functions take a function as one of their arguments like we see below: setTimeout(function(){}); setInterval and setTimeout provide a way for you to tell your program to run a function or evaluate an expression after

Emailing Your Resume to Real People - A Quality-Based Approach to Job Applications

Your resume and application have a much larger chance of being noticed and responded to if you submit them not only via the traditional application process, but also directly to a person who works at the company. Ideally this contact would be a recruiter, someone in the HR department, a

"Easily Apply" - A Quantified Approach to Job Applications

"Easily Apply" is a great feature for applying to multiple jobs in a short period of time, but I only recommend it for people who are open to working anywhere as for you, there will be thousands of jobs available. Simply click "Easily Apply" next to a job posting and

D3: The Mighty Data (visualization)

Parts of this write-up come from the beautifully written scrimba course found here and also from the D3 docs This is an intro to D3 What is D3.js? * An Open Source JavaScript Library * Helps creating visual representations of data * Uses HTML, CSS, and SVG * Viewable on modern browsers * An

V School | Better Humans, Better Outcomes © 2026