Vi flyttar från butik till nätet - så funkar det framåt
Startup CEO | 2:a upplagan
- Danskt band, Engelska, 2020
- Författare: Matt Blumberg
- Betyg:
293
kr
Skickas inom 2-5 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
You’re only a startup CEO once. Do it well with Startup CEO, a "master class in building a business."
—Dick Costolo, Former CEO, Twitter
Being a startup CEO is a job like no other: it’s difficult, risky, stressful, lonely, and often learned through trial and error. As a startup CEO seeing things for the first time, you’re likely to make mistakes, fail, get things wrong, and feel like you don’t have any control over outcomes.
Author Matt Blumberg has been there, and in Startup CEO he shares his experience, mistakes, and lessons learned as he guided Return Path from a handful of employees and no revenues to over $100 million in revenues and 500 employees.
Startup CEO is not a memoir of Return Path's 20-year journey but a thoughtful CEO-focused book that provides first-time CEOs with advice, tools, and approaches for the situations that startup CEOs will face.
You'll learn:
How to tell your story to new hires, investors, and customers for greater alignment
How to create a values-based culture for speed and engagement
How to create business and personal operating systems so that you can balance your life and grow your company at the same time
How to develop, lead, and leverage your board of directors for greater impact
How to ensure that your company is bought, not sold, when you exit
Startup CEO is the field guide every CEO needs throughout the growth of their company.
—Dick Costolo, Former CEO, Twitter
Being a startup CEO is a job like no other: it’s difficult, risky, stressful, lonely, and often learned through trial and error. As a startup CEO seeing things for the first time, you’re likely to make mistakes, fail, get things wrong, and feel like you don’t have any control over outcomes.
Author Matt Blumberg has been there, and in Startup CEO he shares his experience, mistakes, and lessons learned as he guided Return Path from a handful of employees and no revenues to over $100 million in revenues and 500 employees.
Startup CEO is not a memoir of Return Path's 20-year journey but a thoughtful CEO-focused book that provides first-time CEOs with advice, tools, and approaches for the situations that startup CEOs will face.
You'll learn:
How to tell your story to new hires, investors, and customers for greater alignment
How to create a values-based culture for speed and engagement
How to create business and personal operating systems so that you can balance your life and grow your company at the same time
How to develop, lead, and leverage your board of directors for greater impact
How to ensure that your company is bought, not sold, when you exit
Startup CEO is the field guide every CEO needs throughout the growth of their company.
Om denna bok
Startup CEO av Matt Blumberg är en Danskt band bok med 480 sidor på Engelska. Detta är den 2:a upplagan som utgavs 2020 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Startup CEO begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781119723660
Upplaga:
2
Utgiven:
2020-09-21
Förlag:
John Wiley And Sons Ltd
Sidantal:
480
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>