Skip to main content

Winkelwagen

Je krijgt de VIP-behandeling!

Artikel(en) niet beschikbaar voor aankoop
Bekijk je winkelwagentje. Je kunt de niet-beschikbare artikelen nu verwijderen of we verwijderen ze bij de kassa automatisch.
artikelenartikel
artikelenartikel

Aanbevolen voor jou

Loading...

eBooks in de categorie Parallel Programmeren

Als je eBooks uit de categorie Parallel Programmeren' leuk vindt, dan vind je deze toptitels ook geweldig.
1 - 24 van 268 resultaten worden weergegeven
Skip side bar filters
  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management ... Meer lezen

    29,03 €

  • Programming Amazon EC2

    Survive your Success

    If you plan to use Amazon Web Services to run applications in the cloud, the end-to-end approach in this book will save you needless trial and error. You'll find practical guidelines for designing and building applications with Amazon Elastic Compute Cloud (EC2) and a host of supporting AWS tools, with a focus on critical issues such as load balancing, monitoring, and automation.How do you move an ... Meer lezen

    19,07 €

  • Hadoop: The Definitive Guide

    Storage and Analysis at Internet Scale

    door Tom White ...
    Get ready to unlock the power of your data. With the fourth edition of this comprehensive guide, youâ??ll learn how to build and maintain reliable, scalable, distributed systems with Apache Hadoop. This book is ideal for programmers looking to analyze datasets of any size, and for administrators who want to set up and run Hadoop clusters.Using Hadoop 2 exclusively, author Tom White presents new ... Meer lezen

    29,46 €

  • Python High Performance

    Build high-performing, concurrent, and distributed applications

    Learn how to use Python to create efficient applicationsKey Features\[\*\]Identify the bottlenecks in your applications and solve them using the best profiling techniques\[\*\]Write efficient numerical code in NumPy, Cython, and Pandas\[\*\]Adapt your programs to run on multiple processors and machines with parallel programmingBook DescriptionPython is a versatile language that has found ... Meer lezen

    26,70 € of Gratis met Kobo Plus

  • Ultimate Monorepo and Bazel for Building Apps at Scale

    Level Up Your Large-Scale Application Development with Monorepo and Bazel for Enhanced Productivity, Scalability, and Integration (English Edition)

    Unlock Next-Level Scalable App Development with Monorepo and BazelKey Features● Unleash the transformative power of Monorepos with Bazel, revolutionizing your development workflow.● Elevate your build system to unmatched levels of efficiency and reliability through comprehensive Bazel mastery.● Propel yourself into the future of software development by mastering Bazel and harnessing the potential ... Meer lezen

    25,99 € of Gratis met Kobo Plus

  • WebAssembly: The Definitive Guide

    Safe, Fast, and Portable Code

    door Brian Sletten ...
    WebAssembly: The Definitive Guide is a thorough and accessible introduction to one of the most transformative technologies hitting our industry. What started as a way to use languages other than JavaScript in the browser has evolved into a comprehensive path toward portability, performance, increased security, and greater code reuse across an impressive collection of deployment targets.Author ... Meer lezen

    29,03 €

  • Managing the Web of Things

    Linking the Real World to the Web

    Managing the Web of Things: Linking the Real World to the Web presents a consolidated and holistic coverage of engineering, management, and analytics of the Internet of Things. The web has gone through many transformations, from traditional linking and sharing of computers and documents (i.e., Web of Data), to the current connection of people (i.e., Web of People), and to the emerging connection ... Meer lezen

    58,50 €

  • Using Asyncio in Python

    Understanding Python's Asynchronous Programming Features

    door Caleb Hattingh ...
    If you’re among the Python developers put off by asyncio’s complexity, it’s time to take another look. Asyncio is complicated because it aims to solve problems in concurrent network programming for both framework and end-user developers. The features you need to consider are a small subset of the whole asyncio API, but picking out the right features is the tricky part. That’s where this practical ... Meer lezen

    15,25 €

  • Programming F# 3.0

    A Comprehensive Guide for Writing Simple Code to Solve Complex Problems

    door Chris Smith ...
    Why learn F#? With this guide, you’ll learn how this multi-paradigm language not only offers you an enormous productivity boost through functional programming, but also lets you develop applications using your existing object-oriented and imperative programming skills. You’ll quickly discover the many advantages of the language, including access to all the great tools and libraries of the .NET ... Meer lezen

    24,79 €

  • Rust In Practice

    door GitforGits ...
    Rust In Practice is an ultimate fast-paced guide for anyone looking to become a practitioner of the rust programming from day 1. This book covers everything from the basics of Rust programming to building robust and efficient applications. Starting with the fundamentals, this book guides you through the syntax and semantics of the Rust language, including its unique ownership model and type system ... Meer lezen

    29,49 € of Gratis met Kobo Plus

  • Parallel Programming with Julia

    Design, Implement, and Optimize Parallel Applications

    door Randy H. Mills ...
    Parallel Programming with Julia: Design, Implement, and Optimize Parallel ApplicationsAbout the Technology:Unleash the Power of Julia: Julia is a revolutionary high-performance language specifically designed for parallel computing. This book unlocks its potential for tackling complex problems that traditional languages struggle with.Written by Julia Experts: Learn from experienced Julia developers ... Meer lezen

    5,62 € of Gratis met Kobo Plus

  • Concurrent Programming on Windows

    door Joe Duffy ...
    Serie series Microsoft Windows Development Series
    “When you begin using multi-threading throughout an application, the importance of clean architecture and design is critical. . . . This places an emphasis on understanding not only the platform’s capabilities but also emerging best practices. Joe does a great job interspersing best practices alongside theory throughout his book.”– From the Foreword by Craig Mundie, Chief Research and Strategy ... Meer lezen

    57,23 €

  • Creating Components

    Object Oriented, Concurrent, and Distributed Computing in Java

    door Charles W. Kann ...
    Concurrency is a powerful technique for developing efficient and lightning- fast software. For instance, concurrency can be used in common applications such as online order processing to speed processing and ensure transaction reliability. However, mastering concurrency is one of the greatest challenges for both new and veteran programmers. Softwar ... Meer lezen

    127,86 €

  • Concurrent Data Processing in Elixir

    Fast, Resilient Applications with OTP, GenStage, Flow, and Broadway

    Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing scalability or fault-tolerance. Most projects benefit from running background tasks and processing data concurrently, but the world of OTP and various libraries can be challenging. Which Supervisor and what strategy to use? What about GenServer? Maybe you need back-pressure, ... Meer lezen

    19,92 €

  • High Performance Scientific Computing Using Distributed Infrastructures

    This book aims to provide a deep look into Italian actions taken in some fields of science and high performance computing (HPC), and the Italian effort to bridge the HPC gap with respect to Europe. The Italian PON ReCaS Project is written for graduate readers and professionals in the field of high performance computing. It presents and discusses innovative and important technological solutions, ... Meer lezen

    126,87 €

  • Ruby on Rails Background Jobs with Sidekiq

    Using Sidekiq for background jobs is a great way to scale and grow your app. This book will give you a solid, practical foundation for creating resilient, well-tested, self-healing code that uses background jobs. You'll be able to simulate real-world failure modes and learn how to write idempotent code that can be safely run with Sidekiq.One of the best ways to improve your Rails app's performance ... Meer lezen

    9,85 €

  • Multithreading for Visual Effects

    Tackle the Challenges of Parallel Programming in the Visual Effects IndustryIn Multithreading for Visual Effects, developers from DreamWorks Animation, Pixar, Side Effects, Intel, and AMD share their successes and failures in the messy real-world application area of production software. They provide practical advice on multithreading techniques and visual effects used in popular visual effects ... Meer lezen

    93,75 €

  • GPU Pro 6

    Advanced Rendering Techniques

    Bewerkt door Wolfgang Engel ...
    The latest edition of this bestselling game development reference offers proven tips and techniques for the real-time rendering of special effects and visualization data that are useful for beginners and seasoned game and graphics programmers alike.Exploring recent developments in the rapidly evolving field of real-time rendering, GPU Pro6: Advance ... Meer lezen

    105,93 €

  • Practical Rust 1.x Cookbook

    100+ Solutions across Command Line, CI/CD, Kubernetes, Networking, Code Performance and Microservices

    door Rustacean Team ...
    100s of Solutions across Command Line, CI/CD, Kubernetes, Networking, Code Performance, and MicroservicesPractical Rust 1.x Cookbook is an in-depth guide for experienced Rust programmers looking to create robust and efficient applications. This solution-focused book covers many topics, including command line, webassembly, networking, Kubernetes, microservices, and system programming.This book ... Meer lezen

    35,29 €

  • Django Unleashed: Building Web Applications with Python's Framework

    "Django Unleashed: Building Web Applications with Python's Framework" is your ultimate guide to mastering web development with Django, Python's powerful and versatile web framework. Whether you're an aspiring web developer or an experienced programmer looking to expand your skill set, this comprehensive book will take you from the fundamentals of Django to building advanced web applications with ... Meer lezen

    9,49 € of Gratis met Kobo Plus

  • Parallel Programming with C# and .NET Core

    Developing Multithreaded Applications Using C# and .NET Core 3.1 from Scratch

    Application development has evolved over the last decade, and with the advent of the latest technologies like Angular, React on client-side, and ASP.NET Core, Spring on the server-side, the consumer expectations have risen like never before. The primary objective of this book is to help readers understand the importance of asynchronous programming and various ways it can be achieved using .NET ... Meer lezen

    12,82 € of Gratis met Kobo Plus

  • Hands-On Design Patterns with Delphi

    Build applications using idiomatic, extensible, and concurrent design patterns in Delphi

    Get up to speed with creational, structural, behavioral and concurrent patterns in Delphi to write clear, concise and effective codeKey FeaturesDelve into the core patterns and components of Delphi in order to master your application's designBrush up on tricks, techniques, and best practices to solve common design and architectural challengesChoose the right patterns to improve your program’s ... Meer lezen

    29,56 € of Gratis met Kobo Plus

  • Julia for Scientific Computing

    Julia in Production: A Data Science Journey

    Serie series Julia in Production: A Data Science Journey
    Transform your data science workflows with Julia's lightning-fast performance. This practical guide helps Python and R developers transition to Julia for large-scale scientific computing, machine learning, and numerical analysis. Features real-world case studies, optimization techniques, and integration with popular data science tools. Includes parallel computing patterns and best practices for ... Meer lezen

    4,49 € of Gratis met Kobo Plus

  • Mastering the C++17 STL

    Make full use of the standard library components in C++17

    door Arthur O'Dwyer ...
    This book breaks down the C++ STL, teaching you how to extract its gems and apply them to your programming.Key Features\[\*\] Boost your productivity as a C++ developer with the latest features of C++17\[\*\] Develop high-quality, fast, and portable applications with the varied features of the STL\[\*\] Migrate from older versions (C++11, C++14) to C++17Book DescriptionModern C++ has come a long ... Meer lezen

    29,56 € of Gratis met Kobo Plus