-
Creating A Portfolio Website | Part 2: Setup, Assets & NavBar
- 424 Views
- 3 Likes
- 0 Comments
In the second part of this series, we begin building out our app by setting up the structure, installing bootstrap, gathering and editing our assets, a...
-
Creating A Portfolio Website | Part 1: Planning & Design
- 681 Views
- 2 Likes
- 0 Comments
In this new series, I am going to be going through building a portfolio website from start to finish. In the first installment, we will be going over u...
-
Codewars | Simple Pig Latin (JavaScript)
- 565 Views
- 2 Likes
- 0 Comments
We work together to solve one of the Kata's over on the Codewars website. Today we're solving the "Simple Pig Latin" JavaScript kata. Check out the Cod...
-
Codewars | Grasshopper (JavaScript)
- 314 Views
- 0 Likes
- 0 Comments
We work together to solve one of the Kata's over on the Codewars website. Today we're solving the "Grasshopper" JavaScript kata. Check out the Codewars...
-
Rails: Faker
- 152 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: Seeds
- 166 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.
-
Rails: Models & Migrations
- 199 Views
- 1 Likes
- 0 Comments
Continuing our previous app by adding our first model and making our first migration.
-
Codewars: Vowel Count (JavaScript)
- 930 Views
- 0 Likes
- 0 Comments
We work together to solve one of the Kata's over on the Codewars website. Today we're solving the "Vowel Count" JavaScript kata. Check out the Codewar...
-
Studio Tutorial Companion Video
- 176 Views
- 0 Likes
- 0 Comments
This is the cast that was created during our YouTube Studio tutorial
-
Ruby on Rails: Controllers & Routes
- 157 Views
- 0 Likes
- 0 Comments
Continue our previous app by generating our first controller and route, and adding to our first view.