fbpx
1-888-310-4540 (main) / 1-888-707-6150 (support) info@spkaa.com
Select Page

Integration and Workflow

How To: Move Git Commits From One Branch to Another

How To: Move Git Commits From One Branch to Another

Git encourages developers to use branches during their development process as a means of coordinating and managing changes to the master branch. Git does not force any particular strategy for doing so and consequently, several popular branching strategies have...

Our Top Technology Stories in 2017 and 2018 Industry Predictions

Our Top Technology Stories in 2017 and 2018 Industry Predictions

SPK wants to wish our growing subscriber community a Happy New Year! We’re honored to be welcomed onto your desktops and smartphones to share stories on how to make your engineering team and company work more efficiently. Perhaps more importantly, we hope any...

Creating “Custom” Facts in Puppet

Creating “Custom” Facts in Puppet

The servers that I’m managing can be divided into two groups, colo and local servers. While most of the configuration has been similar between these two, there have been a growing number of things which I’ve had to configure differently through Puppet. The latest...

Using Audit Log To Track Promoted Change Requests with PTC Integrity

Using Audit Log To Track Promoted Change Requests with PTC Integrity

Recently, a customer came to me because they wanted to record when changes were promoted from their development environment to their test environment, and later from their test environment to their production environment. They wanted a way to simply tell when changes...

How to Solve Costly Monotony and Redundancy with Automation

How to Solve Costly Monotony and Redundancy with Automation

Redundant and repetitive tasks present a number of challenges for your business. Your engineering team feels bored, like they’re wasting their time. Pretty soon, they’re done being bored and looking for more challenging and rewarding work. With skilled engineers in...

Puppet Quick Setup Guide (Part 2) – How to Configure Puppet Master

Puppet Quick Setup Guide (Part 2) – How to Configure Puppet Master

Recently I explained how to easily set up communication between a Puppet client and master. In this follow up post I’ll outline the steps involved in configuring the Puppet master to control the client machine. Starting out with Puppet does not have to be a...

Puppet Quickstart Guide (Part 1)

Puppet Quickstart Guide (Part 1)

Puppet is the most well-known configuration management tool in the DevOps world and used by systems administrators to centrally manage large numbers of servers and computer systems. There are several Puppet quickstart guides online. However, these guides are...