#advanced

Oh, you fancy huh? All the tips for an advanced developer.

Check out our pinterest page dedicated to advanced as well!

Browser Specific Media Queries

May 03, 2019

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

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.

Javascript: Pass By Reference Or By Value?

Apr 28, 2019

Is Javascript pass by reference or pass by value? In fact, it’s a little bit of both.

Unused CSS In Chrome Dev Tools

Apr 23, 2019

Using the Chrome Dev tools you can see what CSS isn't used for that page.