-
Learn With Me | Intro To Elixir Lesson Two - Immutability Homework
- 185 Views
- 2 Likes
- 0 Comments
Do the homework from lesson two with me! (In which the real lesson was I should always read docs when I'm rusty).
-
Markdown Basics
- 137 Views
- 0 Likes
- 0 Comments
We go over some of the basic syntax of Markdown and why knowing Markdown can be valuable for any developer.
-
Play CSS Grid Garden With Me!
- 146 Views
- 0 Likes
- 0 Comments
Follow along as I play through and explain all the levels of CSS Grid Garden!
-
Play Flexbox Froggy With Me!
- 154 Views
- 1 Likes
- 1 Comments
Learn CSS while playing along on https://flexboxfroggy.com/.
-
Pure CSS Spinner
- 861 Views
- 2 Likes
- 0 Comments
I walk you through how to create a loading spinner with just HTML & CSS.
-
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: Models & Migrations
- 199 Views
- 1 Likes
- 0 Comments
Continuing our previous app by adding our first model and making our first migration.
-
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.
-
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.
-
Ruby on Rails: How To Generate A Rails App
- 178 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!...