-
Creating A Portfolio Website | Part 9: Finishing The Responsiveness
- 255 Views
- 1 Likes
- 0 Comments
We finish off making the portfolio fully responsive!
-
CSS: Hover Transition
- 457 Views
- 0 Likes
- 0 Comments
I go through a hover transition to a button so that it's smoother and not so choppy! It's crazy simple.
-
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.
-
Elixir Excerism Track - Lesson 2 "Lasagna"
- 353 Views
- 0 Likes
- 0 Comments
I finished the third lesson of the Elixir Series and practice functions by tackling the "Lasgna" exercise on Exercism.
-
Elixir Excerism Track - Lesson 3 "Pacman Rules"
- 359 Views
- 0 Likes
- 0 Comments
Let's tackle the packman rules lesson on Exercism. This is also homework for the Intro to Elixir Series!
-
Elixir Excerism Track - Lesson 4 "Freelancer Rates"
- 413 Views
- 0 Likes
- 0 Comments
Let's tackle the fourth lesson in the Elixir track, which works with floats and integers.
-
Elixir Excerism Track - Lesson 5 "Secrets"
- 331 Views
- 1 Likes
- 0 Comments
Let's tackle the Secrets exercise on the Exercism Elixir track!
-
Elixir Excerism Track - Lesson 6 "Log Level"
- 187 Views
- 0 Likes
- 0 Comments
Let's tackle the Log Level exercise on the Elixir Exercism track!
-
Elixir Exercism Track - Lesson 1 "Hello World"
- 266 Views
- 1 Likes
- 0 Comments
Welcome to the first exercise in the Elixir Exercism track! It's also the homework from the first Lesson in @tam's Intro to Elixir Series!
-
Flexbox: Align Items
- 271 Views
- 2 Likes
- 0 Comments
I go over how to align content on the cross-axis and how align-items really works in flexbox.