#beginner

All the topics that we've covered for a beginner

Check out our pinterest page dedicated to beginner as well!

SCSS Map Function

Oct 19, 2020

Using SCSS you can specify a a set of values in a map for easier access. Declare your map as a variable and reference it with the map-get SCSS function.

Intro To Sed

Jul 09, 2020

Sed is a very useful tool in linux and can be very powerful when chained with other linux commands.

Behind The Scenes: Edition 3 - Instagram Social Feed

Sep 15, 2019

On our site, near the bottom we have a handy social feed that showcases our Instagram feed and also links to the post on our website that relates to the Instagram post. Wonder how that works? Let's go take a #bts (behind the scenes) look.

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.