0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (4)
  • R250 - R500 (17)
  • R500+ (458)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer hardware & operating systems > Computer architecture & logic design > Parallel processing

Multi-Cloud Architecture and Governance - Leverage Azure, AWS, GCP, and VMware vSphere to build effective multi-cloud solutions... Multi-Cloud Architecture and Governance - Leverage Azure, AWS, GCP, and VMware vSphere to build effective multi-cloud solutions (Paperback)
Jeroen Mulder
R1,324 Discovery Miles 13 240 Ships in 18 - 22 working days

A comprehensive guide to architecting, managing, implementing, and controlling multi-cloud environments Key Features Deliver robust multi-cloud environments and improve your business productivity Stay in control of the cost, governance, development, security, and continuous improvement of your multi-cloud solution Integrate different solutions, principles, and practices into one multi-cloud foundation Book DescriptionMulti-cloud has emerged as one of the top cloud computing trends, with businesses wanting to reduce their reliance on only one vendor. But when organizations shift to multiple cloud services without a clear strategy, they may face certain difficulties, in terms of how to stay in control, how to keep all the different components secure, and how to execute the cross-cloud development of applications. This book combines best practices from different cloud adoption frameworks to help you find solutions to these problems. With step-by-step explanations of essential concepts and practical examples, you'll begin by planning the foundation, creating the architecture, designing the governance model, and implementing tools, processes, and technologies to manage multi-cloud environments. You'll then discover how to design workload environments using different cloud propositions, understand how to optimize the use of these cloud technologies, and automate and monitor the environments. As you advance, you'll delve into multi-cloud governance, defining clear demarcation models and management processes. Finally, you'll learn about managing identities in multi-cloud: who's doing what, why, when, and where By the end of this book, you'll be able to create, implement, and manage multi-cloud architectures with confidence What you will learn Get to grips with the core functions of multiple cloud platforms Deploy, automate, and secure different cloud solutions Design network strategy and get to grips with identity and access management for multi-cloud Design a landing zone spanning multiple cloud platforms Use automation, monitoring, and management tools for multi-cloud Understand multi-cloud management with the principles of BaseOps, FinOps, SecOps, and DevOps Define multi-cloud security policies and use cloud security tools Test, integrate, deploy, and release using multi-cloud CI/CD pipelines Who this book is forThis book is for architects and lead engineers involved in architecting multi-cloud environments, with a focus on getting governance right to stay in control of developments in multi-cloud. Basic knowledge of different cloud platforms (Azure, AWS, GCP, VMWare, and OpenStack) and understanding of IT governance is necessary.

Applying Integration Techniques and Methods in Distributed Systems and Technologies (Paperback): Gabor Kecskemeti Applying Integration Techniques and Methods in Distributed Systems and Technologies (Paperback)
Gabor Kecskemeti
R4,630 Discovery Miles 46 300 Ships in 18 - 22 working days

Distributed systems intertwine with our everyday lives. The benefits and current shortcomings of the underpinning technologies are experienced by a wide range of people and their smart devices. With the rise of large-scale IoT and similar distributed systems, cloud bursting technologies, and partial outsourcing solutions, private entities are encouraged to increase their efficiency and offer unparalleled availability and reliability to their users. Applying Integration Techniques and Methods in Distributed Systems and Technologies is a critical scholarly publication that defines the current state of distributed systems, determines further goals, and presents architectures and service frameworks to achieve highly integrated distributed systems and presents solutions to integration and efficient management challenges faced by current and future distributed systems. Highlighting topics such as multimedia, programming languages, and smart environments, this book is ideal for system administrators, integrators, designers, developers, researchers, and academicians.

Delphi GUI Programming with FireMonkey - Unleash the full potential of the FMX framework to build exciting cross-platform apps... Delphi GUI Programming with FireMonkey - Unleash the full potential of the FMX framework to build exciting cross-platform apps with Embarcadero Delphi (Paperback)
Andrea Magni; Foreword by Marco Cantu
R1,371 Discovery Miles 13 710 Ships in 18 - 22 working days

Create modern yet effective multi-platform applications by building interactive UIs following a single codebase approach to boost productivity Key Features Delve into the FireMonkey framework and explore its powerful capabilities Enhance the user experience by using various technologies included in Delphi and FMX Boost developer productivity through the cross-platform capabilities enabled by the framework Book DescriptionFireMonkey (FMX) is a cross-platform application framework that allows developers to create exciting user interfaces and deliver applications on multiple operating systems (OS). This book will help you learn visual programming with Delphi and FMX. Starting with an overview of the FMX framework, including a general discussion of the underlying philosophy and approach, you'll then move on to the fundamentals and architectural details of FMX. You'll also cover a significant comparison between Delphi and the Visual Component Library (VCL). Next, you'll focus on the main FMX components, data access/data binding, and style concepts, in addition to understanding how to deliver visually responsive UIs. To address modern application development, the book takes you through topics such as animations and effects, and provides you with a general introduction to parallel programming, specifically targeting UI-related aspects, including application responsiveness. Later, you'll explore the most important cross-platform services in the FMX framework, which are essential for delivering your application on multiple platforms while retaining the single codebase approach. Finally, you'll learn about FMX's built-in 3D functionalities. By the end of this book, you'll be familiar with the FMX framework and be able to build effective cross-platform apps. What you will learn Explore FMX's fundamental components with a brief comparison to VCL Achieve visual responsiveness through alignment capabilities and layout components Enrich the user experience with the help of transitions and visual animations Get to grips with data access and visual data binding Build exciting and responsive UIs for desktop and mobile platforms Understand the importance of responsive applications using parallel programming Create visual continuity through your applications with TFrameStand and TFormStand Explore the 3D functionalities offered by FMX Who this book is forThis book is for Delphi developers who are looking to discover the full potential of the FireMonkey framework in order to build interactive cross-platform GUI applications and achieve an optimal UI/UX. Basic familiarity with Delphi programming and the VCL will be beneficial but not mandatory.

Hands-On Embedded Programming with C++17 - Create versatile and robust embedded solutions for MCUs and RTOSes with modern C++... Hands-On Embedded Programming with C++17 - Create versatile and robust embedded solutions for MCUs and RTOSes with modern C++ (Paperback)
Maya Posch
R1,216 Discovery Miles 12 160 Ships in 18 - 22 working days

Build safety-critical and memory-safe stand-alone and networked embedded systems Key Features Know how C++ works and compares to other languages used for embedded development Create advanced GUIs for embedded devices to design an attractive and functional UI Integrate proven strategies into your design for optimum hardware performance Book DescriptionC++ is a great choice for embedded development, most notably, because it does not add any bloat, extends maintainability, and offers many advantages over different programming languages. Hands-On Embedded Programming with C++17 will show you how C++ can be used to build robust and concurrent systems that leverage the available hardware resources. Starting with a primer on embedded programming and the latest features of C++17, the book takes you through various facets of good programming. You'll learn how to use the concurrency, memory management, and functional programming features of C++ to build embedded systems. You will understand how to integrate your systems with external peripherals and efficient ways of working with drivers. This book will also guide you in testing and optimizing code for better performance and implementing useful design patterns. As an additional benefit, you will see how to work with Qt, the popular GUI library used for building embedded systems. By the end of the book, you will have gained the confidence to use C++ for embedded programming. What you will learn Choose the correct type of embedded platform to use for a project Develop drivers for OS-based embedded systems Use concurrency and memory management with various microcontroller units (MCUs) Debug and test cross-platform code with Linux Implement an infotainment system using a Linux-based single board computer Extend an existing embedded system with a Qt-based GUI Communicate with the FPGA side of a hybrid FPGA/SoC system Who this book is forIf you want to start developing effective embedded programs in C++, then this book is for you. Good knowledge of C++ language constructs is required to understand the topics covered in the book. No knowledge of embedded systems is assumed.

C++ High Performance - Master the art of optimizing the functioning of your C++ code, 2nd Edition (Paperback, 2nd Revised... C++ High Performance - Master the art of optimizing the functioning of your C++ code, 2nd Edition (Paperback, 2nd Revised edition)
Bjoern Andrist, Viktor Sehr; Foreword by Ben Garney
R1,464 Discovery Miles 14 640 Ships in 18 - 22 working days

A comprehensive guide to help aspiring and professional C++ developers elevate the performance of their apps by allowing them to run faster and consume fewer resources Key Features Updated to C++20 with completely revised code and more content on error handling, benchmarking, memory allocators, and concurrent programming Explore the latest C++20 features including concepts, ranges, and coroutines Utilize C++ constructs and techniques to carry out effective data structure optimization and memory management Book DescriptionC++ High Performance, Second Edition guides you through optimizing the performance of your C++ apps. This allows them to run faster and consume fewer resources on the device they're running on without compromising the readability of your codebase. The book begins by introducing the C++ language and some of its modern concepts in brief. Once you are familiar with the fundamentals, you will be ready to measure, identify, and eradicate bottlenecks in your C++ codebase. By following this process, you will gradually improve your style of writing code. The book then explores data structure optimization, memory management, and how it can be used efficiently concerning CPU caches. After laying the foundation, the book trains you to leverage algorithms, ranges, and containers from the standard library to achieve faster execution, write readable code, and use customized iterators. It provides hands-on examples of C++ metaprogramming, coroutines, reflection to reduce boilerplate code, proxy objects to perform optimizations under the hood, concurrent programming, and lock-free data structures. The book concludes with an overview of parallel algorithms. By the end of this book, you will have the ability to use every tool as needed to boost the efficiency of your C++ projects. What you will learn Write specialized data structures for performance-critical code Use modern metaprogramming techniques to reduce runtime calculations Achieve efficient memory management using custom memory allocators Reduce boilerplate code using reflection techniques Reap the benefits of lock-free concurrent programming Gain insights into subtle optimizations used by standard library algorithms Compose algorithms using ranges library Develop the ability to apply metaprogramming aspects such as constexpr, constraints, and concepts Implement lazy generators and asynchronous tasks using C++20 coroutines Who this book is forIf you're a C++ developer looking to improve the efficiency of your code or just keen to upgrade your skills to the next level, this book is for you.

Industrial Digital Transformation - Accelerate digital transformation with business optimization, AI, and Industry 4.0... Industrial Digital Transformation - Accelerate digital transformation with business optimization, AI, and Industry 4.0 (Paperback)
Shyam Varan Nath, Ann Dunkin, Mahesh Chowdhary, Nital Patel
R1,002 Discovery Miles 10 020 Ships in 18 - 22 working days

Delve into industrial digital transformation and learn how to implement modern business strategies powered by digital technologies as well as organization and cultural optimization Key Features Identify potential industry disruptors from various business domains and emerging technologies Leverage existing resources to identify new avenues for generating digital revenue Boost digital transformation with cloud computing, big data, artificial intelligence (AI), and the Internet of Things (IoT) Book DescriptionDigital transformation requires the ability to identify opportunities across industries and apply the right technologies and tools to achieve results. This book is divided into two parts with the first covering what digital transformation is and why it is important. The second part focuses on how digital transformation works. After an introduction to digital transformation, you will explore the transformation journey in logical steps and understand how to build business cases and create productivity benefit statements. Next, you'll delve into advanced topics relating to overcoming various challenges. Later, the book will take you through case studies in both private and public sector organizations. You'll explore private sector organizations such as industrial and hi-tech manufacturing in detail and get to grips with public sector organizations by learning how transformation can be achieved on a global scale and how the resident experience can be improved. In addition to this, you will understand the role of artificial intelligence, machine learning and deep learning in digital transformation. Finally, you'll discover how to create a playbook that can ensure success in digital transformation. By the end of this book, you'll be well-versed with industrial digital transformation and be able to apply your skills in the real world. What you will learn Get up to speed with digital transformation and its important aspects Explore the skills that are needed to execute the transformation Focus on the concepts of Digital Thread and Digital Twin Understand how to leverage the ecosystem for successful transformation Get to grips with various case studies spanning industries in both private and public sectors Discover how to execute transformation at a global scale Find out how AI delivers value in the transformation journey Who this book is forThis book is for IT leaders, digital strategy leaders, line-of-business leaders, solution architects, and IT business partners looking for digital transformation opportunities within their organizations. Professionals from service and management consulting firms will also find this book useful. Basic knowledge of enterprise IT and some intermediate knowledge of identifying digital revenue streams or internal transformation opportunities are required to get started with this book.

Mastering KVM Virtualization - Design expert data center virtualization solutions with the power of Linux KVM (Paperback, 2nd... Mastering KVM Virtualization - Design expert data center virtualization solutions with the power of Linux KVM (Paperback, 2nd Revised edition)
Vedran Dakic, Humble Devassy Chirammal, Prasad Mukhedkar, Anil Vettathu
R1,415 Discovery Miles 14 150 Ships in 18 - 22 working days

Learn how to configure, automate, orchestrate, troubleshoot, and monitor KVM-based environments capable of scaling to private and hybrid cloud models Key Features Gain expert insights into Linux virtualization and the KVM ecosystem with this comprehensive guide Learn to use various Linux tools such as QEMU, oVirt, libvirt, Cloud-Init, and Cloudbase-Init Scale, monitor, and troubleshoot your VMs on various platforms, including OpenStack and AWS Book DescriptionKernel-based Virtual Machine (KVM) enables you to virtualize your data center by transforming your Linux operating system into a powerful hypervisor that allows you to manage multiple operating systems with minimal fuss. With this book, you'll gain insights into configuring, troubleshooting, and fixing bugs in KVM virtualization and related software. This second edition of Mastering KVM Virtualization is updated to cover the latest developments in the core KVM components - libvirt and QEMU. Starting with the basics of Linux virtualization, you'll explore VM lifecycle management and migration techniques. You'll then learn how to use SPICE and VNC protocols while creating VMs and discover best practices for using snapshots. As you progress, you'll integrate third-party tools with Ansible for automation and orchestration. You'll also learn to scale out and monitor your environments, and will cover oVirt, OpenStack, Eucalyptus, AWS, and ELK stack. Throughout the book, you'll find out more about tools such as Cloud-Init and Cloudbase-Init. Finally, you'll be taken through the performance tuning and troubleshooting guidelines for KVM-based virtual machines and a hypervisor. By the end of this book, you'll be well-versed with KVM virtualization and the tools and technologies needed to build and manage diverse virtualization environments. What you will learn Implement KVM virtualization using libvirt and oVirt Delve into KVM storage and network Understand snapshots, templates, and live migration features Get to grips with managing, scaling, and optimizing the KVM ecosystem Discover how to tune and optimize KVM virtualization hosts Adopt best practices for KVM platform troubleshooting Who this book is forIf you are a systems administrator, DevOps practitioner, or developer with Linux experience looking to sharpen your open-source virtualization skills, this virtualization book is for you. Prior understanding of the Linux command line and virtualization is required before getting started with this book.

The Tour - BARTER to BLOCKCHAIN and BEYOND (Paperback): Sherri J Wnuk The Tour - BARTER to BLOCKCHAIN and BEYOND (Paperback)
Sherri J Wnuk; John Matthew Wnuk
R360 Discovery Miles 3 600 Ships in 18 - 22 working days
Docker for Developers - Develop and run your application with Docker containers using DevOps tools for continuous delivery... Docker for Developers - Develop and run your application with Docker containers using DevOps tools for continuous delivery (Paperback)
Richard Bullington-McGuire, Andrew K. Dennis, Michael Schwartz
R1,113 Discovery Miles 11 130 Ships in 18 - 22 working days

Learn how to deploy and test Linux-based Docker containers with the help of real-world use cases Key Features Understand how to make a deployment workflow run smoothly with Docker containers Learn Docker and DevOps concepts such as continuous integration and continuous deployment (CI/CD) Gain insights into using various Docker tools and libraries Book DescriptionDocker is the de facto standard for containerizing apps, and with an increasing number of software projects migrating to containers, it is crucial for engineers and DevOps teams to understand how to build, deploy, and secure Docker environments effectively. Docker for Developers will help you understand Docker containers from scratch while taking you through best practices and showing you how to address security concerns. Starting with an introduction to Docker, you'll learn how to use containers and VirtualBox for development. You'll explore how containers work and develop projects within them after you've explored different ways to deploy and run containers. The book will also show you how to use Docker containers in production in both single-host set-ups and in clusters and deploy them using Jenkins, Kubernetes, and Spinnaker. As you advance, you'll get to grips with monitoring, securing, and scaling Docker using tools such as Prometheus and Grafana. Later, you'll be able to deploy Docker containers to a variety of environments, including the cloud-native Amazon Elastic Kubernetes Service (Amazon EKS), before finally delving into Docker security concepts and best practices. By the end of the Docker book, you'll be able to not only work in a container-driven environment confidently but also use Docker for both new and existing projects. What you will learn Get up to speed with creating containers and understand how they work Package and deploy your containers to a variety of platforms Work with containers in the cloud and on the Kubernetes platform Deploy and then monitor the health and logs of running containers Explore best practices for working with containers from a security perspective Become familiar with scanning containers and using third-party security tools and libraries Who this book is forIf you're a software engineer new to containerization or a DevOps engineer responsible for deploying Docker containers in the cloud and building DevOps pipelines for container-based projects, you'll find this book useful. This Docker containers book is also a handy reference guide for anyone working with a Docker-based DevOps ecosystem or interested in understanding the security implications and best practices for working in container-driven environments.

Hands-On Design Patterns with Delphi - Build applications using idiomatic, extensible, and concurrent design patterns in Delphi... Hands-On Design Patterns with Delphi - Build applications using idiomatic, extensible, and concurrent design patterns in Delphi (Paperback)
Primoz Gabrijelcic
R1,226 Discovery Miles 12 260 Ships in 18 - 22 working days

Get up to speed with creational, structural, behavioral and concurrent patterns in Delphi to write clear, concise and effective code Key Features Delve into the core patterns and components of Delphi in order to master your application's design Brush up on tricks, techniques, and best practices to solve common design and architectural challenges Choose the right patterns to improve your program's efficiency and productivity Book DescriptionDesign patterns have proven to be the go-to solution for many common programming scenarios. This book focuses on design patterns applied to the Delphi language. The book will provide you with insights into the language and its capabilities of a runtime library. You'll start by exploring a variety of design patterns and understanding them through real-world examples. This will entail a short explanation of the concept of design patterns and the original set of the 'Gang of Four' patterns, which will help you in structuring your designs efficiently. Next, you'll cover the most important 'anti-patterns' (essentially bad software development practices) to aid you in steering clear of problems during programming. You'll then learn about the eight most important patterns for each creational, structural, and behavioral type. After this, you'll be introduced to the concept of 'concurrency' patterns, which are design patterns specifically related to multithreading and parallel computation. These will enable you to develop and improve an interface between items and harmonize shared memories within threads. Toward the concluding chapters, you'll explore design patterns specific to program design and other categories of patterns that do not fall under the 'design' umbrella. By the end of this book, you'll be able to address common design problems encountered while developing applications and feel confident while building scalable projects. What you will learn Gain insights into the concept of design patterns Study modern programming techniques with Delphi Keep up to date with the latest additions and program design techniques in Delphi Get to grips with various modern multithreading approaches Discover creational, structural, behavioral, and concurrent patterns Determine how to break a design problem down into its component parts Who this book is forHands-On Design Patterns with Delphi is aimed at beginner-level Delphi developers who want to build scalable and robust applications. Basic knowledge of Delphi is a must.

Distributed File Systems - Distributed Computing Architecture (Paperback): Neal Kobel Distributed File Systems - Distributed Computing Architecture (Paperback)
Neal Kobel
R1,553 Discovery Miles 15 530 Ships in 18 - 22 working days
Cluster Computing - Distributed Computing Architecture (Paperback): Mark Heynen Cluster Computing - Distributed Computing Architecture (Paperback)
Mark Heynen
R1,590 Discovery Miles 15 900 Ships in 18 - 22 working days
Enterprise Blockchain with Hyperledger - An Introduction to Sawtooth, Fabric, Cello, Composer, and Hyperledger Explorer... Enterprise Blockchain with Hyperledger - An Introduction to Sawtooth, Fabric, Cello, Composer, and Hyperledger Explorer (Paperback)
Mohammad Abdelalim
R489 Discovery Miles 4 890 Ships in 18 - 22 working days
Hands-On Serverless Computing with Google Cloud - Build, deploy, and containerize apps using Cloud Functions, Cloud Run, and... Hands-On Serverless Computing with Google Cloud - Build, deploy, and containerize apps using Cloud Functions, Cloud Run, and cloud-native technologies (Paperback)
Richard Rose
R1,223 Discovery Miles 12 230 Ships in 18 - 22 working days

Effectively deploy fully managed workloads using Google Cloud's serverless services Key Features Use real-world use cases to understand the core functionalities of Functions as a Service Explore the potential of Cloud Run, Knative, Cloud Build, Google Kubernetes Engine, and Cloud Storage Get to grips with architectural decisions, seamless deployments, containerization, and serverless solutions Book DescriptionGoogle Cloud's serverless platform allows organizations to scale fully managed solutions without worrying about the underlying infrastructure. With this book, you will learn how to design, develop, and deploy full stack serverless apps on Google Cloud. The book starts with a quick overview of the Google Cloud console, its features, user interface (UI), and capabilities. After getting to grips with the Google Cloud interface and its features, you will explore the core aspects of serverless products such as Cloud Run, Cloud Functions and App Engine. You will also learn essential features such as version control, containerization, and identity and access management with the help of real-world use cases. Later, you will understand how to incorporate continuous integration and continuous deployment (CI/CD) techniques for serverless applications. Toward the concluding chapters, you will get to grips with how key technologies such as Knative enable Cloud Run to be hosted on multiple platforms including Kubernetes and VMware. By the end of this book, you will have become proficient in confidently developing, managing, and deploying containerized applications on Google Cloud. What you will learn Explore the various options for deploying serverless workloads on Google Cloud Determine the appropriate serverless product for your application use case Integrate multiple lightweight functions to build scalable and resilient services Increase productivity through build process automation Understand how to secure serverless workloads using service accounts Build a scalable architecture with Google Cloud Functions and Cloud Run Who this book is forIf you are a cloud administrator, architect, or developer who wants to build scalable systems and deploy serverless workloads on Google Cloud, then this book is for you. To get the most out of this book, a basic understanding of the serverless ecosystem and cloud computing will be beneficial.

Systems Architecture of Avalanche Prevention and Relief Cloud Applications and Services Iot System - General Systems Theory 2.0... Systems Architecture of Avalanche Prevention and Relief Cloud Applications and Services Iot System - General Systems Theory 2.0 at Work (Paperback)
William S. Chao
R399 Discovery Miles 3 990 Ships in 18 - 22 working days
Solutions Architect's Handbook - Kick-start your solutions architect career by learning architecture design principles and... Solutions Architect's Handbook - Kick-start your solutions architect career by learning architecture design principles and strategies (Paperback)
Saurabh Shrivastava, Neelanjali Srivastav; Foreword by Kamal Arora
R1,343 Discovery Miles 13 430 Ships in 18 - 22 working days

From fundamentals and design patterns to the different strategies for creating secure and reliable architectures in AWS cloud, learn everything you need to become a successful solutions architect Key Features Create solutions and transform business requirements into technical architecture with this practical guide Understand various challenges that you might come across while refactoring or modernizing legacy applications Delve into security automation, DevOps, and validation of solution architecture Book DescriptionBecoming a solutions architect gives you the flexibility to work with cutting-edge technologies and define product strategies. This handbook takes you through the essential concepts, design principles and patterns, architectural considerations, and all the latest technology that you need to know to become a successful solutions architect. This book starts with a quick introduction to the fundamentals of solution architecture design principles and attributes that will assist you in understanding how solution architecture benefits software projects across enterprises. You'll learn what a cloud migration and application modernization framework looks like, and will use microservices, event-driven, cache-based, and serverless patterns to design robust architectures. You'll then explore the main pillars of architecture design, including performance, scalability, cost optimization, security, operational excellence, and DevOps. Additionally, you'll also learn advanced concepts relating to big data, machine learning, and the Internet of Things (IoT). Finally, you'll get to grips with the documentation of architecture design and the soft skills that are necessary to become a better solutions architect. By the end of this book, you'll have learned techniques to create an efficient architecture design that meets your business requirements. What you will learn Explore the various roles of a solutions architect and their involvement in the enterprise landscape Approach big data processing, machine learning, and IoT from an architect's perspective and understand how they fit into modern architecture Discover different solution architecture patterns such as event-driven and microservice patterns Find ways to keep yourself updated with new technologies and enhance your skills Modernize legacy applications with the help of cloud integration Get to grips with choosing an appropriate strategy to reduce cost Who this book is forThis book is for software developers, system engineers, DevOps engineers, architects, and team leaders working in the information technology industry who aspire to become solutions architect professionals. A good understanding of the software development process and general programming experience with any language will be useful.

Microservices for beginners - Patterns and Best Practices to Start Building Scalable, Maintenable and Testable Microservices... Microservices for beginners - Patterns and Best Practices to Start Building Scalable, Maintenable and Testable Microservices (Paperback)
Aaron Hudson
R336 Discovery Miles 3 360 Ships in 18 - 22 working days
Hands-On Data Structures and Algorithms with Rust - Learn programming techniques to build effective, maintainable, and readable... Hands-On Data Structures and Algorithms with Rust - Learn programming techniques to build effective, maintainable, and readable code in Rust 2018 (Paperback)
Claus Matzinger
R1,072 Discovery Miles 10 720 Ships in 18 - 22 working days

Design and implement professional level programs by exploring modern data structures and algorithms in Rust. Key Features Use data structures such as arrays, stacks, trees, lists and graphs with real-world examples Learn the functional and reactive implementations of the traditional data structures Explore illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner. Book DescriptionRust has come a long way and is now utilized in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not forgetting its importance in systems' programming. This book will be your guide as it takes you through implementing classic data structures and algorithms in Rust, helping you to get up and running as a confident Rust programmer. The book begins with an introduction to Rust data structures and algorithms, while also covering essential language constructs. You will learn how to store data using linked lists, arrays, stacks, and queues. You will also learn how to implement sorting and searching algorithms. You will learn how to attain high performance by implementing algorithms to string data types and implement hash structures in algorithm design. The book will examine algorithm analysis, including Brute Force algorithms, Greedy algorithms, Divide and Conquer algorithms, Dynamic Programming, and Backtracking. By the end of the book, you will have learned how to build components that are easy to understand, debug, and use in different applications. What you will learn Design and implement complex data structures in Rust Analyze, implement, and improve searching and sorting algorithms in Rust Create and use well-tested and reusable components with Rust Understand the basics of multithreaded programming and advanced algorithm design Become familiar with application profiling based on benchmarking and testing Explore the borrowing complexity of implementing algorithms Who this book is forThis book is for developers seeking to use Rust solutions in a practical/professional setting; who wants to learn essential Data Structures and Algorithms in Rust. It is for developers with basic Rust language knowledge, some experience in other programming languages is required.

Tron Chronicles - Hyphy (Paperback): Isaac B Newton Tron Chronicles - Hyphy (Paperback)
Isaac B Newton
R1,482 Discovery Miles 14 820 Ships in 18 - 22 working days
Blockchain - Novice to Expert - 2 manuscripts (Paperback): Keizer Soeze Blockchain - Novice to Expert - 2 manuscripts (Paperback)
Keizer Soeze
R697 R616 Discovery Miles 6 160 Save R81 (12%) Ships in 18 - 22 working days
Ripple and Stablecoins - Building Banks of Tomorrow: Use Cases on International Remittance, Capital, and Money Markets, based... Ripple and Stablecoins - Building Banks of Tomorrow: Use Cases on International Remittance, Capital, and Money Markets, based on Swaps, Micropayments, Trade Finance, Islamic Finance, and Stablecoins (Paperback)
Hugh Macmillen; Debajani Mohanty
R517 Discovery Miles 5 170 Ships in 18 - 22 working days
Classical Approach to Constrained and Unconstrained Molecular Dynamics (Paperback): Ajith Gunaratne Classical Approach to Constrained and Unconstrained Molecular Dynamics (Paperback)
Ajith Gunaratne
R1,719 R1,386 Discovery Miles 13 860 Save R333 (19%) Ships in 18 - 22 working days
ARK Ecosystem - Point. Click. Blockchain. (A Concise ARK Ecosystem History Book) (Paperback): Christopher P Thompson ARK Ecosystem - Point. Click. Blockchain. (A Concise ARK Ecosystem History Book) (Paperback)
Christopher P Thompson
R491 Discovery Miles 4 910 Ships in 18 - 22 working days
Concurrency - The Works of Leslie Lamport (Paperback): Dahlia Malkhi Concurrency - The Works of Leslie Lamport (Paperback)
Dahlia Malkhi
R2,015 Discovery Miles 20 150 Ships in 18 - 22 working days

This book is a celebration of Leslie Lamport's work on concurrency, interwoven in four-and-a-half decades of an evolving industry: from the introduction of the first personal computer to an era when parallel and distributed multiprocessors are abundant. His works lay formal foundations for concurrent computations executed by interconnected computers. Some of the algorithms have become standard engineering practice for fault tolerant distributed computing - distributed systems that continue to function correctly despite failures of individual components. He also developed a substantial body of work on the formal specification and verification of concurrent systems, and has contributed to the development of automated tools applying these methods. Part I consists of technical chapters of the book and a biography. The technical chapters of this book present a retrospective on Lamport's original ideas from experts in the field. Through this lens, it portrays their long-lasting impact. The chapters cover timeless notions Lamport introduced: the Bakery algorithm, atomic shared registers and sequential consistency; causality and logical time; Byzantine Agreement; state machine replication and Paxos; temporal logic of actions (TLA). The professional biography tells of Lamport's career, providing the context in which his work arose and broke new grounds, and discusses LaTeX - perhaps Lamport's most influential contribution outside the field of concurrency. This chapter gives a voice to the people behind the achievements, notably Lamport himself, and additionally the colleagues around him, who inspired, collaborated, and helped him drive worldwide impact. Part II consists of a selection of Leslie Lamport's most influential papers. This book touches on a lifetime of contributions by Leslie Lamport to the field of concurrency and on the extensive influence he had on people working in the field. It will be of value to historians of science, and to researchers and students who work in the area of concurrency and who are interested to read about the work of one of the most influential researchers in this field.

Hands-On Domain-Driven Design with .NET Core - Tackling complexity in the heart of software by putting DDD principles into... Hands-On Domain-Driven Design with .NET Core - Tackling complexity in the heart of software by putting DDD principles into practice (Paperback)
Alexey Zimarev
R1,176 Discovery Miles 11 760 Ships in 18 - 22 working days

Solve complex business problems by understanding users better, finding the right problem to solve, and building lean event-driven systems to give your customers what they really want Key Features Apply DDD principles using modern tools such as EventStorming, Event Sourcing, and CQRS Learn how DDD applies directly to various architectural styles such as REST, reactive systems, and microservices Empower teams to work flexibly with improved services and decoupled interactions Book DescriptionDevelopers across the world are rapidly adopting DDD principles to deliver powerful results when writing software that deals with complex business requirements. This book will guide you in involving business stakeholders when choosing the software you are planning to build for them. By figuring out the temporal nature of behavior-driven domain models, you will be able to build leaner, more agile, and modular systems. You'll begin by uncovering domain complexity and learn how to capture the behavioral aspects of the domain language. You will then learn about EventStorming and advance to creating a new project in .NET Core 2.1; you'll also and write some code to transfer your events from sticky notes to C#. The book will show you how to use aggregates to handle commands and produce events. As you progress, you'll get to grips with Bounded Contexts, Context Map, Event Sourcing, and CQRS. After translating domain models into executable C# code, you will create a frontend for your application using Vue.js. In addition to this, you'll learn how to refactor your code and cover event versioning and migration essentials. By the end of this DDD book, you will have gained the confidence to implement the DDD approach in your organization and be able to explore new techniques that complement what you've learned from the book. What you will learn Discover and resolve domain complexity together with business stakeholders Avoid common pitfalls when creating the domain model Study the concept of Bounded Context and aggregate Design and build temporal models based on behavior and not only data Explore benefits and drawbacks of Event Sourcing Get acquainted with CQRS and to-the-point read models with projections Practice building one-way flow UI with Vue.js Understand how a task-based UI conforms to DDD principles Who this book is forThis book is for .NET developers who have an intermediate level understanding of C#, and for those who seek to deliver value, not just write code. Intermediate level of competence in JavaScript will be helpful to follow the UI chapters.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
The Cyclist - A Love Story for the Ages
Alex W Stripling Hardcover R793 R697 Discovery Miles 6 970
Township Violence And The End Of…
Gary Kynoch Paperback R330 R305 Discovery Miles 3 050
The Long Crisis - New York City and the…
Benjamin Holtzman Hardcover R866 Discovery Miles 8 660
Kasinomics - African Informal Economies…
G.G. Alcock Paperback R295 R264 Discovery Miles 2 640
Communities and Livelihood Strategies in…
Keshav Lall Maharjan Hardcover R3,590 R3,330 Discovery Miles 33 300
Changing Contours of Indian Agriculture…
Seema Bathla, Amaresh Dubey Hardcover R3,350 Discovery Miles 33 500
Self-studies in Rural Teacher Education
Ann K. Schulte, Bernadette Walker-Gibbs Hardcover R3,027 R1,855 Discovery Miles 18 550
Societal Development in Rural China
Wenrong Qian Hardcover R2,001 Discovery Miles 20 010
Sharing Knowledge for Land Use…
John McDonagh, Seija Tuulentie Hardcover R3,212 Discovery Miles 32 120
Community in Urban-Rural Systems…
Gregory M. Fulkerson Hardcover R2,511 Discovery Miles 25 110

 

Partners