Configuring Gitblit post-commit hooks over SSL

I have now twice spent multiple days trying to get a Gitblit server to communicate with a Jenkins server over SSH. This was done as part of ongoing work to update the Coveros SecureCI product with the goal of properly configuring both tools and a self-signed certificate to enable Gitblit’s post-commit jenkins hook to trigger builds. Given that […]

Read more
Organized Javascript Writing Part 1

With the advent of new web-based applications, the ability to dynamically manipulate data, provide interactivity, and be compatible on all devices and browsers has become more important than ever. At the end of the day, the core technologies involved are HTML, CSS, and JavaScript. From these three things, a lot of helping technologies and frameworks […]

Read more
Building Development Environment

This is a two part post where I will show you how to setup development environment locally. We will start with Vagrant and Virtual Box and their initial setup. Then we will jump into multi-machine setup and provisioning using Puppet. You will also see how Database and WebApp VMs can work together. Vagrant and Virtual […]

Read more
DevOps Advantages for Testing: Increasing Quality through Continuous Delivery

Gene Gotimer and Tom Stiehm were published again in CrossTalk Magazine, The Journal of Defense Software Engineering, this time in the May/June 2016 edition. DevOps and continuous delivery can improve software quality and reduce risk by offering opportunities for testing and some non-obvious benefits to the software development cycle. By taking advantage of cloud computing […]

Read more
Coveros is First to Offer DevOps Training Course Accredited by ICAgile

DevOps training now accredited by ICAgile, an internationally-recognized certification and accreditation body Fairfax, VA., June 8, 2016 — Coveros, the market leader in secure software development using agile methods, announced today that its Fundamentals of DevOps course has been accredited to meet certification training requirements established by the International Consortium for Agile (ICAgile). The ICAgile […]

Read more
New Testing Framework Release

After much work, I have finally gotten a new release out of the STF. Now we’re up to version 1.4.0. The full project is now available on github, but if you are just looking to update your jar from the previous version, you can find that here. The file structure has changed some to better […]

Read more
Common ivysettings.xml file

Ivysettings.xml In my last project I was introduced to Ivy and Ant working together to handle library dependencies. Since Ant does not have a native automatic dependency resolution built in, we had to incorporate Ivy into the picture to manage all the necessary files for the code to compile. If you want to read more […]

Read more
Security vs Functionality in Android Marshmallow: Locked Screen Apps
Security Scanning

The ability to display widgets within the locked screen was present through Android KitKat. Sadly, this useful feature is not in the latest Android OS. Security and functionality have always had a tenuous relationship. In order to be absolutely functional, a system must allow everything. To make a system truly secure, it must allow nothing. […]

Read more
X