Social Media Posts

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.

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.

HTML: Content Editable

Apr 27, 2019

Using HTML5 contentEditable you can make HTML markup editable by the user.