Vi flyttar från butik till nätet - så funkar det framåt
What's Cooking in the Kremlin | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Witold Szablowski
- Betyg:
141
kr
Skickas inom 0-2 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
'A spicy and original romp through Russian history' ROBERT SERVICE
'Poignant, comical, and in the best sense disturbing' PAUL FREEDMAN, AUTHOR OF TEN RESTAURANTS THAT CHANGED AMERICA
'This wickedly delicious tale uncovers the secret, gustatory history of the Kremlin and will leave you begging for seconds' DOUGLAS SMITH, AUTHOR OF RASPUTIN: FAITH, POWER, AND THE TWILIGHT OF THE ROMANOVS
What's Cooking in the Kremlin is a tale of feast and famine told from the kitchen, the narrative of one of the most complex, troubling and fascinating nations on earth.
We will travel through Putin's Russia with acclaimed author Witold Szablowski as he learns the story of the chef who was shot alongside the Romonovs, and the Ukrainian woman who survived the Great Famine created by Stalin and still weeps with guilt; the soldiers on the Eastern front who roasted snails and made nettle soup as they fought back Hitler's army; the woman who cooked for Yuri Gagarin and the cosmonauts; and the man who ran the Kremlin kitchen during the years of plenty under Brezhnev. We will hear from the women who fed the firefighters at Chernobyl, and the story of the Crimean Tatars, who returned to their homeland after decades of exile, only to flee once Russia invaded Crimea again, in 2014.
In tracking down these remarkable stories and voices, Witold Szablowski has written an account of modern Russia unlike any other - a book that reminds us of the human stories behind the history.
'Poignant, comical, and in the best sense disturbing' PAUL FREEDMAN, AUTHOR OF TEN RESTAURANTS THAT CHANGED AMERICA
'This wickedly delicious tale uncovers the secret, gustatory history of the Kremlin and will leave you begging for seconds' DOUGLAS SMITH, AUTHOR OF RASPUTIN: FAITH, POWER, AND THE TWILIGHT OF THE ROMANOVS
What's Cooking in the Kremlin is a tale of feast and famine told from the kitchen, the narrative of one of the most complex, troubling and fascinating nations on earth.
We will travel through Putin's Russia with acclaimed author Witold Szablowski as he learns the story of the chef who was shot alongside the Romonovs, and the Ukrainian woman who survived the Great Famine created by Stalin and still weeps with guilt; the soldiers on the Eastern front who roasted snails and made nettle soup as they fought back Hitler's army; the woman who cooked for Yuri Gagarin and the cosmonauts; and the man who ran the Kremlin kitchen during the years of plenty under Brezhnev. We will hear from the women who fed the firefighters at Chernobyl, and the story of the Crimean Tatars, who returned to their homeland after decades of exile, only to flee once Russia invaded Crimea again, in 2014.
In tracking down these remarkable stories and voices, Witold Szablowski has written an account of modern Russia unlike any other - a book that reminds us of the human stories behind the history.
Om denna bok
What's Cooking in the Kremlin av Witold Szablowski är en Danskt band bok med 384 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp What's Cooking in the Kremlin 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:
Mat & dryck
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781837730209
Upplaga:
0
Utgiven:
2024-11-21
Förlag:
Okänt
Sidantal:
384
$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"
>