Javascript

Introduction to Redux

Redux is a state container that we are using in some of our React projects at work. As part of my continuous learning I did some basic investigation into what Redux is and how it plays with React.

Read

Sticky Nav with Javascript

Today we are creating a nav bar that is placed statically below a header image. Then as the user scrolls down and the navbar hits the top of the screen it should transition to a fixed location at the top of the browser.

Read

Follow Along Link Highlighter

This is the first step in a multi-part project that we will be completing. The aim of today is to create a white background 'pill' that will follow the cursor around the page to highlight the current (or latest) link that the cursor rolled over.

Read

Javascript and Geolocation

We're going to be using the Geolocation API to create a compass that not only guides us towards North but also show us how fast we are travelling.

Read