Slowness in GitLab CI Pipelines

Written on September 6

GitLab CI pipelines have radically improved my development process. I was very impressed with the ease of setup, and it has been humming along for some months without much issue.

Read More

Test & Target Audit Reporting

Written on March 23

Adobe’s A/B testing software platform, Test & Target, has an API which allows you to download reports from up to the past 4 weeks. I always want to keep a record of the tests that I have run so that I can make sure that I am constantly learning and improving my tests, so I created a Java program which will download the audit report for all of the campaigns that I have run. Let me show you how it works:

Read More

ChildActionOnly

Written on March 23

While building out a new feature I found a need to call an action from a controller but didn’t want that action accessible by a user request.

Read More

A/B Testing Overview - Part One

Written on March 23

A/B testing, or split testing, is a common practice for companies looking to increase conversion rates on their website. Conversion Rate is the ratio of visitors who convert content views or website visits into desired actions (typically sales or leads). In part one of my A/B testing post series I will show you a few of the resources that I have found incredibly helpful.

Read More