V School | Better Humans, Better Outcomes

Why Angular?

Life Before Angular What was life like before Angular? It was like this: $('.' + className + '[' + attrLookup + '^=' + attrPrefix ']:not(.' + notClass + ')'); And like this: $('#something') .append('

Linky
') .append('
Linky
') .append(''); And a little bit like

Data Types

Representing Data Data types (also known as data structures) allow programmers to represent information from the real world in code. They can be divided into 2 groups: primitive data types and complex data types. The specific types we'll focus on are: Primitive Data Types * Strings * Numbers * Booleans Complex Data Types

The Art of Googling

Motivation for Google-ing Well Less is More Too many words are confusing; Google is not a person, don’t use natural language! Be Specific Use ‘limiting words’ -- less common words that lead you to what you’re looking for Refine, Refine, Refine Use the ‘site:’ or the tilde (~) modifiers

Git Rundown

The Importance of Version Control What is git? Git is a distributed version control system. Distributed: * Files are stored on multiple machines (i.e. your local machine and github.com) Many people can work on one project simultaneously Version control: * previous versions of the project can be saved and retrieved

Intro to JavaScript

History of Javascript JavaScript was originally created in 10 days by Brendan Eich who was working at Netscape. The language is often confused by non-developers with Java, but they actually have very little in common. Those pushing JavaScript received a trademark license from Sun, but before that the language was

V School | Better Humans, Better Outcomes © 2026