article thumbnail

Interview with Clark Benson, Ranker

socalTECH

How long has the site been up and running? Our traffic metrics have been growing, and we're now up to over 2 million monthly uniques, and 7 million monthly page views. What have you learned so far in getting the site up and running? There are lots of things you can do with aggregated, opinion data, but we need to scale first.

Startup 195
article thumbnail

EnumSet and EnumMap

TechEmpower

from Java's standard libraries. Historically, Enum{Set,Map} were recommended as a matter of safety, taking better advantage of Java's type system than the alternatives. Effective Java goes into detail about this use case for Enum{Set,Map} and enum types in general. This article discusses java.util.EnumSet. and java.util.EnumMap.

Java 330