0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (69)
  • R250 - R500 (155)
  • R500+ (960)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer hardware & operating systems > General

The Vidstrom Labs Guide to Advanced Arduino Due Internals (Paperback): Arne Vidstrom The Vidstrom Labs Guide to Advanced Arduino Due Internals (Paperback)
Arne Vidstrom
R1,230 Discovery Miles 12 300 Ships in 18 - 22 working days
Quick Help For MacOS Catalina Users - MacOS Catalina for seniors: learn how to use mac catalina from setup to features &... Quick Help For MacOS Catalina Users - MacOS Catalina for seniors: learn how to use mac catalina from setup to features & troubleshooting (Paperback)
Ryan Bernard
R263 Discovery Miles 2 630 Ships in 18 - 22 working days
iPhone SE 2020 User Guide for Seniors - The Detailed and Illustrated Manual to Master the Second Generation iPhone SE on the... iPhone SE 2020 User Guide for Seniors - The Detailed and Illustrated Manual to Master the Second Generation iPhone SE on the new iOS 14 (Paperback)
Abraham Bentley
R388 Discovery Miles 3 880 Ships in 18 - 22 working days
Mastering the iPhone 11 Pro and Pro Max Camera for the Elderly - The Guide for Senior Citizens on Smart Phone Photography... Mastering the iPhone 11 Pro and Pro Max Camera for the Elderly - The Guide for Senior Citizens on Smart Phone Photography Taking Pictures like a Pro Even as a Beginner (Paperback)
James Nino
R241 Discovery Miles 2 410 Ships in 18 - 22 working days
FPGA Programming for Beginners - Bring your ideas to life by creating hardware designs and electronic circuits with... FPGA Programming for Beginners - Bring your ideas to life by creating hardware designs and electronic circuits with SystemVerilog (Paperback)
Frank Bruno
R1,412 Discovery Miles 14 120 Ships in 18 - 22 working days

Get started with FPGA programming using SystemVerilog, and develop real-world skills by building projects, including a calculator and a keyboard Key Features Explore different FPGA usage methods and the FPGA tool flow Learn how to design, test, and implement hardware circuits using SystemVerilog Build real-world FPGA projects such as a calculator and a keyboard using FPGA resources Book DescriptionField Programmable Gate Arrays (FPGAs) have now become a core part of most modern electronic and computer systems. However, to implement your ideas in the real world, you need to get your head around the FPGA architecture, its toolset, and critical design considerations. FPGA Programming for Beginners will help you bring your ideas to life by guiding you through the entire process of programming FPGAs and designing hardware circuits using SystemVerilog. The book will introduce you to the FPGA and Xilinx architectures and show you how to work on your first project, which includes toggling an LED. You'll then cover SystemVerilog RTL designs and their implementations. Next, you'll get to grips with using the combinational Boolean logic design and work on several projects, such as creating a calculator and updating it using FPGA resources. Later, the book will take you through the advanced concepts of AXI and show you how to create a keyboard using PS/2. Finally, you'll be able to consolidate all the projects in the book to create a unified output using a Video Graphics Array (VGA) controller that you'll design. By the end of this SystemVerilog FPGA book, you'll have learned how to work with FPGA systems and be able to design hardware circuits and boards using SystemVerilog programming. What you will learn Understand the FPGA architecture and its implementation Get to grips with writing SystemVerilog RTL Make FPGA projects using SystemVerilog programming Work with computer math basics, parallelism, and pipelining Explore the advanced topics of AXI and keyboard interfacing with PS/2 Discover how you can implement a VGA interface in your projects Who this book is forThis FPGA design book is for embedded system developers, engineers, and programmers who want to learn FPGA and SystemVerilog programming from scratch. FPGA designers looking to gain hands-on experience in working on real-world projects will also find this book useful.

MongoDB Fundamentals - A hands-on guide to using MongoDB and Atlas in the real world (Paperback): Amit Phaltankar, Juned Ahsan,... MongoDB Fundamentals - A hands-on guide to using MongoDB and Atlas in the real world (Paperback)
Amit Phaltankar, Juned Ahsan, Michael Harrison, Liviu Nedov
R1,211 Discovery Miles 12 110 Ships in 18 - 22 working days

Learn how to deploy and monitor databases in the cloud, manipulate documents, visualize data, and build applications running on MongoDB using Node.js Key Features Learn the fundamentals of NoSQL databases with MongoDB Create, manage, and optimize a MongoDB database in the cloud using Atlas Use a real-world dataset to gain practical experience of handling big data Book DescriptionMongoDB is one of the most popular database technologies for handling large collections of data. This book will help MongoDB beginners develop the knowledge and skills to create databases and process data efficiently. Unlike other MongoDB books, MongoDB Fundamentals dives into cloud computing from the very start - showing you how to get started with Atlas in the first chapter. You will discover how to modify existing data, add new data into a database, and handle complex queries by creating aggregation pipelines. As you progress, you'll learn about the MongoDB replication architecture and configure a simple cluster. You will also get to grips with user authentication, as well as techniques for backing up and restoring data. Finally, you'll perform data visualization using MongoDB Charts. You will work on realistic projects that are presented as bitesize exercises and activities, allowing you to challenge yourself in an enjoyable and attainable way. Many of these mini-projects are based around a movie database case study, while the last chapter acts as a final project where you will use MongoDB to solve a real-world problem based on a bike-sharing app. By the end of this book, you'll have the skills and confidence to process large volumes of data and tackle your own projects using MongoDB. What you will learn Set up and use MongoDB Atlas on the cloud Insert, update, delete, and retrieve data from MongoDB Build aggregation pipelines to perform complex queries Optimize queries using indexes Monitor databases and manage user authorization Improve scalability and performance with sharding clusters Replicate clusters, back up your database, and restore data Create data-driven charts and reports from real-time data Who this book is forThis book is designed for people who are new to MongoDB. It is suitable for developers, database administrators, system administrators, and cloud architects who are looking to use MongoDB for smooth data processing in the cloud. Although not necessary, basic knowledge of a general programming language and experience with other databases will help you grasp the topics covered more easily.

Python Machine Learning Cookbook - Over 100 recipes to progress from smart data analytics to deep learning using real-world... Python Machine Learning Cookbook - Over 100 recipes to progress from smart data analytics to deep learning using real-world datasets, 2nd Edition (Paperback, 2nd Revised edition)
Giuseppe Ciaburro, Prateek Joshi
R1,080 Discovery Miles 10 800 Ships in 18 - 22 working days

Discover powerful ways to effectively solve real-world machine learning problems using key libraries including scikit-learn, TensorFlow, and PyTorch Key Features Learn and implement machine learning algorithms in a variety of real-life scenarios Cover a range of tasks catering to supervised, unsupervised and reinforcement learning techniques Find easy-to-follow code solutions for tackling common and not-so-common challenges Book DescriptionThis eagerly anticipated second edition of the popular Python Machine Learning Cookbook will enable you to adopt a fresh approach to dealing with real-world machine learning and deep learning tasks. With the help of over 100 recipes, you will learn to build powerful machine learning applications using modern libraries from the Python ecosystem. The book will also guide you on how to implement various machine learning algorithms for classification, clustering, and recommendation engines, using a recipe-based approach. With emphasis on practical solutions, dedicated sections in the book will help you to apply supervised and unsupervised learning techniques to real-world problems. Toward the concluding chapters, you will get to grips with recipes that teach you advanced techniques including reinforcement learning, deep neural networks, and automated machine learning. By the end of this book, you will be equipped with the skills you need to apply machine learning techniques and leverage the full capabilities of the Python ecosystem through real-world examples. What you will learn Use predictive modeling and apply it to real-world problems Explore data visualization techniques to interact with your data Learn how to build a recommendation engine Understand how to interact with text data and build models to analyze it Work with speech data and recognize spoken words using Hidden Markov Models Get well versed with reinforcement learning, automated ML, and transfer learning Work with image data and build systems for image recognition and biometric face recognition Use deep neural networks to build an optical character recognition system Who this book is forThis book is for data scientists, machine learning developers, deep learning enthusiasts and Python programmers who want to solve real-world challenges using machine-learning techniques and algorithms. If you are facing challenges at work and want ready-to-use code solutions to cover key tasks in machine learning and the deep learning domain, then this book is what you need. Familiarity with Python programming and machine learning concepts will be useful.

Mastering Veeam Backup & Replication 10 - Protect your virtual environment and implement cloud backup using Veeam technology... Mastering Veeam Backup & Replication 10 - Protect your virtual environment and implement cloud backup using Veeam technology (Paperback)
Chris Childerhose
R1,002 Discovery Miles 10 020 Ships in 18 - 22 working days

Gain proficiency in monitoring infrastructure along with focusing on cloud backup and recovery Key Features Explore the 3-2-1 rule of backups in Veeam to keep your data safe Gain in-depth knowledge of NAS backups and Scale-Out Repositories to use in your virtual environment Discover Veeam's monitoring and reporting utility - Veeam ONE - along with Linux and Window's proxy Book DescriptionVeeam is one of the leading modern data protection solutions, and mastering this technology can help you to protect your virtual environments effectively. This book guides you through implementing modern data protection solutions for your cloud and virtual infrastructure with Veeam. You will even gain in-depth knowledge of advanced concepts such as DataLabs, cloud backup and recovery, Instant VM Recovery, and Veeam ONE. This book starts by taking you through Veeam essentials, including installation, best practices, and optimizations for Veeam Backup & Replication. You'll get to grips with the 3-2-1 rule to safeguard data along with understanding how to set up a backup server, proxies, repositories, and more. Later chapters go on to cover a powerful feature of Veeam 10 - NAS backup. As you progress, you'll learn about scale-out Repositories and best practices for creating them. In the concluding chapters, you'll explore the new proxy option available in both Linux and Windows. Finally, you'll discover advanced topics such as DataLabs, cloud backup and recovery, Instant VM Recovery, and Veeam ONE. By the end of this book, you will be equipped with the skills you need to implement Veeam Backup & Replication for your environment and disaster recovery. What you will learn Discover the advanced concepts of Veeam Backup & Replication 10 Master application optimizations based on Veeam best practices Understand how to configure NAS backups and work with repositories and proxies Explore different ways to protect your backups, including object immutability and cloud backup and recovery Discover how DataLabs works Understand how Instant VM Recovery allows you to restore virtual machines Become well versed in Veeam ONE for monitoring and reporting on your environment Who this book is forThis Veeam backup book is for IT professionals who have intermediate to advanced-level knowledge of virtualization as well as backups and backup applications. Anyone who needs a reference guide for learning the advanced features of Veeam Backup & Replication and how they are used, including best practices and optimizations, will also find this book useful.

python for beginners (Paperback): Tony F Charles python for beginners (Paperback)
Tony F Charles
R457 R427 Discovery Miles 4 270 Save R30 (7%) Ships in 18 - 22 working days
Facebook Portal User Manual - The Illustrated Facebook Portal User Guide - Hacks, Tips, Skills & Privacy Issues (Paperback):... Facebook Portal User Manual - The Illustrated Facebook Portal User Guide - Hacks, Tips, Skills & Privacy Issues (Paperback)
Gregory McGuire
R169 Discovery Miles 1 690 Ships in 18 - 22 working days
iPhone 11 User Guide - Complete and Illustrated Manual with Tips and Tricks to Master Your iPhone 11, 11 Pro & 11 Pro Max with... iPhone 11 User Guide - Complete and Illustrated Manual with Tips and Tricks to Master Your iPhone 11, 11 Pro & 11 Pro Max with the iOS 14. For Beginners and New Users (Paperback)
Nobert Young
R334 Discovery Miles 3 340 Ships in 18 - 22 working days
iPhone SE 2020 User Guide - Complete and Illustrated Manual with Tips and Tricks to Master Your iPhone SE Second Generation... iPhone SE 2020 User Guide - Complete and Illustrated Manual with Tips and Tricks to Master Your iPhone SE Second Generation with the iOS 14. For Beginners and New Users (Paperback)
Nobert Young
R311 Discovery Miles 3 110 Ships in 18 - 22 working days
Dimwit iPhone 12 Pro Max Mastering - iPhone 12 Pro Max User Guide for Beginners with Comprehensive Manual to Get Started with... Dimwit iPhone 12 Pro Max Mastering - iPhone 12 Pro Max User Guide for Beginners with Comprehensive Manual to Get Started with Apple Siri Smartphone (Paperback)
Jim Wood
R342 Discovery Miles 3 420 Ships in 18 - 22 working days
Embedded Systems Fundamentals with Arm Cortex-M Based Microcontrollers - A Practical Approach (Paperback, Nucleo-F091RC... Embedded Systems Fundamentals with Arm Cortex-M Based Microcontrollers - A Practical Approach (Paperback, Nucleo-F091RC Edition)
Alexander G Dean
R1,037 Discovery Miles 10 370 Ships in 18 - 22 working days

Give your students an understanding of the most important topics in embedded systems design using a coherent, compelling and hands-on approach.

Now in its 2nd edition, this textbook has been updated on a new development board from STMicroelectronics - the Arm Cortex-M0+ based Nucleo-F091RC. Designed to be used in a one- or two-semester introductory course on embedded systems, the textbook covers fundamental topics including the CPU, interrupt systems, peripherals, serial communication and multi-tasking.

Software examples in this textbook are written in C and the free version of Arm's Keil MDK-ARM integrated development environment is used throughout the materials.

Azure for Architects - Create secure, scalable, high-availability applications on the cloud, 3rd Edition (Paperback, 3rd... Azure for Architects - Create secure, scalable, high-availability applications on the cloud, 3rd Edition (Paperback, 3rd Revised edition)
Ritesh Modi, Jack Lee, Rithin Skaria
R1,419 Discovery Miles 14 190 Ships in 18 - 22 working days

Build and design multiple types of applications that are cross-language, platform, and cost-effective by understanding core Azure principles and foundational concepts Key Features Get familiar with the different design patterns available in Microsoft Azure Develop Azure cloud architecture and a pipeline management system Get to know the security best practices for your Azure deployment Book DescriptionThanks to its support for high availability, scalability, security, performance, and disaster recovery, Azure has been widely adopted to create and deploy different types of application with ease. Updated for the latest developments, this third edition of Azure for Architects helps you get to grips with the core concepts of designing serverless architecture, including containers, Kubernetes deployments, and big data solutions. You'll learn how to architect solutions such as serverless functions, you'll discover deployment patterns for containers and Kubernetes, and you'll explore large-scale big data processing using Spark and Databricks. As you advance, you'll implement DevOps using Azure DevOps, work with intelligent solutions using Azure Cognitive Services, and integrate security, high availability, and scalability into each solution. Finally, you'll delve into Azure security concepts such as OAuth, OpenConnect, and managed identities. By the end of this book, you'll have gained the confidence to design intelligent Azure solutions based on containers and serverless functions. What you will learn Understand the components of the Azure cloud platform Use cloud design patterns Use enterprise security guidelines for your Azure deployment Design and implement serverless and integration solutions Build efficient data solutions on Azure Understand container services on Azure Who this book is forIf you are a cloud architect, DevOps engineer, or a developer looking to learn about the key architectural aspects of the Azure cloud platform, this book is for you. A basic understanding of the Azure cloud platform will help you grasp the concepts covered in this book more effectively.

Hands-On Reactive Programming with Clojure - Create asynchronous, event-based, and concurrent applications, 2nd Edition... Hands-On Reactive Programming with Clojure - Create asynchronous, event-based, and concurrent applications, 2nd Edition (Paperback, 2nd Revised edition)
Konrad Szydlo, Leonardo Borges
R901 Discovery Miles 9 010 Ships in 18 - 22 working days

Learn how to use RxClojure to deal with stateful computations Key Features Leverage the features of Functional Reactive Programming using Clojure Create dataflow-based systems that are the building blocks of Reactive Programming Use different Functional Reactive Programming frameworks, techniques, and patterns to solve real-world problems Book DescriptionReactive Programming is central to many concurrent systems, and can help make the process of developing highly concurrent, event-driven, and asynchronous applications simpler and less error-prone. This book will allow you to explore Reactive Programming in Clojure 1.9 and help you get to grips with some of its new features such as transducers, reader conditionals, additional string functions, direct linking, and socket servers. Hands-On Reactive Programming with Clojure starts by introducing you to Functional Reactive Programming (FRP) and its formulations, as well as showing you how it inspired Compositional Event Systems (CES). It then guides you in understanding Reactive Programming as well as learning how to develop your ability to work with time-varying values thanks to examples of reactive applications implemented in different frameworks. You'll also gain insight into some interesting Reactive design patterns such as the simple component, circuit breaker, request-response, and multiple-master replication. Finally, the book introduces microservices-based architecture in Clojure and closes with examples of unit testing frameworks. By the end of the book, you will have gained all the knowledge you need to create applications using different Reactive Programming approaches. What you will learn Understand how to think in terms of time-varying values and event streams Create, compose, and transform observable sequences using Reactive extensions Build a CES framework from scratch using core.async as its foundation Develop a simple ClojureScript game using Reagi Integrate Om and RxJS in a web application Implement a reactive API in Amazon Web Services (AWS) Discover helpful approaches to backpressure and error handling Get to grips with futures and their applications Who this book is forIf you're interested in using Reactive Programming to build asynchronous and concurrent applications, this is the book for you. Basic knowledge of Clojure programming is necessary to understand the concepts covered in this book.

Mastering Your iPhone 11 Pro - iPhone 11 Pro User Guide for Beginners, New iPhone 11 Pro Users and Seniors (Paperback): Tech... Mastering Your iPhone 11 Pro - iPhone 11 Pro User Guide for Beginners, New iPhone 11 Pro Users and Seniors (Paperback)
Tech Reviewer
R278 Discovery Miles 2 780 Ships in 18 - 22 working days
iPhone 12 User Guide for Seniors - Illustrated Guide with Expert Tips and Tricks to Master your iPhone 12 (Paperback): Nobert... iPhone 12 User Guide for Seniors - Illustrated Guide with Expert Tips and Tricks to Master your iPhone 12 (Paperback)
Nobert Young
R469 Discovery Miles 4 690 Ships in 18 - 22 working days
iPhone 11 User Guide for Seniors - Illustrated Manual with Expert Tips and Tricks to Master Your iPhone 11, 11 Pro & 11 Pro Max... iPhone 11 User Guide for Seniors - Illustrated Manual with Expert Tips and Tricks to Master Your iPhone 11, 11 Pro & 11 Pro Max with the iOS 14 (Paperback)
Nobert Young
R405 Discovery Miles 4 050 Ships in 18 - 22 working days
The ultimate quick guide for speeding up your pc - Go faster! Expert tips for top performances pc (Paperback): Riccardo Ruggiu The ultimate quick guide for speeding up your pc - Go faster! Expert tips for top performances pc (Paperback)
Riccardo Ruggiu
R386 Discovery Miles 3 860 Ships in 18 - 22 working days
iPhone 12 User Guide for Seniors - The Illustrated Step by Step Manual with Tips and Tricks to Master the 2020 iPhone 12, Mini,... iPhone 12 User Guide for Seniors - The Illustrated Step by Step Manual with Tips and Tricks to Master the 2020 iPhone 12, Mini, Pro, and Pro Max (Paperback)
Abraham Bentley
R384 Discovery Miles 3 840 Ships in 18 - 22 working days
iPhone 12 Pro User Guide - The Illustrated Step by Step Guide with Tips and Tricks to Master the iPhone 12 Pro (Paperback):... iPhone 12 Pro User Guide - The Illustrated Step by Step Guide with Tips and Tricks to Master the iPhone 12 Pro (Paperback)
Abraham Bentley
R308 Discovery Miles 3 080 Ships in 18 - 22 working days
Hands-On RTOS with Microcontrollers - Building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools... Hands-On RTOS with Microcontrollers - Building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools (Paperback)
Brian Amos
R1,456 Discovery Miles 14 560 Ships in 18 - 22 working days

Build a strong foundation in designing and implementing real-time systems with the help of practical examples Key Features Get up and running with the fundamentals of RTOS and apply them on STM32 Enhance your programming skills to design and build real-world embedded systems Get to grips with advanced techniques for implementing embedded systems Book DescriptionA real-time operating system (RTOS) is used to develop systems that respond to events within strict timelines. Real-time embedded systems have applications in various industries, from automotive and aerospace through to laboratory test equipment and consumer electronics. These systems provide consistent and reliable timing and are designed to run without intervention for years. This microcontrollers book starts by introducing you to the concept of RTOS and compares some other alternative methods for achieving real-time performance. Once you've understood the fundamentals, such as tasks, queues, mutexes, and semaphores, you'll learn what to look for when selecting a microcontroller and development environment. By working through examples that use an STM32F7 Nucleo board, the STM32CubeIDE, and SEGGER debug tools, including SEGGER J-Link, Ozone, and SystemView, you'll gain an understanding of preemptive scheduling policies and task communication. The book will then help you develop highly efficient low-level drivers and analyze their real-time performance and CPU utilization. Finally, you'll cover tips for troubleshooting and be able to take your new-found skills to the next level. By the end of this book, you'll have built on your embedded system skills and will be able to create real-time systems using microcontrollers and FreeRTOS. What you will learn Understand when to use an RTOS for a project Explore RTOS concepts such as tasks, mutexes, semaphores, and queues Discover different microcontroller units (MCUs) and choose the best one for your project Evaluate and select the best IDE and middleware stack for your project Use professional-grade tools for analyzing and debugging your application Get FreeRTOS-based applications up and running on an STM32 board Who this book is forThis book is for embedded engineers, students, or anyone interested in learning the complete RTOS feature set with embedded devices. A basic understanding of the C programming language and embedded systems or microcontrollers will be helpful.

The Beginner's Guide to iPhone 11 - The Illustrated Manual to Operate Your iPhone 11 (Paperback): Alec Young The Beginner's Guide to iPhone 11 - The Illustrated Manual to Operate Your iPhone 11 (Paperback)
Alec Young
R382 Discovery Miles 3 820 Ships in 18 - 22 working days
The Senior's Guide to iPhone 11 - The Step by Step Manual to Operate Your iPhone 11 (Paperback): Alec Young The Senior's Guide to iPhone 11 - The Step by Step Manual to Operate Your iPhone 11 (Paperback)
Alec Young
R438 Discovery Miles 4 380 Ships in 18 - 22 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Illustrated Series (R) Collection…
David Beskeen Paperback R1,141 R1,067 Discovery Miles 10 670
LibreOffice Writer 4.2
LibreOffice Documentation Team Paperback R847 Discovery Miles 8 470
Dynamics AX - A Guide to Microsoft…
David Weiner Hardcover R1,520 Discovery Miles 15 200
Handbook of SAS (R) DATA Step…
Arthur Li Hardcover R4,641 Discovery Miles 46 410
Microsoft Excel Formulas and Functions…
Paul McFedries Paperback R960 R818 Discovery Miles 8 180
Microsoft (R) Office 2013 - Illustrated…
Lisa Friedrichsen, Carol Cram, … Paperback R1,419 R1,315 Discovery Miles 13 150
DSP-Based Testing of Analog and…
M. Mahoney Paperback R2,328 Discovery Miles 23 280
Exploring Microsoft Office - The…
Kevin Wilson Hardcover R986 Discovery Miles 9 860
Illustrated Microsoft (R)Office 365…
Lisa Friedrichsen, Carol Cram, … Paperback R1,343 R1,247 Discovery Miles 12 470
Microsoft Office Step by Step (Office…
Joan Lambert, Curtis Frye Paperback R812 Discovery Miles 8 120

 

Partners