Spring Boot 2.0 Cookbook - Second Edition
¥81.74
Take your application development skills to the next level by implementing Spring Boot features effectively About This Book ? This collection of effective recipes serves as guidelines for Spring Boot application development ? Get up to date with features of the latest version of Spring Boot 2.0 ? Tips and tricks to improve your efficiency through the stages of software development Who This Book Is For This book is for Java Developers who have good knowledge and understanding of Spring and Java application development. What You Will Learn ? Get to know Spring Boot Starters and create custom auto-configurations ? Work with custom annotations that enable bean activation ? Use DevTools to easily develop and debug applications ? Learn the effective testing techniques by integrating Cucumber and Spock ? Observe an eternal application configuration using Consul ? Move your existing Spring Boot applications to the cloud ? Use Hashicorp Consul and Netflix Eureka for dynamic Service Discovery ? Understand the various mechanisms that Spring Boot provides to examine an application’s health In Detail The Spring framework provides great flexibility for Java development, which also results in tedious configuration work. Spring Boot addresses the configuration difficulties of Spring and makes it easy to create standalone, production-grade Spring-based applications. This practical guide makes the existing development process more efficient. Spring Boot Cookbook 2.0 Second Edition smartly combines all the skills and expertise to efficiently develop, test, deploy, and monitor applications using Spring Boot on premise and in the cloud. We start with an overview of the important Spring Boot features you will learn to create a web application for a RESTful service. Learn to fine-tune the behavior of a web application by learning about custom routes and asset paths and how to modify routing patterns. Address the requirements of a complex enterprise application and cover the creation of custom Spring Boot starters. This book also includes examples of the new and improved facilities available to create various kinds of tests introduced in Spring Boot 1.4 and 2.0, and gain insights into Spring Boot DevTools. Explore the basics of Spring Boot Cloud modules and various Cloud starters to make applications in “Cloud Native” and take advantage of Service Discovery and Circuit Breakers. Style and approach This practical guide follows a recipe-based approach and provides extremely helpful guidelines to build, configure, and customize your Spring Boot applications.
Hybrid Cloud for Architects
¥73.02
Build your own hybrid cloud strategy with this comprehensive learning guide. About This Book ? Build a hybrid cloud strategy for your organization with AWS and OpenStack ? Leverage Hybrid Cloud to design a complex deployment pipeline ? Learn to implement security and monitoring best practices with real-world examples Who This Book Is For This book is targeted at cloud architects, cloud solution providers, DevOps engineers, or any working stakeholder who wants to learn about the hybrid cloud architecture. A basic understanding of public and private cloud is desirable. What You Will Learn ? Learn the demographics and definitions of Hybrid Cloud ? Understand the different architecture and design of Hybrid Cloud ? Explore multi-cloud strategy and use it with your hybrid cloud ? Implement a Hybrid Cloud using CMP / Common API’s ? Implement a Hybrid Cloud using Containers ? Overcome various challenges and issues while working with your Hybrid Cloud ? Understand how to monitor your Hybrid Cloud ? Discover the security implications in the Hybrid Cloud In Detail Hybrid cloud is currently the buzz word in the cloud world. Organizations are planning to adopt hybrid cloud strategy due to its advantages such as untested workloads, cloud-bursting, cloud service brokering and so on. This book will help you understand the dynamics, design principles, and deployment strategies of a Hybrid Cloud. You will start by understanding the concepts of hybrid cloud and the problems it solves as compared to a stand-alone public and private cloud. You will be delving into the different architecture and design of hybrid cloud. The book will then cover advanced concepts such as building a deployment pipeline, containerization strategy, and data storage mechanism. Next up, you will be able to deploy an external CMP to run a Hybrid cloud and integrate it with your OpenStack and AWS environments. You will also understand the strategy for designing a Hybrid Cloud using containerization and work with pre-built solutions like vCloud Air, VMware for AWS, and Azure Stack. Finally, the book will cover security and monitoring related best practices that will help you secure your cloud infrastructure. By the end of the book, you will be in a position to build a hybrid cloud strategy for your organization. Style and approach This book follows a step-by-step, practical approach to deploying and implementing hybrid cloud architectures using AWS and OpenStack.
Deep Learning with PyTorch
¥73.02
Build neural network models in text, vision and advanced analytics using PyTorch About This Book ? Learn PyTorch for implementing cutting-edge deep learning algorithms. ? Train your neural networks for higher speed and flexibility and learn how to implement them in various scenarios; ? Cover various advanced neural network architecture such as ResNet, Inception, DenseNet and more with practical examples; Who This Book Is For This book is for machine learning engineers, data analysts, data scientists interested in deep learning and are looking to explore implementing advanced algorithms in PyTorch. Some knowledge of machine learning is helpful but not a mandatory need. Working knowledge of Python programming is expected. What You Will Learn ? Use PyTorch for GPU-accelerated tensor computations ? Build custom datasets and data loaders for images and test the models using torchvision and torchtext ? Build an image classifier by implementing CNN architectures using PyTorch ? Build systems that do text classification and language modeling using RNN, LSTM, and GRU ? Learn advanced CNN architectures such as ResNet, Inception, Densenet, and learn how to use them for transfer learning ? Learn how to mix multiple models for a powerful ensemble model ? Generate new images using GAN’s and generate artistic images using style transfer In Detail Deep learning powers the most intelligent systems in the world, such as Google Voice, Siri, and Alexa. Advancements in powerful hardware, such as GPUs, software frameworks such as PyTorch, Keras, Tensorflow, and CNTK along with the availability of big data have made it easier to implement solutions to problems in the areas of text, vision, and advanced analytics. This book will get you up and running with one of the most cutting-edge deep learning libraries—PyTorch. PyTorch is grabbing the attention of deep learning researchers and data science professionals due to its accessibility, efficiency and being more native to Python way of development. You'll start off by installing PyTorch, then quickly move on to learn various fundamental blocks that power modern deep learning. You will also learn how to use CNN, RNN, LSTM and other networks to solve real-world problems. This book explains the concepts of various state-of-the-art deep learning architectures, such as ResNet, DenseNet, Inception, and Seq2Seq, without diving deep into the math behind them. You will also learn about GPU computing during the course of the book. You will see how to train a model with PyTorch and dive into complex neural networks such as generative networks for producing text and images. By the end of the book, you'll be able to implement deep learning applications in PyTorch with ease. Style and approach An end-to-end guide that teaches you all about PyTorch and how to implement it in various scenarios.
Cloud-Native Applications in Java
¥90.46
Highly available microservice-based web apps for Cloud with Java About This Book ? Take advantage of the simplicity of Spring to build a full-fledged application ? Let your applications run faster while generating smaller cloud service bills ? Integrate your application with various tools such as Docker and ElasticSearch and use specific tools in Azure and AWS Who This Book Is For Java developers who want to build secure, resilient, robust and scalable applications that are targeted for cloud based deployment, will find this book helpful. Some knowledge of Java, Spring, web programming and public cloud providers (AWS, Azure) should be sufficient to get you through the book. What You Will Learn ? See the benefits of the cloud environment when it comes to variability, provisioning, and tooling support ? Understand the architecture patterns and considerations when developing on the cloud ? Find out how to perform cloud-native techniques/patterns for request routing, RESTful service creation, Event Sourcing, and more ? Create Docker containers for microservices and set up continuous integration using Jenkins ? Monitor and troubleshoot an application deployed in the cloud environment ? Explore tools such as Docker and Kubernetes for containerization and the ELK stack for log aggregation and visualization ? Use AWS and Azure specific tools to design, develop, deploy, and manage applications ? Migrate from monolithic architectures to a cloud native deployment In Detail Businesses today are evolving so rapidly that they are resorting to the elasticity of the cloud to provide a platform to build and deploy their highly scalable applications. This means developers now are faced with the challenge of building build applications that are native to the cloud. For this, they need to be aware of the environment, tools, and resources they’re coding against. If you’re a Java developer who wants to build secure, resilient, robust, and scalable applications that are targeted for cloud-based deployment, this is the book for you. It will be your one stop guide to building cloud-native applications in Java Spring that are hosted in On-prem or cloud providers - AWS and Azure The book begins by explaining the driving factors for cloud adoption and shows you how cloud deployment is different from regular application deployment on a standard data centre. You will learn about design patterns specific to applications running in the cloud and find out how you can build a microservice in Java Spring using REST APIs You will then take a deep dive into the lifecycle of building, testing, and deploying applications with maximum automation to reduce the deployment cycle time. Gradually, you will move on to configuring the AWS and Azure platforms and working with their APIs to deploy your application. Finally, you’ll take a look at API design concerns and their best practices. You’ll also learn how to migrate an existing monolithic application into distributed cloud native applications. By the end, you will understand how to build and monitor a scalable, resilient, and robust cloud native application that is always available and fault tolerant. Style and approach Filled with examples, this book will build you an entire cloud-native application through its course and will stop at each point and explain in depth the functioning and design considerations that will make a robust, highly available application
The Baby Truth (Mills & Boon Cherish)
¥26.78
SHE COULDN’T BE PREGNANT… Except apparently she was! Still, Sassy Matthews was on a mission to find her biological parents – not to faint in the arms of a lawyer! Of course, becoming a mum didn’t exactly fit into her plans either. Jett Sundell wanted to keep an eye on Sassy – and not just because her new ‘family’ suspected her of being a gold-digger. Sassy captured his interest, but she was pregnant with another man’s child! Jett knew he might be able to provide Sassy with the link to her past, but she might just be the key to his future.
The Friendship Pact
¥12.75
This is a story for every woman who has a best friend… Bailey Watters and Koralynn Mitchell consider themselves "sisters of the soul." Their circumstances growing up couldn't have been more different; Kora came from a wealthy, privileged family, while Bailey's home life was hard. They'd do anything for each other. "I'd give you a kidney," they always say. There are no secrets between them–until there's one secret Bailey can't share. This is a story for every woman who's been in love. Danny Brown is the only man Kora's ever wanted, ever loved, and her marriage seems as flawless as everything else in her life. Bailey, however, doesn't want a husband. She does want a baby–but only by IVF. And the perfect donor, the perfect biological father, would be a man like…Danny. What happens when love and friendship collide? Kora might be willing to give Bailey a kidney. But what about a baby?
The Lawman's Oklahoma Sweetheart (Mills & Boon Love Inspired Historical) (Brideg
¥31.10
Bound by a Secret When Katrine Brinkerhoff's cabin is attacked, only sheriff Clint Thornton's heroism saves her. She owes Clint her life–and her help catching the men responsible. All she has to do is trust in Clint's plan to protect her family. But she can't let herself care too deeply, not when her past carries secrets that would drive him away. Infiltrating the murderous gang is a dirty job, yet Clint is determined to see it through. The brigands will face justice–and they will never harm Katrine again. Clint would give his life to keep the beautiful settler safe…but will he be willing to risk his heart? Bridegroom Brothers: True love awaits three siblings in the Oklahoma Land Rush
Empire Girls
¥45.03
The critically acclaimed authors of I'll Be Seeing You return with a riveting tale of two sisters, set in the intoxicating world of New York City during the Roaring Twenties. Ivy and Rose Adams may be sisters, but they're nothing alike. Rose, the eldest, is the responsible one, while Ivy is spirited and brazen. After the unexpected death of their father, the women are left to reconcile the estate, when they make a shocking discovery: not only has their father left them in financial ruin, but he has also bequeathed their beloved family house to a brother they never knew existed. With only a photograph to guide the way, Ivy and Rose embark to New York City, determined to find this mysterious man and reclaim what is rightfully theirs. Once in New York, temptations abound at every turn, and soon the sisters are drawn into the glitzy underbelly of Manhattan, where they must overcome their differences and learn to trust each other if they're going to survive in the big city and find their brother. Filled with unforgettable characters and charm, Empire Girls is a love letter to 1920s New York, and a captivating story of the unspoken bond between sisters.
Hannah's Courtship (Mills & Boon Love Inspired) (Hannah's Daughters, Book 8)
¥31.10
Second Chance At Love Amish widow Hannah Yoder never intended to marry again. Yet when her friendship with veterinarian Albert Hartman begins to bloom into something more, Hannah wonders if perhaps she's finally ready for a new love. Albert waited his whole life to find the right woman, only to realize Hannah was there all along. But there's more than their friendship to consider. Albert is a Mennonite, born-and-bred, and Hannah cannot–will not–leave her Amish faith, not even for him. Does Albert have the courage to give up his modern life for Hannah…and will Hannah have the courage to let him? Hannah's Daughters: Seeking love, family and faith in Amish country
Justice Run
¥25.60
Interventionism Under Fire With Europe in economic turmoil, a small fascist group led by a powerful German industrialist plans to bring the continent under one leader. But first they must weaken the U.S. so it can't interfere. The idea is simple…. Except conspiracists don't count on Mack Bolan. In Bolan's search for a missing federal agent, he finds himself in a bloody firefight at the heavily guarded estate of an international arms dealer. As the bodies pile up around him, though, intel begins to paint a picture much bigger than one missing American. It's a picture with devastating global repercussions–and the U.S. is about to take the first, calculated hit. Bolan must chase a burning fuse across Europe and America to prevent this promised fascist takeover.
Windows Presentation Foundation Development Cookbook
¥108.99
Gain comprehensive insight into WPF mechanics and capabilities. About This Book ? Gain a strong foundation in WPF features and patterns ? Leverage the MVVM pattern to build decoupled, maintainable apps ? Increase efficiency through Performance tuning and UI automation Who This Book Is For The book is intended for developers who are relatively new to WPF (Windows Presentation Foundation), or those who have been working with WPF for some time, but want to get a deeper understanding of its foundation and concepts to gain practical knowledge. Basic knowledge of C# and Visual Studio is assumed. What You Will Learn ? Understand the fundamentals of WPF ? Explore the major controls and manage element layout ? Implement data binding ? Create custom elements that lead to a particular implementation path ? Customize controls, styles, and templates in XAML ? Leverage the MVVM pattern to maintain a clean and reusable structure in your code ? Master practical animations ? Integrate WCF services in a WPF application ? Implement WPFs support for debugging and asynchronous operations In Detail Windows Presentation Foundation (WPF) is Microsoft's development tool for building rich Windows client user experiences that incorporate UIs, media, and documents. With the updates in .NET 4.7, Visual Studio 2017, C# 7, and .NET Standard 2.0, WPF has taken giant strides and is now easier than ever for developers to use. If you want to get an in-depth view of WPF mechanics and capabilities, then this book is for you. The book begins by teaching you about the fundamentals of WPF and then quickly shows you the standard controls and the layout options. It teaches you about data bindings and how to utilize resources and the MVVM pattern to maintain a clean and reusable structure in your code. After this, you will explore the animation capabilities of WPF and see how they integrate with other mechanisms. Towards the end of the book, you will learn about WCF services and explore WPF's support for debugging and asynchronous operations. By the end of the book, you will have a deep understanding of WPF and will know how to build resilient applications. Style and approach This book takes a recipe-based approach to teaching you how to create fault-tolerant WPF applications.
The First-Time Cook
¥95.75
Setting up home for the first time and feel lost in the kitchen? ‘The First-time Cook’ is a one-stop guide which shows you not only how to cook delicious food but also how to understand ingredients and techniques so you can feel completely confident cooking on your own. Assuming no prior knowledge,'First-time Cook' takes you through the basics of shopping and cooking equipment. Sophie Grigson then covers each essential cooking technique and food in turn, moving step-by-step through the basics with lots of incredibly useful advice on the possible pitfalls and showing variations and alternatives once you have mastered the essentials. From the perfect roast chicken to twenty variations on the quick-and-easy omelette and pasta of all de*ions, the recipes have been chosen not only to show core techniques but also to provide a fantastic collection of dishes that cover everything from quick (and cheap) supper ideas for one, to coping with Sunday lunch for six for the first time Interest in cookery has never been greater but the number of people actually able to cook continues to decline. Sophie Grigson's TV experience has given her a natural ability to teach cookery in an informal and friendly way and, with this book, she fills the gap left by conventional cookbooks which assume a knowledge most people don't possess.
The Ultimate PCOS Handbook: Lose weight, boost fertility, clear skin and restore
¥125.18
With this practical handbook you can start to see PCOS symptoms improve in as little as 2 weeks. Based on the latest scientific research and the authors' first-hand experience, it will empower you to take back control of your body- and your life. Packed with all the essential information to naturally beat the symptoms of polycystic ovary syndrome. PCOS authorities and fellow sufferers Colette Harris and Theresa Cheung will empower you to take back control of your body and beat naturally the often embarrassing symptoms of this syndrome, including weight gain, acne, excess body hair, mood swings, depression and exhaustion. Packed full of the latest science, up-to-date nutrition and the best in self-help and natural therapies, their comprehensive book shows you how to: ? Take control of your body with simple dietary changes ? Reduce spots and excess hair ? Boost body confidence and self-esteem ? Choose the right supplements and best natural self-help remedies ? Protect yourself from high blood pressure, heart disease and diabetes
Women of a Dangerous Age
¥45.62
Perfect for fans of Elizabeth Buchan and Katie Fforde, this is a warm novel about women, relationships and why it’s never too late to change. Lou is married to a man who no longer loves her. It’s time to move on, to begin a new business venture and to start her life over. To celebrate her new-found freedom, she travels to India, where, in front of the Taj Mahal, she befriends Ali after taking each other’s photographs on ‘that’ bench. Ali is a serial mistress. But when she returns home, she discovers her latest lover is not the man she took him for. She too needs a new beginning. As Lou and Ali put their pasts behind them, they start to discover new possibilities for life and for love, until the shocking realisation that they have far more in common than they thought.
People Management (Collins Business Secrets)
¥44.24
The people management secrets that experts and top professionals use. Get results fast with this quick, easy guide to the fundamentals of People Management Includes how to: ? Build a business-like relationships with your direct reports ? Set clear targets and monitor them ? Understand different personality types and how to manage them ? Deliver criticism and compliments in the right way ? Mentor your employees to produce fantastic results
Getting Things Done (Collins Business Secrets)
¥18.74
The secrets that experts and top professionals use to get things done. Get results fast with this quick, easy guide to the fundamentals of Getting Things Done. Includes how to: ? Get more done in less time ? Manage upwards, downwards and sideways ? Under-promise and over-deliver ? Overcome difficult people and issues ? Deliver projects on time and on budget
Mindpower (Collins Business Secrets)
¥44.24
The secrets that experts and top professionals use to stay at the top of their game. Get results fast with this quick, easy guide to the fundamentals of Mind Power Includes how to: ? Produce creative and innovative ideas ? Remember names, numbers and concepts ? Sharpen your mental reflexes, whatever your age ? Ask the right questions and understand other points of view ? Make good decisions and stick to them
Team Management (Collins Business Secrets)
¥18.74
The team management secrets that experts and top professionals use. Get results fast with this quick, easy guide to the fundamentals of Team Management Includes how to: ? Understand how different personalities interact in a team ? Set up clear structures and goals for your team ? Implement change effectively and as painlessly as possible ? Overcome personality clashes and team difficulties ? Manage your team so that it delivers fantastic results
Collins Tracing Your Scottish Family History
¥132.53
The authoritative and comprehensive guide to tracing your Scottish ancestry There's never been a better time to trace your Scottish family history. Vast internet resources and DNA testing, as well as access to censuses, religious records and other archive material make this process easier than ever. Renowned genealogist Anthony Adolph unveils a wide range of tools and information available, specific to discovering your Scottish ancestry - whether you are starting your trail in Scotland or from somewhere else in the world. The text is packed with weblinks to enable you to search the great number of records now available online, as well as providing contact information on other sources, such as archives and libraries. By reading this book you'll also be drawn into the lives your ancestors led, through the examples, compelling stories and fascinating social history which are interwoven within the text. Whether you are at the start of your search for your Scottish ancestry, or are looking for ways to expand on what you have already found, Anthony Adolph’s detailed instruction and guidance, balanced with humorous anecdotes makes for an informative, practical and entertaining read.
For Her Eyes Only Part 2 (36 Hours, Book 11)
¥11.77
36 Hours Serial As a devastating summer storm hits Grand Springs, Colorado, the next thirty-six hours will change the town and its residents forever…. For Her Eyes Only Part 2 Ever since she blacked out at Squaw Creek Lodge the night of the storm, Jessica's been having visions. What does it mean? If only she could have a vision about where things are going between her and Stone–but that's still a mystery. And since her last vision of Stone in danger, she has even more to worry about. Stone's glad to have Jessica back in his life. And since he found out the truth about the mayor's death, he's taking her visions seriously. But if Olivia's death wasn't an accident, there's a killer out there, and Jessica might be in danger…. The story concludes in For Her Eyes Only Part 3.
A Minute on the Lips (Mills & Boon Heartwarming)
¥25.21
There are no secrets in Tall Pines… Sheriff Andrea Jackson can’t afford to become the subject of small-town gossip. With an election coming up and her job on the line, public opinion is crucial. That means keeping her distance from newspaper editor Mark Taylor. Effortlessly handsome and dangerously charming, Mark is hard to resist, but his sudden interest makes Andi wonder if his dinner invitations are for business or pleasure. Andi has to admit she could use his help in solving a local theft, but working with Mark would make her the talk of the town, or worse…it could land her on the front page.

购物车
个人中心

