Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Parallel Processing eBooks

If you like Parallel Processing eBooks, then you'll love these top picks.
Showing 1 - 24 of 1028 Results
Skip side bar filters
  • Software Architecture: The Hard Parts

    Modern Trade-Off Analyses for Distributed Architectures

    There are no easy decisions in software architecture. Instead, there are many hard parts--difficult problems or issues with no best practices--that force you to choose among various compromises. With this book, you'll learn how to think critically about the trade-offs involved with distributed architectures.Architecture veterans and practicing consultants Neal Ford, Mark Richards, Pramod Sadalage, ... Read more

    34,33 €

  • Monolith to Microservices

    Evolutionary Patterns to Transform Your Monolith

    by Sam Newman ...
    How do you detangle a monolithic system and migrate it to a microservice architecture? How do you do it while maintaining business-as-usual? As a companion to Sam Newman’s extremely popular Building Microservices, this new book details a proven method for transitioning an existing monolithic system to a microservice architecture.With many illustrative examples, insightful migration patterns, and a ... Read more

    24,48 €

  • Building Microservices

    Designing Fine-Grained Systems

    by Sam Newman ...
    As organizations shift from monolithic applications to smaller, self-contained microservices, distributed systems have become more fine-grained. But developing these new systems brings its own host of problems. This expanded second edition takes a holistic view of topics that you need to consider when building, managing, and scaling microservices architectures.Through clear examples and practical ... Read more

    29,03 €

  • Learning OpenTelemetry

    Setting Up and Operating a Modern Observability System

    OpenTelemetry is a revolution in observability data. Instead of running multiple uncoordinated pipelines, OpenTelemetry provides users with a single integrated stream of data, providing multiple sources of high-quality telemetry data: tracing, metrics, logs, RUM, eBPF, and more. This practical guide shows you how to set up, operate, and troubleshoot the OpenTelemetry observability system.Authors ... Read more

    29,03 €

  • Docker Deep Dive

    Zero to Docker in a single book

    by Nigel Poulton ...
    Start from scratch and develop the essential skills needed to create, deploy, and manage cloud-native applications using Docker with the latest edition of Docker Deep DiveKey FeaturesGet a solid understanding of Docker and containersOvercome common problems while containerizing an applicationMaster Docker commands needed for creating, deploying, and running applicationsBook DescriptionA new ... Read more

    20,02 € or Free with Kobo Plus

  • Learning Domain-Driven Design

    Aligning Software Architecture and Business Strategy

    by Vlad Khononov ...
    Building software is harder than ever. As a developer, you not only have to chase ever-changing technological trends but also need to understand the business domains behind the software. This practical book provides you with a set of core patterns, principles, and practices for analyzing business domains, understanding business strategy, and, most importantly, aligning software design with its ... Read more

    29,03 €

  • Terraform: Up and Running

    Writing Infrastructure as Code

    Terraform has become a key player in the DevOps world for defining, launching, and managing infrastructure as code (IaC) across a variety of cloud and virtualization platforms, including AWS, Google Cloud, Azure, and more. This hands-on third edition, expanded and thoroughly updated for version 1.0 and beyond, shows you the fastest way to get up and running with Terraform.Gruntwork cofounder ... Read more

    34,33 €

  • Master Modern Rust

    Explore Advanced Techniques, Embrace Functional Programming, and Craft Cutting-Edge Systems

    Rust isn't just a language; it's a revolution. Ditch the memory leaks and runtime errors, and embrace blazing speed, rock-solid safety, and unparalleled concurrency. Rust empowers you to build high-performance systems that push the boundaries of what's possible.Written by Rust experts, this book is your practical guide to mastering the art of Modern Rust. We've walked the path, faced the ... Read more

    9,61 €

  • Essential Mathematics for Quantum Computing

    A beginner's guide to just the math you need without needless complexities

    Demystify quantum computing by learning the math it is built onKey FeaturesBuild a solid mathematical foundation to get started with developing powerful quantum solutionsUnderstand linear algebra, calculus, matrices, complex numbers, vector spaces, and other concepts essential for quantum computingLearn the math needed to understand how quantum algorithms functionBook DescriptionQuantum computing ... Read more

    17,16 € or Free with Kobo Plus

  • VMware Cookbook

    A Real-World Guide to Effective VMware Use

    With scores of step-by-step solutions, this cookbook helps you work with VMware ESXi in a wide range of network environments. You’ll not only learn the basics—how to pool resources from hardware servers, computer clusters, networks, and storage, and then distribute them among virtual machines—but also how to overcome the stumbling blocks you’ll encounter when you monitor systems, troubleshoot ... Read more

    24,79 €

  • Building Serverless Applications with Google Cloud Run

    by Wietse Venema ...
    Learn how to build a real-world serverless application in the cloud that's reliable, secure, maintainable, and scalable. If you have experience building web applications on traditional infrastructure, this hands-on guide shows you how to get started with Cloud Run, a container-based serverless product on Google Cloud.Through the course of this book, you'll learn how to deploy several example ... Read more

    29,03 €

  • Learning Serverless

    by Jason Katzer ...
    Whether your company is considering serverless computing or has already made the decision to adopt this model, this practical book is for you. Author Jason Katzer shows early and mid-career developers what's required to build and ship maintainable and scalable services using this model.With this book, you'll learn how to build a modern production system in the cloud, viewed through the lens of ... Read more

    29,03 €

  • Text and Social Media Analytics for Fake News and Hate Speech Detection

    Identifying and stopping the dissemination of fabricated news, hate speech, or deceptive information camouflaged as legitimate news poses a significant technological hurdle. This book presents emergent methodologies and technological approaches of natural language processing through machine learning for counteracting the spread of fake news and hate speech on social media platforms.Covers various ... Read more

    68,18 €

  • Mastering Grid Computing

    Scheduling and Resource Management

    Edited by Ankita, Sudip Kumar Sahana ...
    Grid computing, a computing infrastructure that combines computer resources spread over different geographical locations to achieve a common goal, is seen as an efficient solution to solve complex real-world computer problems in a shorter time. Grid computing makes it easier to collaborate with other organizations, makes better use of existing hardware, and reduces transmission congestion, leading ... Read more

    146,12 €

  • Cloud Data Center Network Architectures and Technologies

    by Lei Zhang, Le Chen ...
    Series series Data Communication Series
    Cloud Data Center Network Architectures and Technologies has been written with the support of Huawei's vast technical knowledge and experience in the data center network (DCN) field, as well as its understanding of customer service requirements. This book describes in detail the architecture design, technical implementation, planning and design, and deployment suggestions for cloud DCNs based on ... Read more

    47,48 €

  • Getting Started with Kudu

    Perform Fast Analytics on Fast Data

    Fast data ingestion, serving, and analytics in the Hadoop ecosystem have forced developers and architects to choose solutions using the least common denominator—either fast analytics at the cost of slow data ingestion or fast data ingestion at the cost of slow analytics. There is an answer to this problem. With the Apache Kudu column-oriented data store, you can easily perform fast analytics on ... Read more

    21,40 €

  • Programmer Passport: OTP

    by Bruce Tate ...
    OTP is the heart of the rapidly growing Elixir, the functional language at the heart of Phoenix and LiveView. OTP enables exciting concurrent applications with among the best reliability properties in the world. With this book, you'll learn to code systems that can detect failure and recover from it automatically using the same techniques behind the world's telecommunication systems. By plugging ... Read more

    10,70 €

  • Distributed Tracing in Practice

    Instrumenting, Analyzing, and Debugging Microservices

    Since most applications today are distributed in some fashion, monitoring their health and performance requires a new approach. Enter distributed tracing, a method of profiling and monitoring distributed applications—particularly those that use microservice architectures. There’s just one problem: distributed tracing can be hard. But it doesn’t have to be.With this guide, you’ll learn what ... Read more

    29,03 €

  • Microservices with Go

    Building scalable and reliable microservices with Go

    Build, scale, and maintain microservices in Golang with ease.Key FeaturesCreate and organize well-structured Go microservicesLearn industry best practices and gain insights into Go microservice development tools, patterns, and solutionsCover hands-on Golang examples in each chapterBook DescriptionThis book covers the key benefits and common issues of microservices, helping you understand the ... Read more

    28,61 € or Free with Kobo Plus

  • LINUX Le Guide des commandes

    Vous souhaitez apprendre à utiliser le système d'exploitation Linux, le plus populaire des systèmes libres et open source ?Ce livre vous initiera aux principes de base de Linux et vous guidera pas à pas dans la maîtrise des commandes essentielles pour manipuler et organiser vos fichiers, modifier votre environnement, gérer les processus, éditer des fichiers texte, programmer des scripts shells, et ... Read more

    9,99 €

  • Building Industrial Digital Twins

    Design, develop, and deploy digital twin solutions for real-world industries using Azure Digital Twins

    Build your first digital twin MVP and gain first-hand experience of using the technology, the challenges it presents, and its impact on your organization Key Features • Create a digital twin prototype using Microsoft Azure Digital Twin • Explore the digital twin approach to the design, operations, and maintenance of industrial assets and products • Understand key characteristics and components of ... Read more

    38,15 € or Free with Kobo Plus

  • Essentials of Microservices Architecture

    Paradigms, Applications, and Techniques

    Microservices architecture (MSA) is increasingly popular with software architects and engineers as it accelerates software solution design, development, and deployment in a risk-free manner. Placing a software system into a production environment is elegantly simplified and sped up with the use of MSA development platforms, runtime environments, acceleration engines, design patterns, integrated ... Read more

    60,87 €

  • Adaptive, Dynamic, and Resilient Systems

    Edited by Niranjan Suri, Giacomo Cabri ...
    As the complexity of today's networked computer systems grows, they become increasingly difficult to understand, predict, and control. Addressing these challenges requires new approaches to building these systems. Adaptive, Dynamic, and Resilient Systems supplies readers with various perspectives of the critical infrastructure that systems of netwo ... Read more

    75,48 €

  • Practical Microservices

    Build Event-Driven Architectures with Event Sourcing and CQRS

    MVC and CRUD make software easier to write, but harder to change. Microservice-based architectures can help even the smallest of projects remain agile in the long term, but most tutorials meander in theory or completely miss the point of what it means to be microservice-based. Roll up your sleeves with real projects and learn the most important concepts of evented architectures. You'll have your ... Read more

    22,89 €