Vi flyttar från butik till nätet - så funkar det framåt
Death of a Lesser God | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Vaseem Khan
- Betyg:
140
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
*** SHORTLISTED FOR HISTORICAL NOVEL OF THE YEAR at the FINGERPRINT AWARDS ***
In the fourth rip-roaring thriller in the award-winning Malabar House series, Persis and Archie travel to the old colonial capital of Calcutta, where they collide head-on with the prejudices and bloody politics of an era engulfed in flame.
'Beautifully written and a fascinating insight into the turbulence of post independence India' PETER MAY
'A sumptuous, brutal, heart-stopping thriller. Vaseem Khan writes with charm and wit, and an eye for detail that transports the reader entirely. I couldn't love this series more' CHRIS WHITAKER
Can a white man receive justice in post-colonial India?
Bombay, 1950
James Whitby, sentenced to death for the murder of prominent lawyer and former Quit India activist Fareed Mazumdar, is less than two weeks from a date with the gallows. In a last-ditch attempt to save his son, Whitby's father, arch-colonialist, Charles Whitby, forces a new investigation into the killing.
The investigation leads Inspector Persis Wadia of the Bombay Police to the old colonial capital of Calcutta, where, with the help of Scotland Yard criminalist Archie Blackfinch, she uncovers a possible link to a second case, the brutal murder of an African-American G.I. during the Calcutta Killings of 1946.
How are the cases connected? If Whitby didn't murder Mazumdar, then who did? And why?
'Post-partition India is subtle, intriguing and dynamic; the hero, Persis, is brave, intelligent and charming; the plot is complex and rewarding. I loved Death of a Lesser God' GREG MOSSE
'Blends a grippingly modern plot with gritty and unvarnished history. A vibrant thriller about belonging - and who gets to decide who belongs. A superb book and his best yet' WILLIAM SHAW
Breathless and brilliant, Death of a Lesser God propels Persis Wadia into dangerous and deadly new territory. Highly recommended!' D.V. BISHOP
'Crime fiction is a brilliant way of tackling social issues and, in Death of a Lesser God, Vaseem Khan delivers a masterclass in how it's done. Full of tension and political conflict, Khan brilliantly weaves in history and a deft portrait of post-Raj life in Bombay and Calcutta. The result is an immensely rich book' ALIS HAWKINS
'Tense, gripping and impressively plotted; Death of a Lesser God is historical fiction at its finest' WILLIAM RYAN
In the fourth rip-roaring thriller in the award-winning Malabar House series, Persis and Archie travel to the old colonial capital of Calcutta, where they collide head-on with the prejudices and bloody politics of an era engulfed in flame.
'Beautifully written and a fascinating insight into the turbulence of post independence India' PETER MAY
'A sumptuous, brutal, heart-stopping thriller. Vaseem Khan writes with charm and wit, and an eye for detail that transports the reader entirely. I couldn't love this series more' CHRIS WHITAKER
Can a white man receive justice in post-colonial India?
Bombay, 1950
James Whitby, sentenced to death for the murder of prominent lawyer and former Quit India activist Fareed Mazumdar, is less than two weeks from a date with the gallows. In a last-ditch attempt to save his son, Whitby's father, arch-colonialist, Charles Whitby, forces a new investigation into the killing.
The investigation leads Inspector Persis Wadia of the Bombay Police to the old colonial capital of Calcutta, where, with the help of Scotland Yard criminalist Archie Blackfinch, she uncovers a possible link to a second case, the brutal murder of an African-American G.I. during the Calcutta Killings of 1946.
How are the cases connected? If Whitby didn't murder Mazumdar, then who did? And why?
'Post-partition India is subtle, intriguing and dynamic; the hero, Persis, is brave, intelligent and charming; the plot is complex and rewarding. I loved Death of a Lesser God' GREG MOSSE
'Blends a grippingly modern plot with gritty and unvarnished history. A vibrant thriller about belonging - and who gets to decide who belongs. A superb book and his best yet' WILLIAM SHAW
Breathless and brilliant, Death of a Lesser God propels Persis Wadia into dangerous and deadly new territory. Highly recommended!' D.V. BISHOP
'Crime fiction is a brilliant way of tackling social issues and, in Death of a Lesser God, Vaseem Khan delivers a masterclass in how it's done. Full of tension and political conflict, Khan brilliantly weaves in history and a deft portrait of post-Raj life in Bombay and Calcutta. The result is an immensely rich book' ALIS HAWKINS
'Tense, gripping and impressively plotted; Death of a Lesser God is historical fiction at its finest' WILLIAM RYAN
Om denna bok
Death of a Lesser God av Vaseem Khan är en Danskt band bok med 368 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Death of a Lesser God 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:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781399707640
Upplaga:
0
Utgiven:
2024-03-14
Förlag:
Okänt
Sidantal:
368
$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"
>