Where Did You Get Your Blog Cover Photo?

JavaScript Universe is named after my career as a JS developer and my love for the stars. All of the cover pictures are my personal photographs »

Uninstall Bower & NPM Dependencies

You're Guilty And so am I. We install packages we think we need, only to find out we don't. But, like a sock on the floor, »

Forwarding Your Gmail for Business Account

Gmail Begets Gmail I have two gmail accounts which feed into my main gmail address. It's gmail inception. The problem is, each of these addresses have »

toString()'s Hidden Power

The Problem Convert an RGB color to hexadecimal format. RGB has three values representing red, green, and blue. Hexadecimal is a base-16 number system. My Solution »

How to Detect Mobile Devices (The Easy Way)

Spoiler alert: They're all the hard way. There is no easy way. Kind of. Unless you know Javascript, which I do. Read through to see my »