Learner Resources

video_library 4 Videos 404 Views 1 Like 5 On 2 Ratings


There are plenty of resources that will help educators teach, but learner resources are important in the educational journey as well. In this series, I share valuable learner resources that can help learners catapult and take ownership of their educational journey.


404 Views 5 On 2 Ratings Rate it

5 Ways to Select Books to Learn Tech

Duration: 4:41 344

Let me explain to you the HOW in 5 ways to select books to augment tech learning so that you can begin to understand the value of books and how spending money and time reviewing them can help catapult your learning in very beneficial ways.

Create a GitHub Account

Duration: 4:00 242

Github.com is a network to store your code (repositories). It is one of many available places for you to store your code or find other projects. Github also acts as a portfolio for any code you’ve worked on. You can also deploy your projects to the web so that you can begin to build an interactive portfolio. If you plan on being a developer you should have a Github account. I use both GitHub and CodePen to share code with […]

Connect GitHub to Git

Duration: 03:36 137

So, you have a GitHub account and you want to update your repos to your local computer so that you can start using the power of Git in conjunction with GitHub. Brilliant idea! As long as I have been working as a developer, GitHub has been my favorite tool because I can start a project, create branches, work on teams with other devs, and deploy my apps all from my command line using Git and GitHub as my storage. In […]

What the Heck is Markdown?

Duration: 03:20 793

So, if you have ever used GitHub to view a repo, usually the document that explains specific details about the codebase is called the README.md file. Here is an example of a README.md file: We won’t get into the specifics of the README in this tutorial. What we will get into is the semantics of Markdown and how Markdown allows us to simply style the .md files so that they are readable and sexy! So…what the heck is Markdown?!? In […]