#advanced

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

Check out our pinterest page dedicated to advanced as well!

Understanding Docker Port Mappings

Jun 29, 2019

Docker allows you to map ports to what is available (exposed) to the host and what is available to the container.

Linting & Fixing In Javascript

Jun 24, 2019

As javascript matures there have been a proliferation of linting tools that can help improve the state of your codebase.

Keyframes Animation Sequence Rule

Jun 20, 2019

Using the @keyframes CSS rule you can specify the steps in a CSS animation sequence by defining styles and how the element should render at a given time during the sequence.

Git rev parse Uses

Jun 17, 2019

Git has an endless bags of tricks and git rev-parse is no different. It can be used to output some useful information about your Git repo.

Using nvm To Manage Node Versions

Jun 15, 2019

Node version manager or nvm is an excellent way to manage multiple node.js versions.