A Brief Introduction to the R Programming Language

The R programming language is an open-source, interactive language that was designed for manipulating datasets, creating visualizations, and performing statistical analyses.  It is based on the S language, which was originally developed at Bell Laboratories.  R is a full-featured language (it supports conditionals, loops, functions, I/O, etc.) and its functionality can be easily extended by […]

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
A Brief Introduction to the R Programming Language

The R programming language is an open-source, interactive language that was designed for manipulating datasets, creating visualizations, and performing statistical analyses.  It is based on the S language, which was originally developed at Bell Laboratories.  R is a full-featured language (it supports conditionals, loops, functions, I/O, etc.) and its functionality can be easily extended by […]

Read more
Making Windows Server 2008 R2 Look And Feel Like Windows 7

Amazon EC2 supports creating Windows Server instances in the cloud; however, it does not currently support creating instances of the desktop versions of Windows, such as Windows 7.  Although using a server edition is acceptable for most uses of EC2, a desktop version of Windows may be preferable if end users will be interacting with […]

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
X