-
Using Google Fonts
- 46 Views
- 0 Likes
- 0 Comments
I go through how to navigate and choose google fonts, and how to add them to your application.
-
CSS: Hover Transition
- 164 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.
-
JavaScript: Make A Progress Bar
- 158 Views
- 0 Likes
- 0 Comments
Make a progress bar with me using simple HTML, CSS and JavaScript.
-
Initializing A Git Project
- 107 Views
- 1 Likes
- 0 Comments
How to set up git in a project on your local machine and add it to GitHub in a remote repository. Featuring rambling!
-
JavaScript: Merge Arrays
- 48 Views
- 1 Likes
- 0 Comments
I go over different methods that can be used to merge arrays, including ways that do and don't mutate the original arrays.
-
Import Files into a HTML File
- 45 Views
- 0 Likes
- 0 Comments
I go over how to add an external stylesheet and JavaScript file into an HTML file.
-
JavaScript: Event Listeners
- 149 Views
- 1 Likes
- 0 Comments
We go through adding a remove event listeners to specific elements on the page. Link I Mentioned: https://developer.mozilla.org/en-US/docs/Web/API/Even...
-
JavaScript: Updating Styles
- 92 Views
- 1 Likes
- 0 Comments
How to update styles by adding dynamic classes or inline styles using JavaScript.
-
JavaScript: String Interpolation
- 80 Views
- 0 Likes
- 0 Comments
I go over the different methods of string interpolation and the value of using template literals and string concatenation.
-
JavaScript: Extract Parts of a URL
- 94 Views
- 0 Likes
- 0 Comments
How to get access to the current URL as well as specific parts of it via JavaScript.