Vi flyttar från butik till nätet - så funkar det framåt
Make It Fancy | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Brandon Skier
- Betyg:
300
kr
Skickas inom 1-3 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
“Advanced home cooks looking to dazzle a dinner party will want to check this out.”—Publishers Weekly
Take your home recipes and techniques to the next level with TikTok sensation and professional chef Sad Papi.
When Brandon Skier first created Sad Papi (@Sad_Papi) and started posting cooking videos to TikTok, he’d just lost his job as a chef at the beginning of the pandemic. He’d spent ten years working in the kitchen of some of the top restaurants in Los Angeles—learning all the secrets of the business, understanding how chefs take cooking to the next level and, as Brandon says, how to “make it fancy.” By the time his videos started going viral, his black hoodie, backwards baseball cap, and tattoos had become his signature. Soon after, he was listed among the rising cooking social media stars in The New York Times.
Just like his addicting videos, Make it Fancy teaches you how you can cook like a professional chef and elevate meals in a doable way—all while having fun in the kitchen. Before long, you’ll be coming up with your own ways to enjoy staple and main dish recipes for unusual dishes like:
Lime Leaf Peanuts
Burnt Onion Powder
Pistachio Dukkah
Preserved Lemon Vinaigreette
Puffed Beef Tendon
Brussel Sprouts with Chorizo Breadcrumbs
Duck Confit with Mole Poblano
Pork Chop with Fennel Pollen and Pear Mostarda
And more!
For cooks who want to understand why restaurant food is so delicious, Make it Fancy will quickly earn a place on their kitchen bookshelf.
Take your home recipes and techniques to the next level with TikTok sensation and professional chef Sad Papi.
When Brandon Skier first created Sad Papi (@Sad_Papi) and started posting cooking videos to TikTok, he’d just lost his job as a chef at the beginning of the pandemic. He’d spent ten years working in the kitchen of some of the top restaurants in Los Angeles—learning all the secrets of the business, understanding how chefs take cooking to the next level and, as Brandon says, how to “make it fancy.” By the time his videos started going viral, his black hoodie, backwards baseball cap, and tattoos had become his signature. Soon after, he was listed among the rising cooking social media stars in The New York Times.
Just like his addicting videos, Make it Fancy teaches you how you can cook like a professional chef and elevate meals in a doable way—all while having fun in the kitchen. Before long, you’ll be coming up with your own ways to enjoy staple and main dish recipes for unusual dishes like:
Lime Leaf Peanuts
Burnt Onion Powder
Pistachio Dukkah
Preserved Lemon Vinaigreette
Puffed Beef Tendon
Brussel Sprouts with Chorizo Breadcrumbs
Duck Confit with Mole Poblano
Pork Chop with Fennel Pollen and Pear Mostarda
And more!
For cooks who want to understand why restaurant food is so delicious, Make it Fancy will quickly earn a place on their kitchen bookshelf.
Om denna bok
Make It Fancy av Brandon Skier är en Danskt band bok med 256 sidor på Engelska. Den utgavs 2024 av Simon & Schuster.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Make It Fancy 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:
9781668004241
Upplaga:
0
Utgiven:
2024-03-14
Förlag:
Simon & Schuster
Sidantal:
256
$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"
>