Ceph: Designing and Implementing Scalable Storage Systems
¥90.46
Get to grips with the unified, highly scalable distributed storage system and learn how to design and implement it. Key Features * Explore Ceph's architecture in detail * Implement a Ceph cluster successfully and gain deep insights into its best practices * Leverage the advanced features of Ceph, including erasure coding, tiering, and BlueStore Book Description This Learning Path takes you through the basics of Ceph all the way to gaining in-depth understanding of its advanced features. You’ll gather skills to plan, deploy, and manage your Ceph cluster. After an introduction to the Ceph architecture and its core projects, you’ll be able to set up a Ceph cluster and learn how to monitor its health, improve its performance, and troubleshoot any issues. By following the step-by-step approach of this Learning Path, you’ll learn how Ceph integrates with OpenStack, Glance, Manila, Swift, and Cinder. With knowledge of federated architecture and CephFS, you’ll use Calamari and VSM to monitor the Ceph environment. In the upcoming chapters, you’ll study the key areas of Ceph, including BlueStore, erasure coding, and cache tiering. More specifically, you’ll discover what they can do for your storage system. In the concluding chapters, you will develop applications that use Librados and distributed computations with shared object classes, and see how Ceph and its supporting infrastructure can be optimized. By the end of this Learning Path, you'll have the practical knowledge of operating Ceph in a production environment. This Learning Path includes content from the following Packt products: * Ceph Cookbook by Michael Hackett, Vikhyat Umrao and Karan Singh * Mastering Ceph by Nick Fisk * Learning Ceph, Second Edition by Anthony D'Atri, Vaibhav Bhembre and Karan Singh What you will learn * Understand the benefits of using Ceph as a storage solution * Combine Ceph with OpenStack, Cinder, Glance, and Nova components * Set up a test cluster with Ansible and virtual machine with VirtualBox * Develop solutions with Librados and shared object classes * Configure BlueStore and see its interaction with other configurations * Tune, monitor, and recover storage systems effectively * Build an erasure-coded pool by selecting intelligent parameters Who this book is for If you are a developer, system administrator, storage professional, or cloud engineer who wants to understand how to deploy a Ceph cluster, this Learning Path is ideal for you. It will help you discover ways in which Ceph features can solve your data storage problems. Basic knowledge of storage systems and GNU/Linux will be beneficial.
DevOps with Kubernetes
¥90.46
Leverage the power of Kubernetes to build an efficient software delivery pipeline. Key Features * Learn about DevOps, containers, and Kubernetes all within one handy book * A practical guide to container management and orchestration * Learn how to monitor, log, and troubleshoot your Kubernetes applications Book Description Kubernetes has been widely adopted across public clouds and on-premise data centers. As we're living in an era of microservices, knowing how to use and manage Kubernetes is an essential skill for everyone in the IT industry. This book is a guide to everything you need to know about Kubernetes—from simply deploying a container to administrating Kubernetes clusters wisely. You'll learn about DevOps fundamentals, as well as deploying a monolithic application as microservices and using Kubernetes to orchestrate them. You will then gain an insight into the Kubernetes network, extensions, authentication and authorization. With the DevOps spirit in mind, you'll learn how to allocate resources to your application and prepare to scale them efficiently. Knowing the status and activity of the application and clusters is crucial, so we’ll learn about monitoring and logging in Kubernetes. Having an improved ability to observe your services means that you will be able to build a continuous delivery pipeline with confidence. At the end of the book, you'll learn how to run managed Kubernetes services on three top cloud providers: Google Cloud Platform, Amazon Web Services, and Microsoft Azure. What you will learn * Learn fundamental and advanced DevOps skills and tools * Get a comprehensive understanding of containers * Dockerize an application * Administrate and manage Kubernetes cluster * Extend the cluster functionality with custom resources * Understand Kubernetes network and service mesh * Implement Kubernetes logging and monitoring * Manage Kubernetes services in Amazon Web Services, Google Cloud Platform,and Microsoft Azure Who this book is for This book is for anyone who wants to learn containerization and clustering in a practical way using Kubernetes. No prerequisite skills are required, however, essential DevOps skill and public/private Cloud knowledge will accelerate the reading speed. If you're advanced, you can get a deeper understanding of all the tools and technique described in the book.
Mastering Adobe Captivate 2019
¥90.46
Create responsive eLearning content, including quizzes, demonstrations, simulations and Virtual Reality projects that fit on any device with Adobe Captivate 2019 Key Features * Build responsive, interactive and highly engaging eLearning content with Adobe Captivate 2019 * Build Virtual Reality eLearning experiences with Adobe Captivate 2019 * Assess your student knowledge with interactive and random quizzes * Seamlessly integrate your eLearning content with any SCORM or xAPI compliant LMS Book Description Adobe Captivate is used to create highly engaging, interactive, and responsive eLearning content. This book takes you through the production of a few pieces of eLearning content, covering all the project types and workflows of Adobe Captivate. First, you will learn how to create a typical interactive Captivate project. This will give you the opportunity to review all Captivate objects and uncover the application's main tools. Then, you will use the built-in capture engine of Captivate to create an interactive software simulation and a Video Demo that can be published as an MP4 video. Then, you will approach the advanced responsive features of Captivate to create a project that can be viewed on any device. And finally, you will immerse your learners in a 360o environment by creating Virtual Reality projects of Adobe Captivate. At the end of the book, you will empower your workflow and projects with the newer and most advanced features of the application, including variables, advanced actions, JavaScript, and using Captivate 2019 with other applications. If you want to produce high quality eLearning content using a wide variety of techniques, implement eLearning in your company, enable eLearning on any device, assess the effectiveness of the learning by using extensive Quizzing features, or are simply interested in eLearning, this book has you covered! What you will learn * Learn how to use the objects in Captivate to build professional eLearning content * Enhance your projects by adding interactivity, animations, and more * Add multimedia elements, such as audio and video, to create engaging learning experiences * Use themes to craft a unique visual experience * Use question slides to create SCORM-compliant quizzes that integrate seamlessly with your LMS * Make your content fit any device with responsive features of Captivate * Create immersive 360° experiences with Virtual Reality projects of Captivate 2019 * Integrate Captivate with other applications (such as PowerPoint and Photoshop) to establish a professional eLearning production workflow * Publish your project in a wide variety of formats including HTML5 and Flash Who this book is for If you are a teacher, instructional designer, eLearning developer, or human resources manager who wants to implement eLearning, then this book is for you. A basic knowledge of your OS is all it takes to create the next generation of responsive eLearning content.
Improving your C# Skills
¥90.46
Conquer complex and interesting programming challenges by building robust and concurrent applications with caches, cryptography, and parallel programming. Key Features * Understand how to use .NET frameworks like the Task Parallel Library (TPL)and CryptoAPI * Develop a containerized application based on microservices architecture * Gain insights into memory management techniques in .NET Core Book Description This Learning Path shows you how to create high performing applications and solve programming challenges using a wide range of C# features. You’ll begin by learning how to identify the bottlenecks in writing programs, highlight common performance pitfalls, and apply strategies to detect and resolve these issues early. You'll also study the importance of micro-services architecture for building fast applications and implementing resiliency and security in .NET Core. Then, you'll study the importance of defining and testing boundaries, abstracting away third-party code, and working with different types of test double, such as spies, mocks, and fakes. In addition to describing programming trade-offs, this Learning Path will also help you build a useful toolkit of techniques, including value caching, statistical analysis, and geometric algorithms. This Learning Path includes content from the following Packt products: * C# 7 and .NET Core 2.0 High Performance by Ovais Mehboob Ahmed Khan * Practical Test-Driven Development using C# 7 by John Callaway, Clayton Hunt * The Modern C# Challenge by Rod Stephens What you will learn * Measure application performance using BenchmarkDotNet * Leverage the Task Parallel Library (TPL) and Parallel Language Integrated Query (PLINQ)library to perform asynchronous operations * Modify a legacy application to make it testable * Use LINQ and PLINQ to search directories for files matching patterns * Find areas of polygons using geometric operations * Randomize arrays and lists with extension methods * Use cryptographic techniques to encrypt and decrypt strings and files Who this book is for If you want to improve the speed of your code and optimize the performance of your applications, or are simply looking for a practical resource on test driven development, this is the ideal Learning Path for you. Some familiarity with C# and .NET will be beneficial.
Docker on Windows
¥90.46
Learn how to run new and old applications in Docker containers on Windows - modernizing the architecture, improving security and maximizing efficiency. Key Features * Run .NET Framework and .NET Core apps in Docker containers for efficiency, security and portability * Design distributed containerized apps, using enterprise-grade open source software from Docker Hub * Build a CI/CD pipeline with Docker, going from source to a production Docker Swarm in the cloud Book Description Docker on Windows, Second Edition teaches you all you need to know about Docker on Windows, from the 101 to running highly-available workloads in production. You’ll be guided through a Docker journey, starting with the key concepts and simple examples of .NET Framework and .NET Core apps in Docker containers on Windows. Then you’ll learn how to use Docker to modernize the architecture and development of traditional ASP.NET and SQL Server apps. The examples show you how to break up legacy monolithic applications into distributed apps and deploy them to a clustered environment in the cloud, using the exact same artifacts you use to run them locally. You’ll see how to build a CI/CD pipeline which uses Docker to compile, package, test and deploy your applications. To help you move confidently to production, you’ll learn about Docker security, and the management and support options. The book finishes with guidance on getting started with Docker in your own projects. You’ll walk through some real-world case studies for Docker implementations, from small-scale on-premises apps to very large-scale apps running on Azure. What you will learn * Understand key Docker concepts: images, containers, registries and swarms * Run Docker on Windows 10, Windows Server 2019, and in the cloud * Deploy and monitor distributed solutions across multiple Docker containers * Run containers with high availability and failover with Docker Swarm * Master security in-depth with the Docker platform, making your apps more secure * Build a Continuous Deployment pipeline, running Jenkins and Git in Docker * Debug applications running in Docker containers using Visual Studio * Plan the adoption of Docker in your organization Who this book is for If you want to modernize an old monolithic application without rewriting it, smooth the deployment to production, or move to DevOps or the cloud, then Docker is the enabler for you. This book gives you a solid grounding in Docker so you can confidently approach all of these scenarios.
Implementing Microsoft Dynamics 365 Business Central On-Premise
¥90.46
Implement Business Central and explore methods to upgrade to NAV 2018 Key Features *Learn the key roles of Dynamics NAV partner and the roles within your customer's organization *Create configuration packages and perform data migration *Explore Microsoft Dynamics 365 Business Central to use Dynamics NAV 2018 functionalities in the Cloud Book Description Microsoft Dynamics Business Central is a full business solution suite and a complete ERP solution, which contains a robust set of development tools; these tools can help you to gain control over your business and can simplify supply chains, manufacturing, and operations. Implementing Microsoft Dynamics 365 Business Central On-Premise covers the latest features of Dynamics Business Central and NAV from the end users' and developers' perspectives. It also provides an insight into different tools available for implementation, whether it's a new installation or migrating from the previous version of Dynamics NAV. This book will take you from an introduction to Dynamics NAV 2018 through to exploring all the techniques related to implementation and migration. You will also learn to expand functionalities within your existing Microsoft Dynamics NAV installation, perform data analysis, and implement free third-party add-ons to your existing installation. As you progress through the book, you will learn to work with third-party add-on tools. In the concluding chapters, you will explore Dynamics 365 Business Central, the new Cloud solution based on the Microsoft NAV platform, and techniques for using Docker and Sandbox to develop applications. By the end of the book, you will have gained a deep understanding of the key components for successful Dynamics NAV implementation for an organization. What you will learn *Explore new features introduced in Microsoft Dynamics NAV 2018 *Migrate to Microsoft Dynamics NAV 2018 from previous versions *Learn abstract techniques for data analysis, reporting, and debugging *Install, configure, and use additional tools for business intelligence, document management, and reporting *Discover Dynamics 365 Business Central and several other Microsoft services *Utilize different tools to develop applications for Business Central Who this book is for Implementing Microsoft Dynamics 365 Business Central On-Premise is for Dynamics NAV partners and end users who want to know everything about Dynamics NAV implementation. This book is for you if you want to be a project manager or get involved with Dynamics NAV, but do not have the expertise to write code yourself. This book can also help you to understand the need to move to Business Central and its advantages.
Building Large-Scale Web Applications with Angular
¥90.46
A definitive guide on frontend development with Angular from design to deployment Key Features *Develop web applications from scratch using Angular and TypeScript *Explore reactive programming principles and RxJS to develop and test apps easily *Study continuous integration and deployment on the AWS cloud Book Description If you have been burnt by unreliable JavaScript frameworks before, you will be amazed by the maturity of the Angular platform. Angular enables you to build fast, efficient, and real-world web apps. In this Learning Path, you'll learn Angular and to deliver high-quality and production-grade Angular apps from design to deployment. You will begin by creating a simple fitness app, using the building blocks of Angular, and make your final app, Personal Trainer, by morphing the workout app into a full-fledged personal workout builder and runner with an advanced directive building - the most fundamental and powerful feature of Angular. You will learn the different ways of architecting Angular applications using RxJS, and some of the patterns that are involved in it. Later you’ll be introduced to the router-first architecture, a seven-step approach to designing and developing mid-to-large line-of-business apps, along with popular recipes. By the end of this book, you will be familiar with the scope of web development using Angular, Swagger, and Docker, learning patterns and practices to be successful as an individual developer on the web or as a team in the Enterprise. This Learning Path includes content from the following Packt products: *Angular 6 by Example by Chandermani Arora, Kevin Hennessy *Architecting Angular Applications with Redux, RxJS, and NgRx by Christoffer Noring *Angular 6 for Enterprise-Ready Web Applications by Doguhan Uluca What you will learn *Develop web applications from scratch using Angular and TypeScript *Explore reactive programming principles, RxJS to develop and test apps efficiently *Study continuous integration and deployment your Angular app on the AWS cloud Who this book is for If you're a JavaScript or frontend developer looking to gain comprehensive experience of using Angular for end-to-end enterprise-ready applications, this Learning Path is for you.
Getting Started with Python
¥90.46
Harness the power of Python objects and data structures to implement algorithms for analyzing your data and efficiently extracting information Key Features * Turn your designs into working software by learning the Python syntax * Write robust code with a solid understanding of Python data structures * Understand when to use the functional or the OOP approach Book Description This Learning Path helps you get comfortable with the world of Python. It starts with a thorough and practical introduction to Python. You’ll quickly start writing programs, building websites, and working with data by harnessing Python's renowned data science libraries. With the power of linked lists, binary searches, and sorting algorithms, you'll easily create complex data structures, such as graphs, stacks, and queues. After understanding cooperative inheritance, you'll expertly raise, handle, and manipulate exceptions. You will effortlessly integrate the object-oriented and not-so-object-oriented aspects of Python, and create maintainable applications using higher level design patterns. Once you’ve covered core topics, you’ll understand the joy of unit testing and just how easy it is to create unit tests. By the end of this Learning Path, you will have built components that are easy to understand, debug, and can be used across different applications. This Learning Path includes content from the following Packt products: * Learn Python Programming - Second Edition by Fabrizio Romano * Python Data Structures and Algorithms by Benjamin Baka * Python 3 Object-Oriented Programming by Dusty Phillips What you will learn * Use data structures and control flow to write code * Use functions to bundle together a sequence of instructions * Implement objects in Python by creating classes and defining methods * Design public interfaces using abstraction, encapsulation and information hiding * Raise, define, and manipulate exceptions using special error objects * Create bulletproof and reliable software by writing unit tests * Learn the common programming patterns and algorithms used in Python Who this book is for If you are relatively new to coding and want to write scripts or programs to accomplish tasks using Python, or if you are an object-oriented programmer for other languages and seeking a leg up in the world of Python, then this Learning Path is for you. Though not essential, it will help you to have basic knowledge of programming and OOP.
Python: Advanced Guide to Artificial Intelligence
¥90.46
Demystify the complexity of machine learning techniques and create evolving, clever solutions to solve your problems Key Features *Master supervised, unsupervised, and semi-supervised ML algorithms and their implementation *Build deep learning models for object detection, image classification, similarity learning, and more *Build, deploy, and scale end-to-end deep neural network models in a production environment Book Description This Learning Path is your complete guide to quickly getting to grips with popular machine learning algorithms. You'll be introduced to the most widely used algorithms in supervised, unsupervised, and semi-supervised machine learning, and learn how to use them in the best possible manner. Ranging from Bayesian models to the MCMC algorithm to Hidden Markov models, this Learning Path will teach you how to extract features from your dataset and perform dimensionality reduction by making use of Python-based libraries. You'll bring the use of TensorFlow and Keras to build deep learning models, using concepts such as transfer learning, generative adversarial networks, and deep reinforcement learning. Next, you'll learn the advanced features of TensorFlow1.x, such as distributed TensorFlow with TF clusters, deploy production models with TensorFlow Serving. You'll implement different techniques related to object classification, object detection, image segmentation, and more. By the end of this Learning Path, you'll have obtained in-depth knowledge of TensorFlow, making you the go-to person for solving artificial intelligence problems This Learning Path includes content from the following Packt products: *Mastering Machine Learning Algorithms by Giuseppe Bonaccorso *Mastering TensorFlow 1.x by Armando Fandango *Deep Learning for Computer Vision by Rajalingappaa Shanmugamani What you will learn *Explore how an ML model can be trained, optimized, and evaluated *Work with Autoencoders and Generative Adversarial Networks *Explore the most important Reinforcement Learning techniques *Build end-to-end deep learning (CNN, RNN, and Autoencoders) models Who this book is for This Learning Path is for data scientists, machine learning engineers, artificial intelligence engineers who want to delve into complex machine learning algorithms, calibrate models, and improve the predictions of the trained model. You will encounter the advanced intricacies and complex use cases of deep learning and AI. A basic knowledge of programming in Python and some understanding of machine learning concepts are required to get the best out of this Learning Path.
Microsoft Power BI Complete Reference
¥90.46
Design, develop, and master efficient Power BI solutions for impactful business insights Key Features *Get to grips with the fundamentals of Microsoft Power BI *Combine data from multiple sources, create visuals, and publish reports across platforms *Understand Power BI concepts with real-world use cases Book Description Microsoft Power BI Complete Reference Guide gets you started with business intelligence by showing you how to install the Power BI toolset, design effective data models, and build basic dashboards and visualizations that make your data come to life. In this Learning Path, you will learn to create powerful interactive reports by visualizing your data and learn visualization styles, tips and tricks to bring your data to life. You will be able to administer your organization's Power BI environment to create and share dashboards. You will also be able to streamline deployment by implementing security and regular data refreshes. Next, you will delve deeper into the nuances of Power BI and handling projects. You will get acquainted with planning a Power BI project, development, and distribution of content, and deployment. You will learn to connect and extract data from various sources to create robust datasets, reports, and dashboards. Additionally, you will learn how to format reports and apply custom visuals, animation and analytics to further refine your data. By the end of this Learning Path, you will learn to implement the various Power BI tools such as on-premises gateway together along with staging and securely distributing content via apps. This Learning Path includes content from the following Packt products: *Microsoft Power BI Quick Start Guide by Devin Knight et al. *Mastering Microsoft Power BI by Brett Powell What you will learn *Connect to data sources using both import and DirectQuery options *Leverage built-in and custom visuals to design effective reports *Administer a Power BI cloud tenant for your organization *Deploy your Power BI Desktop files into the Power BI Report Server *Build efficient data retrieval and transformation processes Who this book is for Microsoft Power BI Complete Reference Guide is for those who want to learn and use the Power BI features to extract maximum information and make intelligent decisions that boost their business. If you have a basic understanding of BI concepts and want to learn how to apply them using Microsoft Power BI, then Learning Path is for you. It consists of real-world examples on Power BI and goes deep into the technical issues, covers additional protocols, and much more.
The Many Deaths of the Firefly Brothers
¥90.45
Jason and Whit Fireson, the notorious, bank-robbing duo known as the Firefly Brothers, wake to find themselves lying on cooling boards in a police morgue. Riddled with bullet wounds, the reality is inescapable: they've been killed. But they're alive. It is August of 1934, in the midst of the Great Depression but in the waning months of the great Crime Wave, during which the newly-created FBI killed such famous outlaws as John Dillinger, Baby Face Nelson, and Pretty Boy Floyd. Across the nation, men are out of work and families are starving, and Americans are stunned and frightened by the collapse of their country's foundations. The Firesons' lovers Darcy and Veronica struggle between grief and an unyielding belief that Jason and Whit have survived, while their stunned mother and straight-arrow third brother desperately try to support their family and evade police spies. And through it all the Firefly Brothers themselves race to find the women they love, and make sense of a world that has come unmoored. Complete with kidnappings and gangsters, heiresses and speakeasies, The Many Deaths of the Firefly Brothers combines the stark realism of a troubled time with all the myth-making magic of the American Dream itself. It is an imaginative and breathless story about being hopelessly outgunned – and tells a tale of danger, redemption, and love that transcends death.
Paddington Novels 1-3 (Paddington)
¥90.45
Bringing together three favourite novels about Paddington, the beloved, classic bear from Darkest Peru. Book 1 - A Bear Called Paddington: Paddington Bear travels all the way from Darkest Peru and meets the Brown family on Paddington station for the first time. Since then the Browns’ lives have never been quite the same… for ordinary things become quite extraordinary when a bear called Paddington is around. Book 2 - More About Paddington: Whether he is attempting home decorating, detective work or photography, Paddington always causes his own special brand of chaos! Book 3 - Paddington Helps Out Somehow, trouble comes naturally to Paddington. What other bear could catch a fish in his hat, or cause havoc in the Browns’ kitchen just trying to be helpful? Paddington Bear has been delighting adults and children alike with his earnest good intentions and humorous misadventures for over fifty years.
Deadly Seven
¥90.43
Deadly Seven is a combination of monologues and ‘light’ script engagement of a psychologist with her seven clients, who each represent a deadly sin. Once the psychologist realises she lacks control over each of her clients’ lives, she decides to put an end to their madness. All characters represent an obsession which ultimately destroys them; leading to their deaths.
Arany János – TOLDI
¥90.42
"Reportajele din aceast? carte vorbesc despre aspecte din istoria recent?, cum ar fi migra?ia, corup?ia, via?a ?n penitenciare sau problemele minorit??ilor, ?nchiderea spitalelor sau stresul care schimb? vie?i, crizele din s?n?tate, pove?ti ale unor oameni obi?nui?i, care fac lucruri speciale. Reg?sim, ?ns?, ?i pove?ti de demult, cum e cazul reportajelor despre lupt?torii anticomuni?ti din mun?i, despre tezaurul de la Pietroasele sau istoriile din satele s?se?ti. Reportajele surprind realit??i dintr-o Rom?nie aflat? ?n continu? schimbare, cu enorme discrepan?e. Sunt ca o fotografie a realit??ii. Cine le cite?te afl? cum se tr?ia sau cum se tr?ie?te ?n anumite locuri. Cum se schimb? sau de ce nu se schimb? lucrurile ?i mentalit??ile. Cartea cuprinde 30 de reportaje publicate ?n revista Dilema veche, dar ?i adapt?ri dup? reportaje sau documentare radio difuzate la Europa FM ?i Radio Rom?nia Actualit??i. Reportajul e un gen mai rar ?nt?lnit ast?zi ?n presa din Rom?nia. Dar asta nu se ?nt?mpl? din cauza lipsei de interes a publicului, ci din pricina lipsei de bani ?i de investi?ii ?ntr-o pres? de calitate. De fiecare dat? c?nd totu?i apar reportaje bine f?cute, se constat? c? publicul le urm?re?te cu interes, tot a?a cum urm?re?te reportajele ?i documentarele oferite de televiziunile str?ine. Asta fiindc? oamenii au nevoie de pove?ti. Un reportaj bine f?cut este de fapt o poveste adev?rat?. P?n? la urm?, ?i aceast? carte este o carte cu pove?ti adev?rate." (Liliana Nicolae)
Easy. Tasty. Healthy.:The Ultimate Cooking Without
¥90.35
A classic recipe book which excludes ingredients harmful to those suffering from candida, M.E., and allergy sufferers.
Life on the Refrigerator Door
¥90.29
Claire and her mother are running out of time, but they don't know it. Not yet. Claire is wrapped up with the difficulties of her bourgeoning adulthood—boys, school, friends, identity; Claire's mother, a single mom, is rushed off her feet both at work and at home. They rarely find themselves in the same room at the same time, and it often seems that the only thing they can count on are notes to each other on the refrigerator door. When home is threatened by a crisis, their relationship experiences a momentous change. Forced to reevaluate the delicate balance between their personal lives and their bond as mother and daughter, Claire and her mother find new love and devotion for one another deeper than anything they had ever imagined. Heartfelt, touching, and unforgettable, Life on the Refrigerator Door is a glimpse into the lives of mothers and daughters everywhere. In this deeply touching novel told through a series of notes written from a loving mother and her devoted fifteen-year-old daughter, debut author Alice Kuipers deftly captures the impenetrable fabric that connects mothers and daughters throughout the world. Moving and rich with emotion, Life on the Refrigerator Door delivers universal lessons about love in a wonderfully simple and poignant narrative.
Charmed Life
¥90.29
A bewitching comic fantasy by a master of the supernaturalCat doesn't mind living in the shadow of his sister, Gwendolen, the most promising young witch ever seen on Coven Street. But trouble starts brewing the moment the two orphans are summoned to live in Chrestomanci Castle. Frustrated that the witches of the castle refuse to acknowledge her talents, Gwendolen conjures up a scheme that could throw whole worlds out of whack.
The Lives of Christopher Chant
¥90.29
His father and uncles are enchanters, his mother a powerful sorceress, yet nothing seems magical about Christopher Chant except his dreams. Night after night, he climbs through the formless Place Between and visits marvelous lands he calls the Almost Anywheres. Then Christopher discovers that he can bring real, solid things back from his dreams. Others begin to recognize the extent of his powers, and they issue an order that turns Christopher's life upside down: Go to Chrestomanci Castle to train to be the controller of all the world's magic.The Lives of Christopher Chant is the adventure-filled story of the boyhood of Chretomanci, the famous magician who also appears in Charmed Life, Witch Week, and The Magicians of Caprona.
The Cotswolds Cookery Club: a deliciously uplifting feel-good read
¥90.27
‘One of the best stories I’ve read in a long time!’ Stacey Rebecca (NetGalley reviewer) The Cotswolds Cookery Club was originally published as a three-part serial. This is the complete story in one package. The Cotswolds Cookery Club is opening its doors! Connie has had enough. Enough of the city, enough of her job – and most importantly, enough of her cheating boyfriend! Finally free to chase her dreams, Connie sets up her very own Cotswolds Cookery Club – a place to share scrumptious recipes and, more importantly, a lot of wine… Trish always dreamed of living in a little chocolate box village – but she never expected to be starting over at forty. Could joining the Cookery Club be the perfect distraction from her stroppy teenage daughter and her ex-husband’s new girlfriend? Kate spends her life juggling her three young children and running the busy Cotswolds veterinary practice. It’s time to take charge of the disparate ingredients of her life and transform them into the perfect pot-au-feu! But with three delicious men turning up the heat, perhaps the sleepy Cotswolds village has a few surprises in store… Fans of Milly Johnson, Caroline Roberts and Jill Mansell will love this heartwarming read!
A Gift Of Miracles
¥90.06
This treasury of all-new true miracle stories from the bestselling authors of Christmas Miracles, The Magic of Christmas Miracles, and Mothers' Miracles offers the real-life wonder their readers have come to love. Some highlights:A disk jockey's selection of music has an astounding unintended effect a comatose Polish woman begins to softly sing along with a song from her childhood.While body surfing, a man is slammed by a wave and hears his neck snap. Unable to move, he begins to swallow water to hasten death. Instead, he feels himself lifted from the water, gliding safely to shore.A school janitor befriends a student, only to learn that she is the daughter of his long-lost son and his very own granddaughter.A Gift of Miracles, like its predecessors, will remind readers and their families that in the midst of our hectic and sometimes frightening world, magic, mystery, and miracles happen. And that if we look hard enough in the corners of our own lives, we, too, can find miracles.
To Get Ukraine
¥90.03
Since Maidan in Kyiv and Russian presence in the Crimea, Ukraine has never been the same. In 2014, the country is deeply divided by the conflict imposed on the Ukrainians. But since nobody actually asked the nation, author Oleksandr Shyshko decided to take matters into his own hands and look for the answer to the ultimate question – who are the Ukrainians and what do they want. Shyshko spent his time researching the national identity of native Ukrainians, and as he went he stumbled on a discovery that led to yet another question – where is Ukraine going, the so-called Quo vadis? of the Ukrainian people. His findings and critical comments gave birth to this new book that is now for the first time being published in English. To Get Ukraine.

购物车
个人中心

