-
Pure CSS Spinner
- 301 Views
- 2 Likes
- 0 Comments
I walk you through how to create a loading spinner with just HTML & CSS.
-
Rails: Faker
- 51 Views
- 0 Likes
- 0 Comments
In this video, we continue on with our rails app and I introduce you to the Faker gem to create a lot of dummy data really quickly. Find the Faker gem
-
Rails: Models & Migrations
- 71 Views
- 1 Likes
- 0 Comments
Continuing our previous app by adding our first model and making our first migration.
-
Rails: Seeds
- 52 Views
- 0 Likes
- 0 Comments
Continuing our previous app by adding seeds, and creating our first view that renders out information directly from our database.
-
Ruby on Rails: Controllers & Routes
- 63 Views
- 0 Likes
- 0 Comments
Continue our previous app by generating our first controller and route, and adding to our first view.
-
Ruby on Rails: How To Generate A Rails App
- 92 Views
- 1 Likes
- 0 Comments
We go over how to generate a rails application using the terminal. We then go over launching our server so you can confirm your application is working!...
-
Setting Up A MetaMask Wallet with Polygon
- 40 Views
- 0 Likes
- 0 Comments
Let's set up a MetaMask wallet from scratch and add the Polygon Network! We will also discuss swapping Matic for ETH on the Polygon network and purchas...
-
Simplify Stuff with JavaScript
- 44 Views
- 1 Likes
- 0 Comments
In this video, I showed how I created a simple JS function and used Chrome's dev tools to interact with the DOM and simplify one of my daily tasks.
-
Studio Tutorial Companion Video
- 83 Views
- 0 Likes
- 0 Comments
This is the cast that was created during our YouTube Studio tutorial
-
Trivia Game: Connecting To the Open Trivia API
- 268 Views
- 1 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...