Every Which Way But Dead
¥53.76
From New York Times best-selling author, Kim Harrison, comes the third book in her brilliant series, The Hollows; packed with vampires, werewolves and witches - don’t miss out on this sexy urban fantasy. If you make a deal with the devil, can you still save your soul? To avoid becoming the love-slave of a depraved criminal vampire, bounty-hunter and witch, Rachel Morgan, is cornered into a deal that could promise her an eternity of suffering. But eternal damnation is not Rachel's only worry. Her vampire roommate, Ivy, has rediscovered her taste for blood and is struggling to keep their relationship platonic, her boyfriend, Nick, has disappeared – perhaps indefinitely, and she's being stalked by an irate pack of werewolves. And then there's also the small matter of the turf war raging in Cincinnati's underworld; one that Rachel began and will have to finish before she has the smallest hope of preserving her own future.
The Daylight War (The Demon Cycle, Book 3)
¥37.08
The Daylight War, the eagerly anticipated third volume in Brett’s internationally bestselling Demon Cycle, continues the epic tale of humanity’s last stand against an army of demons. ON THE NIGHT OF A NEW MOON ALL SHADOWS DEEPEN AND THE DEMONS RISE. Arlen Bales understands the threat better than anyone. Resisting the coreling plague has shaped him into a weapon so powerful he has attracted enemies both above and below ground. But as Arlen prepares his people for battle, a daylight war approaches from the south. Out of the desert rides an army led by a man who believes his destiny is to unite humanity against the demons, willingly or not. Once, Ahmann Jardir and Arlen were like brothers. Now they are the bitterest of rivals, and Jardir’s ambition is matched only by the magic wielded by his first wife, Inevera, a powerful priestess. The corelings will attack in thirty nights, and the only men capable of defeating them are divided against each other by the most deadly demons of all: those that lurk in the human heart.
PostgreSQL Administration Cookbook, 9.5/9.6 Edition
¥107.90
Over 150 recipes to help you administer your PostgreSQL database more efficiently About This Book ?Get to grips with the capabilities of PostgreSQL 9.6 to administer your database more efficiently ?Monitor, tune, secure and protect your database ?A step-by-step, recipe-based guide to help you tackle any problem in PostgreSQL administration with ease Who This Book Is For This book is for system administrators, database administrators, data architects, developers, and anyone with an interest in planning for, or running, live production databases. This book is most suited to those who have some technical experience. What You Will Learn ?Implement PostgreSQL features for performance and reliability ?Harness the power of the latest PostgreSQL 9.6 features ?Manage open source PostgreSQL versions 9.5 and 9.6 on various platforms ?Discover advanced technical tips for experienced users ?Explore best practices for planning and designing live databases ?Select and implement robust backup and recovery techniques ?Explore concise and clear guidance on replication and high availability ?See the latest details on Logical Replication and Bi-Directional Replication In Detail PostgreSQL is a powerful opensource database management system; now recognized as the expert's choice for a wide range of applications, it has an enviable reputation for performance and stability. PostgreSQL provides an integrated feature set comprising relational database features, object-relational, text search, Geographical Info Systems, analytical tools for big data and
Java 9 Data Structures and Algorithms
¥71.93
Gain a deep understanding of the complexity of data structures and algorithms and discover the right way to write more efficient code About This Book ?This book provides complete coverage of reactive and functional data structures ?Based on the latest version of Java 9, this book illustrates the impact of new features on data structures ?Gain exposure to important concepts such as Big-O Notation and Dynamic Programming Who This Book Is For This book is for Java developers who want to learn about data structures and algorithms. Basic knowledge of Java is assumed. What You Will Learn ?Understand the fundamentals of algorithms, data structures, and measurement of complexity ?Find out what general purpose data structures are, including arrays, linked lists, double ended linked lists, and circular lists ?Get a grasp on the basics of abstract data types―stack, queue, and double ended queue ?See how to use recursive functions and immutability while understanding and in terms of recursion ?Handle reactive programming and its related data structures ?Use binary search, sorting, and efficient sorting―quicksort and merge sort ?Work with the important concept of trees and list all nodes of the tree, traversal of tree, search trees, and balanced search trees ?Apply advanced general purpose data structures, priority queue-based sorting, and random access immutable linked lists ?Gain a better understanding of the concept of graphs, directed and undirected graphs, undirected trees, and much more In Detail Java
Learning Windows Server Containers
¥90.46
"About This Book ?Discover the secret to building highly portable apps that run on any machine with Windows Server 2016 anywhere, from laptops, desktop servers, and public or private clouds, without any changes to the code ?Build your company cost-effective, container-based apps that support large-scale, virtual cloud environments ?The most up-to-date help on the market, offering developers expert guidance in building and shipping high-quality apps, and also helping admins create infrastructure that's simple to maintain Who This Book Is For This book is for application developers with a basic programming knowledge of C#, ASP.NET, and PowerShell. IT Administrators or DevOps engineers with basic PowerShell experience can benefit by extending their learning to use PowerShell to manage containers on Windows environments and use additional management tools. What You Will Learn ?Build and deploy ASP.NET web applications as Windows Containers on Windows 10 (Desktop) and Azure using Visual Studio 2015, Docker, and PowerShell ?Build and manage custom images using Windows Server Core base OS image and Docker CLI, publish images to Docker, tag images, author Docker files, and so on ?Create enterprise-scale, production-grade container environments using Redis Cache containers and SQL Server containers with storage volumes, set up custom container networks, continuous integration, and deployment pipelines using VSTS, Azure, and Git ?Deploy a composite container environment using Docker Compose on Windows ?Learn to build applications using Microsoft's thinnest server platform - Nano Servers. Build custom Nano Server images and Nano Containers using Windows PowerShell and "
Learning Ionic - Second Edition
¥80.65
"Create real-time hybrid applications with the leader of HTML5 frameworks: Ionic Framework About This Book ?Step into the world of amazingly interactive and real-time app development using Ionic 2 ?Leverage the powerful Angular 2 along with Ionic to develop cutting edge apps ?Detailed code examples and explanations will help you get up and running with Ionic quickly and easily Who This Book Is For This book is for JavaScript developers with basic skills. No previous knowledge of Ionic is required for this book. What You Will Learn ?Understanding the world of the mobile hybrid architecture ?Scaffolding and working with Ionic templates ?Transforming a single page app to a multi-page app using Navigation Controller ?Integrating Ionic components, decorators, and services and rapidly developing complex applications ?Theming Ionic apps as well as customizing components using SCSS ?Working with Ionic Native to interface with device features, such as camera, notifications, and battery ?Building a production grade app using Ionic and Uber API to let users book a ride ?Migrating an Ionic 1 app to Ionic 2 or Ionic 3 ?Performing unit testing, end-to-end testing, and device testing on your apps ?Deploying Ionic apps to store and manage their subsequent releases In Detail Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5, SCSS, and Angular. Ionic also makes app development easier, faster, and more fun. This hands-on guide will help you understand the Ionic framework and how you can leverage it to create amazing real-time applications. We begin by covering the essential features of Angular 2, and then dive straight into how Ionic fits in today's world of hybrid app development and give you a better understanding of the mobile hybrid architecture along the way. Further on, you will learn how to work with Ionic decorators, services, and components, which will allow you to build complex apps using the Ionic framework. We will take a look at theming Ionic apps using the built-in SCSS setup. After that, we will explore Ionic Native, and you will learn how to integrate device-specific features, such as notifications, with the Ionic app. To complete our learning, we will be building a Rider app, using Ionic and Uber API, to book a ride. Next, you will learn how to unit test, end-to-end test, monkey test, and execute device testing on AWS Device farm. Then, we will take a look at migrating the existing Ionic 1 apps to Ionic 2 and deploy them to the App Store. The final chapter on Ionic 3 wraps up this book by explaining the new features of Ionic 3 at the time of writing this book. By the end of this book, you will be able to develop, deploy, and manage hybrid mobile applications built with Cordova, Ionic, and Angular. All the examples in this book are valid for both Ionic 2 and Ionic 3. Style and approach A step-by-step, practical approach to learning Ionic using the example of designing an online course app. Each topic is explained sequentially in the process of creating a course. This includes explanations of both basic and advanced features of Ionic. "
Vue.js 2 Cookbook
¥80.65
"Key Features ?Understand and use Vue's reactivity system, data binding, and computed properties ?Create fluid transitions in your application with Vue's built-in transition system ?Use Vuex and Webpack to build medium-to-large scale SPAs and enhance your development workflow Book De*ion Vue.js is an open source JavaScript library for building modern, interactive web applications. With a rapidly growing community and a strong ecosystem, Vue.js makes developing complex single page applications a breeze. Its component-based approach, intuitive API, blazing fast core, and compact size make Vue.js a great solution to craft your next front-end application. From basic to advanced recipes, this book arms you with practical solutions to common tasks when building an application using Vue. We start off by exploring the fundamentals of Vue.js: its reactivity system, data-binding syntax, and component-based architecture through practical examples. After that, we delve into integrating Webpack and Babel to enhance your development workflow using single file components. Finally, we take an in-depth look at Vuex for state management and Vue Router to route in your single page applications, and integrate a variety of technologies ranging from Node.js to Electron, and Socket.io to Firebase and HorizonDB. This book will provide you with the best practices as determined by the Vue.js community. What you will learn ?Understand the fundamentals of Vue.js through numerous practical examples ?Piece together complex web interfaces using theVue.js component system ?Use Webpack and Babel to enhance your development workflow ?Manage your "
Ship of Rome (Masters of the Sea)
¥63.18
Against a backdrop of the clash of the Roman and Carthaginian empires, the battle for sovereignty takes place on the high seas Atticus, captain of one of the ships of Rome's small, coastal fleet, is from a Greek fishing family. Septimus, legionary commander, reluctantly ordered aboard ship, is from Rome, born into a traditionally army family. It could never be an easy alliance. But the arrival of a hostile fleet, larger, far more skilful and more powerful than any Atticus has encountered before, forces them to act together. So Atticus, one of Rome's few experienced sailors, finds himself propelled into the middle of a political struggle that is completely foreign to him. Rome need to build a navy fast but the obstacles are many; political animosities, legions adamant that they will only use their traditional methods; Roman prejudice even from friends, that all those not born in Rome are inferior citizens. The enemy are first class, experienced and determined to control the seas. Can Atticus, and the fledgling Roman navy, staffed with inexperienced sailors and unwilling legionaries, outwit and outfight his opponents. SHIP OF ROME, full of magnificent sea-battles, packed with strong characters, torn between two powerful empires, is the first book in a new series, MASTERS OF THE SEA, by a brilliant new author.
Marley: A Dog Like No Other
¥44.15
A special film tie-in edition of the heart-warming story about the World’s Worst Dog, adapted from John Grogan’s phenomenally bestselling memoir, Marley and Me. Meet Marley, a yellow furball of a puppy who quickly grows into a large, rowdy Labrador retriever. Marley is always getting into trouble, whether he is stealing underwear, crashing through doors, or drooling on guests, some may say he’s the World’s Worst Dog! But those who know and love Marley accept him as a dog like no other. His heart is pure and his larger-than-life personality irresistible. He brings joy to his family, the Grogans, and teaches them what really matters in life.
Pretty Little Things
¥45.81
A terrifying new standalone psycholgical thriller from the bestselling author of ‘Retribution’ and ‘The Cutting Room’ Special Agent Bobby Dees knows what grief feels like. He understands the pain of losing a child. And he'll do whatever he can to prevent it from happening again. The phone call that comes on a Sunday morning will take him away from his insular world of grief and sleepless nights – and into a far darker place. A young girl, Elaine Emerson, has gone missing and only Dees has a chance of finding her. It seems that Elaine was last seen waiting to meet her boyfriend - a mysterious figure she met secretly online who goes by the name of El Capitan, and whose reality is as cruel and chilling as the worst thing Dees can imagine…
‘Stop in the name of pants!’ (Confessions of Georgia Nicolson, Book 9)
¥51.50
Sound the Cosmic Horn for bestselling author Louise Rennison’s ninth book of the confessions of crazy but loveable teenager Georgia Nicolson! Now that Georgia has finally won over gorgey Masimo, the Italian Stallion, her old friend and lip-nibbling partner Dave the Laugh has popped up again. Will Georgia go to Pizza-a-gogo land to visit dreamy Masimo? Or could her perfect boy be closer than she thinks. A Sex Kitty’s life is never simple… More hilarious confessions from our fave teen drama queen, Georgia Nicolson.
Grand Conspiracy: Second Book of The Alliance of Light
¥66.22
Where there is light, there must always be shadow… The fifth volume in Janny Wurts’s spectacular epic fantasy, now re-released with a striking new cover design along with the rest of the series. The wars began when two half-brothers, gifted of light and shadow, stood shoulder to shoulder to defeat the Mistwraith. Their foe cast a lifelong curse of enmity between them that has so far woven three bitter conflicts and uncounted deadly intrigues. It is a time of political upheavel, fanaticism and rampaging armies. Distrust of sorcery has set off a purge of the talented mageborn – none reviled more than Arithon, Master of Shadow. Through clever manipulation of events at the hands of his half-brother Lysaer, Lord of Light, Arithon’s very name has become anathema. Now the volatile hatreds that spearheaded the campaign against Shadow have overtaken all reason. Those that still stand in Arithon’s desperate defence are downtrodden, in retreat and close to annihilation. The stage is set for the ultimate betrayal.
The Wishbones
¥45.62
The second novel from Tom Perrotta, author of ‘Little Children’, ‘Election’ and ‘The Abstinence Teacher’. Everything is going pretty well for Dave Raymond. He's 31, but he still feels young. He's playing guitar with the Wishbones, a New Jersey wedding band, and while it isn't exactly the Big Time, it is music. He has a roof over his head…well, it's his parents' roof, but they don't hassle him much. Life isn't perfect. But it isn't bad. Not bad at all. But then he has to blow it all by proposing to his girlfriend… One man's treasure is another man's millstone. To Dave, the treasure in question is Gretchen; a sexy, bohemian poet Dave meets when playing at a wedding with his band. While Gretchen the poet plays 'the bridesmaid', Dave plays 'the rock-star'. And suddenly, the comfortable trajectory of his reality seems far less appealing.
The Damage
¥68.04
Power has its price.David Blake should be enjoying the high life now that he's top dog, controlling everything in the city that's worth controlling.But when it becomes clear that someone wants him dead, Blake struggles to maintain his restraint. From the heroin-laced high-rises of Newcastle to the seedy back streets of Bangkok, in a world of contract killers, corrupt politicians, bent detectives, fast women, and dangerous men, Blake is in a race against time to find—and stop—his potential assassin.Packed with action and attitude, The Damage is a gripping gangland thriller for fans of the hit films The Town and Goodfellas.
The Memory Key
¥56.08
Lora Mint is determined not to forget.Though her mother's been dead for five years, Lora struggles to remember every detail about her—most important, the specific events that occurred the night she sped off in her car, never to return.But in a world ravaged by Vergets disease, a viral form of Alzheimer's, that isn't easy. Usually Lora is aided by her memory key, a standard-issue chip embedded in her brain that preserves memories just the way a human brain would. Then a minor accident damages Lora's key, and her memories go haywire. Suddenly Lora remembers a moment from the night of her mother's disappearance that indicates her death was no accident. Can she trust these formerly forgotten memoriesOr is her ability to remember every painful part of her past driving her slowly mad—burying the truth forever?Lora's story of longing for her lost mother—and for the truth behind her broken memories—takes readers on a twisty ride. The authentic, emotional narrative sparks fascinating questions about memory and privacy in a world that increasingly relies on electronic recall.
Learning iOS Penetration Testing
¥71.93
Secure your iOS applications and uncover hidden vulnerabilities by conducting penetration testsAbout This BookAchieve your goal to secure iOS devices and applications with the help of this fast paced manualFind vulnerabilities in your iOS applications and fix them with the help of this example-driven guideAcquire the key skills that will easily help you to perform iOS exploitation and forensics with greater confidence and a stronger understandingWho This Book Is ForThis book is for IT security professionals who want to conduct security testing of applications. This book will give you exposure to diverse tools to perform penetration testing. This book will also appeal to iOS developers who would like to secure their applications, as well as security professionals. It is easy to follow for anyone without experience of iOS pentesting.What You Will LearnUnderstand the basics of iOS app development, deployment, security architecture, application signing, application sandboxing, and OWASP TOP 10 for mobileSet up your lab for iOS app pentesting and identify sensitive information stored locallyPerform traffic analysis of iOS devices and catch sensitive data being leaked by side channelsModify an application’s behavior using runtime analysisAnalyze an application’s binary for security protectionAcquire the knowledge required for exploiting iOS devicesLearn the basics of iOS forensicsIn DetailiOS has become one of the most popular mobile operating systems with more than 1.4 million apps available in the iOS App Store. Some security weaknesses in any of these applications or on the system could mean that an attacker can get access to the device and retrieve sensitive information. This book will show you how to conduct a wide range of penetration tests on iOS devices to uncover vulnerabilities and strengthen the system from attacks.Learning iOS Penetration Testing discusses the common vulnerabilities and security-related shortcomings in an iOS application and operating system, and will teach you to conduct static and dynamic analysis of iOS applications.This practical guide will help you uncover vulnerabilities in iOS phones and applications. We begin with basics of iOS security and dig deep to learn about traffic analysis, code analysis, and various other techniques. Later, we discuss the various utilities, and the process of reversing and auditing.Style and approachThis fast-paced and practical guide takes a step-by-step approach to penetration testing with the goal of helping you secure your iOS devices and apps quickly.
MongoDB Cookbook - Second Edition
¥80.65
Harness the latest features of MongoDB 3 with this collection of 80 recipes – from managing cloud platforms to app development, this book is a vital resourceAbout This BookGet to grips with the latest features of MongoDB 3Interact with the MongoDB server and perform a wide range of query operations from the shellFrom administration to automation, this cookbook keeps you up to date with the world’s leading NoSQL databaseWho This Book Is ForThis book is engineered for anyone who is interested in managing data in an easy and efficient way using MongoDB. You do not need any prior knowledge of MongoDB, but it would be helpful if you have some programming experience in either Java or Python.What You Will LearnInstall, configure, and administer MongoDB sharded clusters and replica setsBegin writing applications using MongoDB in Java and Python languagesInitialize the server in three different modes with various configurationsPerform cloud deployment and introduce PaaS for MongoDiscover frameworks and products built to improve developer productivity using MongoTake an in-depth look at the Mongo programming driver APIs in Java and PythonSet up enterprise class monitoring and backups of MongoDBIn DetailMongoDB is a high-performance and feature-rich NoSQL database that forms the backbone of the systems that power many different organizations – it’s easy to see why it’s the most popular NoSQL database on the market. Packed with many features that have become essential for many different types of software professionals and incredibly easy to use, this cookbook contains many solutions to the everyday challenges of MongoDB, as well as guidance on effective techniques to extend your skills and capabilities.This book starts with how to initialize the server in three different modes with various configurations. You will then be introduced to programming language drivers in both Java and Python. A new feature in MongoDB 3 is that you can connect to a single node using Python, set to make MongoDB even more popular with anyone working with Python. You will then learn a range of further topics including advanced query operations, monitoring and backup using MMS, as well as some very useful administration recipes including SCRAM-SHA-1 Authentication. Beyond that, you will also find recipes on cloud deployment, including guidance on how to work with Docker containers alongside MongoDB, integrating the database with Hadoop, and tips for improving developer productivity.Created as both an accessible tutorial and an easy to use resource, on hand whenever you need to solve a problem, MongoDB Cookbook will help you handle everything from administration to automation with MongoDB more effectively than ever before.Style and approachEvery recipe is explained in a very simple set-by-step manner yet is extremely comprehensive.
OpenCV By Example
¥90.46
Enhance your understanding of Computer Vision and image processing by developing real-world projects in OpenCV 3About This BookGet to grips with the basics of Computer Vision and image processingThis is a step-by-step guide to developing several real-world Computer Vision projects using OpenCV 3This book takes a special focus on working with Tesseract OCR, a free, open-source library to recognize text in imagesWho This Book Is ForIf you are a software developer with a basic understanding of Computer Vision and image processing and want to develop interesting Computer Vision applications with Open CV, this is the book for you. Knowledge of C++ is required.What You Will LearnInstall OpenCV 3 on your operating systemCreate the required CMake *s to compile the C++ application and manage its dependenciesGet to grips with the Computer Vision workflows and understand the basic image matrix format and filtersUnderstand the segmentation and feature extraction techniquesRemove backgrounds from a static scene to identify moving objects for video surveillanceTrack different objects in a live video using various techniquesUse the new OpenCV functions for text detection and recognition with TesseractIn DetailOpen CV is a cross-platform, free-for-use library that is primarily used for real-time Computer Vision and image processing. It is considered to be one of the best open source libraries that helps developers focus on constructing complete projects on image processing, motion detection, and image segmentation.Whether you are completely new to the concept of Computer Vision or have a basic understanding of it, this book will be your guide to understanding the basic OpenCV concepts and algorithms through amazing real-world examples and projects.Starting from the installation of OpenCV on your system and understanding the basics of image processing, we swiftly move on to creating optical flow video analysis or text recognition in complex scenes, and will take you through the commonly used Computer Vision techniques to build your own Open CV projects from scratch.By the end of this book, you will be familiar with the basics of Open CV such as matrix operations, filters, and histograms, as well as more advanced concepts such as segmentation, machine learning, complex video analysis, and text recognition.Style and approachThis book is a practical guide with lots of tips, and is closely focused on developing Computer vision applications with OpenCV. Beginning with the fundamentals, the complexity increases with each chapter. Sample applications are developed throughout the book that you can execute and use in your own projects.
Boost.Asio C++ Network Programming Cookbook
¥90.46
Over 25 hands-on recipes to create robust and highly-efficient cross-platform distributed applications with the Boost.Asio libraryAbout This BookBuild highly efficient distributed applications with easeEnhance your cross-platform network programming skills with one of the most reputable C++ librariesFind solutions to real-world problems related to network programming with ready-to-use recipes using this detailed and practical handbookWho This Book Is ForIf you want to enhance your C++ network programming skills using the Boost.Asio library and understand the theory behind development of distributed applications, this book is just what you need. The prerequisite for this book is experience with general C++11. To get the most from the book and comprehend advanced topics, you will need some background experience in multithreading.What You Will LearnBoost your working knowledge of one of the most reputable C++ networking libraries—Boost.AsioFamiliarize yourself with the basics of TCP and UDP protocolsCreate scalable and highly-efficient client and server applicationsUnderstand the theory behind development of distributed applicationsIncrease the security of your distributed applications by adding SSL supportImplement a HTTP client easilyUse iostreams, scatter-gather buffers, and timersIn DetailStarting with recipes demonstrating the execution of basic Boost.Asio operations, the book goes on to provide ready-to-use implementations of client and server applications from simple synchronous ones to powerful multithreaded scalable solutions. Finally, you are presented with advanced topics such as implementing a chat application, implementing an HTTP client, and adding SSL support. All the samples presented in the book are ready to be used in real projects just out of the box.As well as excellent practical examples, the book also includes extended supportive theoretical material on distributed application design and construction.Style and approachThis book is a set of recipes, each containing the statement and de*ion of a particular practical problem followed by code sample providing the solution to the problem and detailed step-by-step explanation. Recipes are grouped by topic into chapters and ordered by the level of complexity from basic to advanced.
Splunk Developer's Guide - Second Edition
¥80.65
Learn the A to Z of building excellent Splunk applications with the latest techniques using this comprehensive guideAbout This BookThis is the most up-to-date book on Splunk 6.3 for developersGet ahead of being just a Splunk user and start creating custom Splunk applications as per your needsYour one-stop-solution to Splunk application developmentWho This Book Is ForThis book is for those who have some familiarity with Splunk and now want to learn how to develop an efficient Splunk application. Previous experience with Splunk, writing searches, and designing basic dashboards is expected.What You Will LearnImplement a Modular Input and a custom D3 data visualizationCreate a directory structure and set view permissionsCreate a search view and a dashboard view using advanced XML modulesEnhance your application using eventtypes, tags, and macrosPackage a Splunk application using best practicesPublish a Splunk application to the Splunk communityIn DetailSplunk provides a platform that allows you to search data stored on a machine, analyze it, and visualize the analyzed data to make informed decisions. The adoption of Splunk in enterprises is huge, and it has a wide range of customers right from Adobe to Dominos. Using the Splunk platform as a user is one thing, but customizing this platform and creating applications specific to your needs takes more than basic knowledge of the platform.This book will dive into developing Splunk applications that cater to your needs of making sense of data and will let you visualize this data with the help of stunning dashboards.This book includes everything on developing a full-fledged Splunk application right from designing to implementing to publishing. We will design the fundamentals to build a Splunk application and then move on to creating one. During the course of the book, we will cover application data, objects, permissions, and more. After this, we will show you how to enhance the application, including branding, workflows, and enriched data. Views, dashboards, and web frameworks are also covered.This book will showcase everything new in the latest version of Splunk including the latest data models, alert actions, XML forms, various dashboard enhancements, and visualization options (with D3). Finally, we take a look at the latest Splunk cloud applications, advanced integrations, and development as per the latest release.Style and approachThis book is an easy-to-follow guide with lots of tips and tricks to help you master all the concepts necessary to develop and deploy your Splunk applications.
JavaScript Projects for Kids
¥45.77
Gear up for a roller-coaster ride into the world of JavaScript and programming with this easy-to-follow, fun, and entertaining project-based guideAbout This BookGet to know the concepts of HTML and CSS to work with JavaScriptExplore the concepts of object-oriented programmingFollow this step-by-step guide on the fundamentals of JavaScript programmingWho This Book Is ForIf you've never written code before or you are completely new to the world of web programming, then this book is the right choice for you. This book is for kids of age 10 years and above and parents who are completely new to the world of programming and want to get introduced to programming.What You Will LearnLearn how to work with Google Developer tools to iterate, debug and profile your codeDevelop a Battleship game using the basic concepts of HTML and CSSGet to know the fundamentals of JavaScript programmingCreate our own version of Pac Man game.Discover the vital concepts of object-oriented programmingIn DetailJavaScript is the most widely-used programming language for web development and that's not all! It has evolved over the years and is now being implemented in an array of environments from websites to robotics. Learning JavaScript will help you see the broader picture of web development.This book will take your imagination to new heights by teaching you how to work with JavaScript from scratch. It will introduce you to HTML and CSS to enhance the appearance of your applications. You’ll then use your skills to build on a cool Battleship game! From there, the book will introduce you to jQuery and show you how you can manipulate the DOM. You’ll get to play with some cool stuff using Canvas and will learn how to make use of Canvas to build a game on the lines of Pacman, only a whole lot cooler! Finally, it will show you a few tricks with OOP to make your code clean and will end with a few road maps on areas you can explore further.Style and approachThis is an easy-to-follow, informative, and fun guide that takes a project-based approach to teaching programming in JavaScript. You will learn everything you need to get started with serious web application development.

购物车
个人中心

