Remove Customer Remove Framework Remove Metrics Remove Writing
article thumbnail

Making Sure You Are Ready to Begin Building Your MVP

SoCal CTO

I'm going to be looking at aspects like: Things to consider before building your MVP Features often overlooked when documenting an MVP for developers Understanding important metrics you want to measure Risks and challenges in developing an MVP. Have you conducted Problem, Solution and Feature Interviews with customers?

CTO Coach 219
article thumbnail

How Startups Can Figure Out Sales: Amos Schwartzfarb, TechStars

socalTECH

That was a really fast stint, we started with only a couple of small customers but ended up taking it to $120K MRR and sold it to Home Depot at a significant multiple above revenue. I didn't really set out to write a book. They got a bunch of investors, including some from Austin. The answer is almost always NO.

Sales 113
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

So What is The Right Level of Burn Rate for a Startup These Days?

Both Sides of the Table

It’s a very personal topic and I’d like to offer you a framework to decide for yourself, based on the following factors: How Long is it Taking to Raise Capital at Your Stage in the Market? If they’re only 1 of 5 they might rather just take the write off. And recaps hurt founders so often people just avoid doing them.

Startup 150
article thumbnail

EnumSet and EnumMap

TechEmpower

If you write a lot of Java code, then you should read that book and follow its advice. We're all using enum types here and there, we're all using the collections framework. The iterable.spliterator() method is critical when it comes to stream performance, but writing a custom Spliterator from scratch is a non-trivial task.

Java 330