This article provides supplemental instructions to the piece How to Expedite Continuous Testing. Specifically, it explains how to install Git, Ruby and Jenkins on Windows (as opposed to a Mac or Linux ...
In the world of programming languages, sometimes you don’t need the overhead and performance of Java, C#, C++ and other power tools. Sometimes a scripting language, or Swiss army knife, will do. Of ...
Homebrew is a macOS package manager that lets users install and manage UNIX tools and 3rd party software. Here's how to get started. Unlike most UNIX/Linux-based systems, macOS doesn't provide a ...
Ruby is essentially a scripting language. Talking about some of its important features, it's thoroughly object-oriented, dynamically typed and an imperative programming language. It is, in many ways, ...