#beginner
All the topics that we've covered for a beginner
Check out our pinterest page dedicated to beginner as well!

Back To The Basics: Anchor Links For Page Linking
Jun 18, 2019
One usage of anchor links in HTML can allow a user to jump to a specific part of the page. This could be used for a table of contents, or an arrow that a user can click on to scroll them to a certain section of your webpage.
Understanding Viewport Units
Jun 11, 2019
Viewport units are very useful to base the measurement unit upon the user's browser viewport.
Markdown Basics
Jun 10, 2019
Markdown is one of the most popular markup languages and is ubiquitous with web development.
Back To The Basics: Navigating The Terminal
Jun 09, 2019
As a web developer, navigating the terminal should be second nature.
Back To The Basics: Git Init & Git Branches
May 31, 2019
Git is one of the best tools out there to manage a codebase. Knowing how to initialize a new repo and being able to work under different branches is essential to working in git.