-
Trivia Game: The Logic
- 223 Views
- 2 Likes
- 0 Comments
In this cast, we finish building out the trivia app by adding all the logic needed to make the application work.
-
Trivia Game: Finishing The Game Structure
- 203 Views
- 2 Likes
- 0 Comments
In this Cast, I continue building out the trivia game and finish off the structure of our application.
-
Trivia Game: Shuffling Our Question Array
- 230 Views
- 2 Likes
- 0 Comments
In this Cast, we continue building out our trivia game and work on shuffling our questions. We will be shuffling our array using the Fisher-Yates shuff...
-
Trivia Game: Setting Up The Structure
- 344 Views
- 2 Likes
- 0 Comments
In this Cast, we continue making our trivia game app. We set up the structure and begin to build out the pieces we will use in this game.
-
Trivia Game: Connecting To the Open Trivia API
- 1336 Views
- 2 Likes
- 0 Comments
The first cast in the series where I will be building out a simple trivia app using the Open Trivia Database API. In this Cast, we connect and make a f...
-
JavaScript: Random Number Generator
- 243 Views
- 2 Likes
- 0 Comments
I show you how to generate a random number using some of JavaScripts built in functions.
-
Create A Basic Node.js Server
- 409 Views
- 1 Likes
- 0 Comments
I walk you through creating the basic 'hello world' Node.js server provided in the documentation, and explain how the pieces are working.
-
CSS: Make A Sticky Navbar
- 161 Views
- 2 Likes
- 0 Comments
I go over how to create a Navbar that stays at the stop of the page on scroll. I explain the difference between using position: fixed vs sticky.
-
HTML: Inline vs External Styles
- 165 Views
- 1 Likes
- 0 Comments
I go over how to add styles to your html inline and via an external stylesheet, as well as discussing the value of using an external stylesheet.
-
Flexbox: Flex Items
- 270 Views
- 1 Likes
- 0 Comments
I go over the different flex properties that effect the flex children, such as order, align-self, and flex-grow. I also briefly touch on the concept of...