Social Media Posts

Browser Specific Media Queries

May 03, 2019

Firefox or IE behaving oddly? You can target specific browsers via explicit media queries for different broswers.

Youtube Website Shortcuts Part 2

May 02, 2019

Learn even more Youtube website shortcuts to make your video watching 🔥

Use Git Ignore Check to See Why a File Is Ignored

May 01, 2019

You can use the git check-ignore command to verify if your file is gitnored.

Throttling In Dev Tools To Simulate Slow Connections

Apr 30, 2019

If you need to test how users who have slow connections experience your website, you can throttle your network connection.

Creating SymLinks in Linux

Apr 29, 2019

A SymLink in Linux is a special kind of file that points to an actual file or directory.