#beginner
All the topics that we've covered for a beginner
Check out our pinterest page dedicated to beginner as well!
Intro To JSON & JSON Schema
Jul 01, 2019
As a web developer, it’ll be hard to not come across JSON or JavaScript Object Notation, so understanding it is important as a webdev.
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.
Cookies In Dev Tools
Jun 26, 2019
Cookies are increasingly in the conversation these days and knowing how to edit, create, and clear them as a web developer from your browser is extremely important.
HTML Meta Tags
Jun 23, 2019
The HTML meta tag goes in the <head> of your webpage and allows you to provide name value pairs that isn’t viewable by your webpage viewers, but rather machine parseable information about your webpage.
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.