#advanced

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

Check out our pinterest page dedicated to advanced as well!

Box Shadows & Animation

May 11, 2019

Get a smooth animation with a 3D card effect using box shadow using just CSS animations and a pseudo element.

Git: Set Case Sensivity In Mac OS X

May 09, 2019

If you’re on Mac OS X save yourself some time and change your git configuration to be case sensitive on filenames

Using Breakpoints In Dev Tools

May 07, 2019

Using breakpoints in the Google Chrome or Firefox devtools is one of the best ways to debug applications in javascript.

Copy A File To Multiple Sources With tee

May 06, 2019

Ever wanted to copy a file to multiple sources in the command line all in one command? You can use the linux tee command.

Use Progressive JPEGS To Improve Your Website Load Time

May 04, 2019

If you have high quality images that might be slow to load, you might want to use a progressive jpeg which can decrease load time for your website and improve the user experience