Remove Framework Remove Metrics Remove Outsource Development Remove Presentation
article thumbnail

Startup CTO or Developer

SoCal CTO

What worries me a bit is how often I read that startups should hire a developer / hands-on lead developer. But often the result of a Founder hiring a developer or lead developer or even a VP engineering is a gap created between the founders and the developers. What do we build in-house or outsource?

article thumbnail

Building Your MVP as a Non-Technical Founder

SoCal CTO

I did a presentation this week at Coloft that looked at how Non-Technical Founders can go about getting their MVP built. Once you build it, they will now ask you about the key metrics that they need proven in order to see if you really are a good investment. " Once you have the metrics defined, it focuses your effort.

article thumbnail

EnumSet and EnumMap

TechEmpower

We're all using enum types here and there, we're all using the collections framework. Some developers don't know these classes exist. Other developers know about these classes but don't bother to reach for them when the time comes. It beats RegularEnumSet in all important metrics: Query speed ( contains(element) , etc.)

Java 330