Remove Book Remove Demand Remove Framework Remove Metrics
article thumbnail

10 Questions To Lead You To Timely Successful Change

Startup Professionals Musings

I see entrepreneurs every day who are trying to change the world with a new idea, and startups that are trying to survive their hyper-growth phase by changing processes to meet demand. Phil Buckley, in his book “ Change With Confidence ,” provides practical answers to fifty of the biggest questions that keep change leaders up at night.

Startup 155
article thumbnail

Answer These Ten Key Questions To Beat Competitors

Startup Professionals Musings

I see entrepreneurs every day who are trying to change the world with a new idea, and startups that are trying to survive their hyper-growth phase by changing processes to meet demand. Define hard (data) and soft (anecdotal) metrics on the change, as well as on the quality of your leadership. Make sure they match before you commit.

Startup 108
Insiders

Sign Up for our Newsletter

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

article thumbnail

10 Questions Startups Use to Make Change Happen

Startup Professionals Musings

I see entrepreneurs every day who are trying to change the world with a new idea, and startups that are trying to survive their hyper-growth phase by changing processes to meet demand. Phil Buckley, in his new book “ Change With Confidence ,” provides practical answer to fifty of the biggest questions that keep change leaders up at night.

Startup 101
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. This is especially true for maps like EnumMap that create their Entry objects on demand. Prefer enum types and Enum{Set,Map} over int flags.

Java 330