#advanced
Oh, you fancy huh? All the tips for an advanced developer.
Check out our pinterest page dedicated to advanced as well!
Git Merge Preference
Apr 02, 2019
Have a messy git merge, but know that one branch is ahead of the other and it should override the other?
JQ: Introduction & Simple Examples
Mar 30, 2019
JQ is a powerful and lightweight command line JSON processor. It is a tool no web developer should be without.
Understanding Linux sequences
Mar 28, 2019
Linux has some powerful sequence controls that you can use to run processes in different orders, sequentially, in parallel or conditionally.
Javascript Cloning
Mar 22, 2019
Cloning in javascript can mean either a deep clone or a shallow clone of an object.
Linux: screen utility
Mar 18, 2019
If you need to run a long running task on a remote machine and don’t want to worry about the connection dropping, you can use the screen utility. The screen utility allows us to detach from that session and resume whenever we need to.