Welcome ToJoeHughes.dev

I'm a frontend developer and team lead at IBM. I focus on making a platform for people to use IBM software. I also am an avid participant of Tech Twitter. You can find me at @JoeHughesDev

Recent Articles

Async and Await Quick Guide

Async and Await were introduced as ways to reduce headaches around nested callbacks. Async/Await is another way for you to wait for a result to return before continuing. At a basic level they are a keyword put before a function and then another…

Read More...

CSS Media Queries you don't know

CSS media queries were introduced as part of CSS3. They allow for you to change your CSS based upon the device or device's characteristics. You are likely already using these to adjust the look of your page based on the width of your screen. However…

Read More...