Social Media Posts

Object Destructuring In Javascript

Jul 18, 2019

Object destructuring is a convenient way to extract multiple values from objects and arrays.

Behind The Scenes: Edition 2 - Adding Search To A Static Site

Jul 16, 2019

We recently added the ability to search on our website. Let's learn how in our two part series...

DOM Terms To Know

Jul 15, 2019

If you’re working with CSS or JavaScript there are some terms that are important to know. With either you’re going to be affecting the DOM (Document Object Model) which is an API to a webpage, allowing users of that API to read and manipulate the page’s content, structure, and styles..

REST API

Jul 14, 2019

As a web developer at some point you’ll hear the words API (Application Programming Interface) and the word REST...

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.