Vi flyttar från butik till nätet - så funkar det framåt
The French Laundry, Per Se | 0:e upplagan
- Danskt band, Engelska, 2020
- Författare: Thomas Keller
- Betyg:
756
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
Named a Best Book of 2020 by Publisher's Weekly Named a Best Cookbook of 2020 by Amazon and Barnes & Noble “Every elegant page projects Keller’s high standard of ‘perfect culinary execution’. . . . This superb work is as much philosophical treatise as gorgeous cookbook.”—Publishers Weekly, STARRED REVIEW Bound by a common philosophy, linked by live video, staffed by a cadre of inventive and skilled chefs, the kitchens of Thomas Keller’s celebrated restaurants—The French Laundry in Yountville, California, and per se, in New York City—are in a relationship unique in the world of fine dining. Ideas bounce back and forth in a dance of creativity, knowledge, innovation, and excellence. It’s a relationship that’s the very embodiment of collaboration, and of the whole being greater than the sum of its parts. And all of it is captured in The French Laundry, Per Se, with meticulously detailed recipes for 70 beloved dishes, including Smoked Sturgeon Rillettes on an Everything Bagel, “The Whole Bird,” Tomato Consommé, Celery Root Pastrami, Steak and Potatoes, Peaches ’n’ Cream. Just reading these recipes is a master class in the state of the art of cooking today. We learn to use a dehydrator to intensify the flavor and texture of fruits and vegetables. To make the crunchiest coating with a cornstarch–egg white paste and potato flakes. To limit waste in the kitchen by fermenting vegetable trimmings for sauces with an unexpected depth of flavor. And that essential Keller trait, to take a classic and reinvent it: like the French onion soup, with a mushroom essence stock and garnish of braised beef cheeks and Comté mousse, or a classic crème brûlée reimagined as a rich, creamy ice cream with a crispy sugar tuile to mimic the caramelized coating. Throughout, there are 40 recipes for the basics to elevate our home cooking. Some are old standbys, like the best versions of beurre manié and béchamel, others more unusual, including a ramen broth (aka the Super Stock) and a Blue-Ribbon Pickle. And with its notes on technique, stories about farmers and purveyors, and revelatory essays from Thomas Keller—“The Lessons of a Dishwasher,” “Inspiration Versus Influence,” “Patience and Persistence”—The French Laundry, Per Se will change how young chefs, determined home cooks, and dedicated food lovers understand and approach their cooking.
Om denna bok
The French Laundry, Per Se av Thomas Keller är en Danskt band bok med 400 sidor på Engelska. Den utgavs 2020 av Workman Publishing.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The French Laundry, Per Se 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:
9781579658496
Upplaga:
0
Utgiven:
2020-10-27
Förlag:
Workman Publishing
Sidantal:
400
$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"
>