We’re excited to announce the open sourcing of proctor-pipet, a tool we created that allows you to deploy Proctor as a remote service. proctor-pipet is a Java web application that exposes Proctor as a simple REST API accessible over HTTP. This means that you can do A/B testing in applications written in non-JVM languages like Python. […]
All posts categorized in: Engineering
Proctor: Indeed’s A/B Testing Framework
(Editor’s Note: This post is the first of a series about Proctor, Indeed’s open source A/B testing framework.) A/B Testing at Indeed Indeed’s mission is to help people get jobs. We are always asking ourselves the question “What’s best for the jobseeker?” We answer that question by testing and measuring everything. We strive to test […]
Efficient Query String Parsing with util-urlparsing
We’re excited to announce the open source release of util-urlparsing, a Java library we created to parse URL query strings without unnecessary intermediate object creation. It also includes number parsing methods in ParseUtils that are faster than Java’s equivalent methods like Integer.parseInt and Float.parseFloat. Java versions 1.6 and lower have a significant flaw that leads […]