Skip to main content

2 posts tagged with "java"

View All Tags

A/B Testing in Java with ConfigCat and Amplitude

· 8 min read
Roxana Halați
I'm pretty cool, but I cry a lot.

Knowing what your customers expect is one of the most difficult challenges when developing a product. Your team may prefer a particular color scheme, whereas your customers may prefer a different one. Fortunately, even if you're updating as you go, you don't have to read customers’ minds.

Including A/B testing in your development process can help you ensure that you're always in sync with your customers and never have to second-guess your decisions. Furthermore, it is simple and inexpensive, and it has the potential to significantly improve the success of your work.

A/B testing in Java

How to use ConfigCat's Feature Flags in Java

· 6 min read
Roxana Halați
I'm pretty cool, but I cry a lot.

Java is one of the most widely used programming languages. Whether you've used it, know someone who has, studied it in university, or despise it, it's no surprise that many software products are developed in Java. So, keep reading if you want to learn how to quickly enable features in Java, with no redeployment and no fuss.

Cover Image ConfigCat and Java