#back-to-the-basics
Back To The Basics: CSS Specificity
Jul 27, 2019
CSS specificity is a big top in web development but having a good foundational understanding is essential to writing clean and well organized CSS.
Back To The Basics: Dev Tools Inspect
Jul 13, 2019
One of the things a web developer probably consistently uses every day in dev tools is the ability to inspect the contents of a webpage.
Back To The Basics: JavaScript On A Webpage
Jun 30, 2019
JavaScript on your webpage adds a whole world of interactiveness, flexibility, and potential. As a web developer knowing some javascript will make you a stronger developer and allow you to make single page applications, mac or windows applications, and server applications 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.
Back To The Basics: Navigating The Terminal
Jun 09, 2019
As a web developer, navigating the terminal should be second nature.