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 961 - 984 of 1073 Results
Skip side bar filters
  • Oracle Database 12c Release 2 In-Memory: Tips and Techniques for Maximum Performance

    Master Oracle Database 12c Release 2’s powerful In-Memory optionThis Oracle Press guide shows, step-by-step, how to optimize database performance and cut transaction processing time using Oracle Database 12c Release 2 In-Memory. Oracle Database 12c Release 2 In-Memory: Tips and Techniques for Maximum Performance features hands-on instructions, best practices, and expert tips from an Oracle ... Read more

    R1 018,43

  • 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

    R685,85

  • NGINX Unit Cookbook

    Alongside its popular web server, NGINX provides a dynamic application server that supports configuration through a RESTful JSON API. The open source NGINX Unit server deploys configuration changes without service disruptions and runs apps built with multiple languages and frameworks. This updated cookbook shows developers, DevOps personnel, network admins, and cloud infrastructure pros how to ... Read more

    R228,61

  • Chaos Engineering

    System Resiliency in Practice

    As more companies move toward microservices and other distributed technologies, the complexity of these systems increases. You can’t remove the complexity, but through Chaos Engineering you can discover vulnerabilities and prevent outages before they impact your customers. This practical guide shows engineers how to navigate complex systems while optimizing to meet business goals.Two of the field ... Read more

    R806,94

  • The Google Anthos Book

    Learn to centrally manage Kubernetes clusters and application workloads in a multi-cloud environment

    Solve challenges related to Kubernetes clusters and application workloads deployed across different multi-cloud and on-premises infrastructure using various tools in the Anthos suiteKey FeaturesSet up and configure Anthos on multiple platforms like GCP, AWS, Azure, VMware, and BareMetalDefine consistent security and compliance policies for applications deployed across multi-cloud or hybrid-cloud ... Read more

    R645,48

    PRE-ORDER

  • 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

    R305,77

  • Programming Concurrency on the JVM

    Mastering Synchronization, STM, and Actors

    More than ever, learning to program concurrency is critical to creating faster, responsive applications. Speedy and affordable multicore hardware is driving the demand for high-performing applications, and you can leverage the Java platform to bring these applications to life.Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) ... Read more

    R526,69

  • Automation with SaltStack

    Streamline and Optimise Infrastructure Management with SaltStack for Enterprise-Grade Environments (English Edition)

    Empower Your Infrastructure with SaltStack Automation.Book DescriptionUnleash the full potential of SaltStack to transform your infrastructure management and automation practices. This book is crafted to provide clear, step-by-step guidance, ensuring you can apply SaltStack's capabilities to automate and streamline your workflows effectively.Starting with the basics, the book introduces the ... Read more

    R509,17 or Free with Kobo Plus

  • Foundations of Scalable Systems

    Designing Distributed Architectures

    by Ian Gorton ...
    In many systems, scalability becomes the primary driver as the user base grows. Attractive features and high utility breed success, which brings more requests to handle and more data to manage. But organizations reach a tipping point when design decisions that made sense under light loads suddenly become technical debt. This practical book covers design approaches and technologies that make it ... Read more

    R968,63

  • Elastic Beanstalk

    Simple Cloud Scaling for Java Developers

    While it's always been possible to run Java applications on Amazon EC2, Amazon's Elastic Beanstalk makes the process easier—especially if you understand how it works beneath the surface. This concise, hands-on book not only walks you through Beanstalk for deploying and managing web applications in the cloud, you'll also learn how to use this AWS tool in other phases of development.Ideal if you're ... Read more

    R288,75

  • Programming Google App Engine

    Build & Run Scalable Web Applications on Google's Infrastructure

    by Dan Sanderson ...
    Google App Engine makes it easy to create a web application that can serve millions of people as easily as serving hundreds, with minimal up-front investment. With Programming Google App Engine, Google engineer Dan Sanderson provides practical guidance for designing and developing your application on Google’s vast infrastructure, using App Engine’s scalable services and simple development model ... Read more

    R679,64

  • Knative Cookbook

    Building Effective Serverless Applications with Kubernetes and OpenShift

    Enterprise developers face several challenges when it comes to building serverless applications, such as integrating applications and building container images from source. With more than 60 practical recipes, this cookbook helps you solve these issues with Knative—the first serverless platform natively designed for Kubernetes. Each recipe contains detailed examples and exercises, along with a ... Read more

    R730,70

  • Ultimate Kubernetes for Cloud-Native Applications

    by Kamal Sharma ...
    Design, deploy, and scale cloud-native applications with Kubernetes mastery! Key Features ● End-to-end Kubernetes mastery with hands-on, enterprise-grade labs. ● Architect resilient, secure, and multi-cloud native applications at scale. ● Proven DevOps, automation, and observability strategies for enterprises. Book Description Kubernetes has rapidly evolved into the foundation of modern cloud ... Read more

    R368,91 or Free with Kobo Plus

  • Introduction to Parallel Computing

    The constantly increasing demand for more computing power can seem impossible to keep up with. However, multicore processors capable of performing computations in parallel allow computers to tackle ever larger problems in a wide variety of applications. This book provides a comprehensive introduction to parallel computing, discussing theoretical issues such as the fundamentals of concurrent ... Read more

    R1 630,92

  • Explain the Cloud Like I’m 10

    by Todd Hoff ...
    This is a completely updated and expanded version.What is the cloud? Discover the secrets of the cloud through simple explanations that use lots of pictures and lots of examples.Why learn about the cloud? It’s the future. The cloud is the future of software, the future of computing, and the future of business. If you’re not up on the cloud, the future will move on without you. Don’t miss out.Not a ... Read more

    Was R276,91 Now R240,48 or Free with Kobo Plus

  • Learning Docker

    Optimize the power of Docker to run your applications quickly and easily

    Key FeaturesBook DescriptionDocker is a next-generation platform for simplifying application containerization life-cycle. Docker allows you to create a robust and resilient environment in which you can generate portable, composable, scalable, and stable application containers. This book is a step-by-step guide that will walk you through the various features of Docker from Docker software ... Read more

    R680,79 or Free with Kobo Plus

  • Designing Hexagonal Architecture with Java

    An architect's guide to building maintainable and change-tolerant applications with Java and Quarkus

    by Davi Vieira ...
    A practical guide for software architects and Java developers to build cloud-native hexagonal applications using Java and Quarkus to create systems that are easier to refactor, scale, and maintain Key Features • Learn techniques to decouple business and technology code in an application • Apply hexagonal architecture principles to produce more organized, coherent, and maintainable software • ... Read more

    R484,14 or Free with Kobo Plus

  • Kafka Connect e Kafka Streams

    Integre suas aplicações ao Kafka usando as melhores práticas

    Kafka vem se mostrando uma solução muito interessante quando o assunto é comunicação assíncrona entre microsserviços. No entanto, a criação de produtores de mensagens pode ser uma tarefa ardilosa. Por vezes, é necessário persistir registros em banco e enviar mensagens a um broker Kafka em uma operação atômica. Há também a dificuldade de integrarmos aplicações legadas, sejam elas produtoras ou ... Read more

    R196,00 or Free with Kobo Plus

  • Conscience dans les Processeurs et les Technologies liées au Paranormal

    Engineering | Administration | Management | Research | Education | Apprenticeship | Project

    Le monde évolue constamment et la technologie joue un rôle clé dans ce processus. De plus en plus, les innovations technologiques ont permis aux êtres humains d'accéder à l'information et de la traiter avec une précision et une rapidité sans précédent.Dans ce contexte, la conscience des processeurs - la somme totale de toutes les informations stockées sur les ordinateurs, les serveurs et les ... Read more

    R67,25 or Free with Kobo Plus

  • CLF-C02 – AWS Certified Cloud Practitioner +600 Exam Practice Questions with Detail Explanations and Reference Links: Special Edition - 2024

    Exam: CLF-C02

    by IP Specialist ...
    CLF-C02 – AWS Certified Cloud Practitioner – Practice Questions: Special EditionIPSpecialist’s Practice Questions are dedicatedly designed from a certification exam perspective. The collection of these questions from our Study Guides is prepared to keep the exam blueprint in mind, covering important and necessary topics. It's an ideal document to practice and revise your certification. The offered ... Read more

    R311,60 or Free with Kobo Plus

  • Enterprise-Grade Hybrid and Multi-Cloud Strategies

    Proven strategies to digitally transform your business with hybrid and multi-cloud solutions

    by Sathya AG ...
    Leverage cloud technologies, proven strategies, and effective frameworks to drive seamless digital transformation. Key FeaturesUnderstand the challenges enterprises face with cloud adoption and the importance of leadership visionLearn how to build the foundation for a vendor agnostic cloud-ready enterpriseDiscover best practices to architect an enterprise cloud strategy and responsibly innovate ... Read more

    R586,95 or Free with Kobo Plus

  • Microsoft Certified Azure Data Fundamentals (DP-900) Exam Guide

    Build a solid foundation in Azure data services and pass the DP-900 exam on your first try

    by Steve Miles ...
    Boost your Azure career by mastering essential data concepts and cloud services with this pragmatic guide Purchase of this book unlocks access to web-based exam prep resources such as mock exams, flashcards, exam tips, and the eBook PDFKey FeaturesGain Azure certification insights from industry veteran and Microsoft MVP, Steve MilesDive into expertly crafted content aligned with the latest DP-900 ... Read more

    R469,19 or Free with Kobo Plus

  • Kubernetes – An Enterprise Guide

    Master containerized application deployments, integrate enterprise systems, and achieve scalability

    Enhance your Kubernetes skills with Istio integration, security best practices, advanced CI/CD techniques, and effective monitoring using Prometheus and Grafana. Gain expertise in multitenancy, secrets management, and global load balancing to optimize deployments, improve security, and streamline operations in enterprise environments.Key FeaturesPractical insights on running Kubernetes in ... Read more

    R645,83 or Free with Kobo Plus

  • Effective Monitoring and Alerting

    For Web Operations

    by Slawek Ligus ...
    With this practical book, you’ll discover how to catch complications in your distributed system before they develop into costly problems. Based on his extensive experience in systems ops at large technology companies, author Slawek Ligus describes an effective data-driven approach for monitoring and alerting that enables you to maintain high availability and deliver a high quality of service.Learn ... Read more

    R215,15