Using SSH key in your web development workflow
One of the most basic adages within web development (and computer usage in general) is D.R.Y., which stands for Don’t Repeat Yourself. If there’s a way to make a series of manually taken steps into an automatic process by usage of software, it should be done. One of the first ways I apply this when…