Vi flyttar från butik till nätet - så funkar det framåt
What's Cooking in the Kremlin | 0:e upplagan
- Häftad, Engelska, 2023
- Författare: Witold Szablowski
- Betyg:
250
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
Rivetinga delicious odyssey full of history, humor, and jaw-dropping stories. If you want to understand the making of modern Russia, read this book. Daniel Stone, bestselling author of The Food Explorer
A high-spirited, eye-opening, appetite-whetting culinary travel adventure by an award-winning Polish journalist that tells the story of the last hundred years of Russian power through food
In the gonzo spirit of Anthony Bourdain and Hunter S. Thompson, Witold Szablowski has tracked downand broken bread withpeople whose stories of working in Kremlin kitchens impart a surprising flavor to our understanding of one of the worlds superpowers.
In revealing what Tsar Nicholas IIs and Lenins favorite meals were, why Stalins cook taught Gorbachevs cook to sing to his dough, how Stalin had a food tester while he was starving the Ukrainians during the Great Famine, what the recipe was for the first soup flown into outer space, why Brezhnev hated caviar, what was served to the Soviet Unions leaders at the very moment they decided the USSR should cease to exist, and whether Putins grandfather really did cook for Lenin and Stalin, Szablowski has written a fascinating oral historycomplete with recipes and photosof Russias evolution from culinary indifference to decadence, famine to feasts, and of the Kremlins Olympics-style preoccupation with food as an expression of the countrys global standing.
Traveling across Stalins Georgia, the war fronts of Afghanistan, the nuclear wastelands of Chornobyl, and even to a besieged steelworks plant in Mariupoloften with one-of-a-kind access to locales forbidden to foreign eyes, and with a rousing sense of adventure and an inimitable ability to get people to spill the teahe shows that a century after the revolution, Russia still uses food as an instrument of war and feeds its people on propaganda.
A high-spirited, eye-opening, appetite-whetting culinary travel adventure by an award-winning Polish journalist that tells the story of the last hundred years of Russian power through food
In the gonzo spirit of Anthony Bourdain and Hunter S. Thompson, Witold Szablowski has tracked downand broken bread withpeople whose stories of working in Kremlin kitchens impart a surprising flavor to our understanding of one of the worlds superpowers.
In revealing what Tsar Nicholas IIs and Lenins favorite meals were, why Stalins cook taught Gorbachevs cook to sing to his dough, how Stalin had a food tester while he was starving the Ukrainians during the Great Famine, what the recipe was for the first soup flown into outer space, why Brezhnev hated caviar, what was served to the Soviet Unions leaders at the very moment they decided the USSR should cease to exist, and whether Putins grandfather really did cook for Lenin and Stalin, Szablowski has written a fascinating oral historycomplete with recipes and photosof Russias evolution from culinary indifference to decadence, famine to feasts, and of the Kremlins Olympics-style preoccupation with food as an expression of the countrys global standing.
Traveling across Stalins Georgia, the war fronts of Afghanistan, the nuclear wastelands of Chornobyl, and even to a besieged steelworks plant in Mariupoloften with one-of-a-kind access to locales forbidden to foreign eyes, and with a rousing sense of adventure and an inimitable ability to get people to spill the teahe shows that a century after the revolution, Russia still uses food as an instrument of war and feeds its people on propaganda.
Om denna bok
What's Cooking in the Kremlin av Witold Szablowski är en Häftad bok med 384 sidor på Engelska. Den utgavs 2023 av Penguin UK.
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:
Historia & arkeologi
Bandtyp:
Häftad
Språk:
Engelska
ISBN:
9780143137184
Upplaga:
0
Utgiven:
2023-11-07
Förlag:
Penguin UK
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"
>