Apache Server Errors

So I run a server at home hosting several sites, including a few personal sandboxes for development. I went to check one of sites, and noticed it was taking an incredibly long time to load. When I logged into the machine, I got the dreaded Usage of /: 99.9% of 27.50GB disk space error. Now, […]

Read more
Using the Join Plugin in Jenkins

With large complex software applications, builds can often be split into different steps and tasks creating a series of jobs for our build pipeline.   On my current project we are utilizing Jenkins to implement Continuous Integration/Continuous Deliver (CI/CD) and between the jobs for compilation, smoke tests, acceptance tests and deployment across environments in several different VLANs, […]

Read more
Creating Modular Jobs in Jenkins

I spent much of my formative years in High School and College being indoctrinated with Object-Orientated Programming (OOP).  When used well, OOP provides clear modular structure for programs, defines clear interfaces, makes software easier to maintain and modify, allows multiple functions to share code (cord re-use), and reduces large, complex issues to smaller, more manageable […]

Read more
Cucumber-JVM Within SecureCI
Cucumber

Introduction Now that we have created some simple cucumber tests and built a sturdy selenium framework, we want to setup an environment where these tests can be quickly and conveniently run against our code. Due to the nature of development, code is constantly changing, and we want to ensure that each change to the code […]

Read more
Running Cucumber-JVM Locally
Cucumber

Introduction Initially this post was going to contain instructions on running tests locally, and on SecureCI. Due to the lengthiness of the post, I decided to break this up into two different posts. This post will cover just setting up and running tests locally, building on the previous posts of creating some simple cucumber tests […]

Read more
Backup and Restore process of Amazon RDS DB instance

Backup process of Amazon RDS Database instance Make a backup using DB Snapshot using AWS management console (This is a manual process for taking one DB Snapshot) DB Snapshots are user-initiated and enable to back up DB instance in a known state as frequently as you wish, and then restore to that specific state at […]

Read more
Backup and Restore process of Amazon EC2 instance

Backup process of EC2 instance Make a backup snapshot using the AWS console (This is a manual process for taking one snapshot) This is a simple backup procedure for taking one snapshot and storing it in EBS (Elastic Block Store). A snapshot is a copy of a disk volume. A snapshot is not a complete […]

Read more
Using the Build Flow Plugin in Jenkins

With large complex software applications, builds can often be split into different steps and tasks creating a series of jobs for our build pipeline.   On my current project we are utilizing Jenkins to implement Continuous Integration/Continuous Deliver (CI/CD) and between the jobs for compilation, smoke tests, acceptance tests and deployment across environments in several […]

Read more
Effective Requirements Gathering on Agile Projects

Today, a growing number of software development professionals are familiar with the agile development methodology, and are capable of executing a project given a backlog of well-defined stories. The problem we often encounter with new customers is the question of how to translate their business vision into an actionable development plan. The chasm between strategic […]

Read more
Gene Gotimer presents Better Security Testing, Using the Cloud and Continuous Delivery

Gene Gotimer, Coveros Sr. Architect, is presenting Better Security Testing using the Cloud and Continuous Delivery at STAREast in Orlando May 2, 2013 Even though many organizations claim that security is a priority, that claim doesn’t always translate into supporting security initiatives in software development or test. Security code reviews often are overlooked or avoided, and when […]

Read more
X