Vi flyttar från butik till nätet - så funkar det framåt
Café Cecilia Cookbook | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Max Rocha
- Betyg:
380
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
‘At Café Cecilia you will find some of the absolute best cooking in London, and I'm greedily grateful for this little gem of a book.’ – Nigella Lawson
‘Producing "honest" food is something I think about a lot. It's food that doesn't follow trends or fashions, that doesn't show off, that comes from the core of the cook. The food, the dining room and the way things are run at Café Cecilia is honest. They are from the soul of Max Rocha.’ – Diana Henry
The debut cookbook from rising star Irish chef Max Rocha and his hugely popular East London restaurant, Café Cecilia
Café Cecilia is a beloved neighborhood restaurant serving simple Irish and European inspired food, that has become not only a foodie haven, but a huge hit with the international art and fashion crowd.
It is chef Max Rocha’s first restaurant, and he takes inspiration from what’s in season; the cooking of his mother, Odette; and the food he grew up with in Ireland.
Café Cecilia Cookbook, the first and only book on this, one of the UK's most exciting and popular restaurants, features 100 recipes from breakfast through to dinner. Dishes include signature dishes like Guinness Bread and Sage & Anchovy Fritti and seasonal dishes such as Poached greengage, granola and yogurt and Globe Artichokes with Sunflower Seed Tahini, with recipes for a host of soups, salads, breads, cakes, and kombuchas, as well as a selection of fish, meat, and vegetable dishes.
With a foreword written by acclaimed British food writer and James Beard Award-winner Diana Henry, and images of the finished dishes shot within the stylish setting of Café Cecilia by Matthieu Lavanchy, together with photographs of the team and restaurant's suppliers by Jacob Lillis, this is a warm celebration of food, family, the loyal Café Cecilia team and all Max Rocha’s experiences.
‘Producing "honest" food is something I think about a lot. It's food that doesn't follow trends or fashions, that doesn't show off, that comes from the core of the cook. The food, the dining room and the way things are run at Café Cecilia is honest. They are from the soul of Max Rocha.’ – Diana Henry
The debut cookbook from rising star Irish chef Max Rocha and his hugely popular East London restaurant, Café Cecilia
Café Cecilia is a beloved neighborhood restaurant serving simple Irish and European inspired food, that has become not only a foodie haven, but a huge hit with the international art and fashion crowd.
It is chef Max Rocha’s first restaurant, and he takes inspiration from what’s in season; the cooking of his mother, Odette; and the food he grew up with in Ireland.
Café Cecilia Cookbook, the first and only book on this, one of the UK's most exciting and popular restaurants, features 100 recipes from breakfast through to dinner. Dishes include signature dishes like Guinness Bread and Sage & Anchovy Fritti and seasonal dishes such as Poached greengage, granola and yogurt and Globe Artichokes with Sunflower Seed Tahini, with recipes for a host of soups, salads, breads, cakes, and kombuchas, as well as a selection of fish, meat, and vegetable dishes.
With a foreword written by acclaimed British food writer and James Beard Award-winner Diana Henry, and images of the finished dishes shot within the stylish setting of Café Cecilia by Matthieu Lavanchy, together with photographs of the team and restaurant's suppliers by Jacob Lillis, this is a warm celebration of food, family, the loyal Café Cecilia team and all Max Rocha’s experiences.
Om denna bok
Café Cecilia Cookbook av Max Rocha är en Danskt band bok med 256 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Café Cecilia Cookbook 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:
9781838668600
Upplaga:
0
Utgiven:
2024-09-17
Förlag:
Okänt
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"
>