0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (53)
  • R250 - R500 (159)
  • R500+ (980)
  • -
Status
Format
Author / Contributor
Publisher

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

CCNA - The Ultimate Beginner's Guide: Cisco Certified Network Associate for Beginners (Paperback): Michaelle Conrrede CCNA - The Ultimate Beginner's Guide: Cisco Certified Network Associate for Beginners (Paperback)
Michaelle Conrrede
R441 Discovery Miles 4 410 Ships in 10 - 15 working days
Senior's Guide to the Samsung Galaxy Note 20 and Note 20 Ultra - Illustrated Manual with Expert Tips and Tricks to Master... Senior's Guide to the Samsung Galaxy Note 20 and Note 20 Ultra - Illustrated Manual with Expert Tips and Tricks to Master Your New Samsung Galaxy Note 20 Series (Paperback)
Nobert Young
R415 Discovery Miles 4 150 Ships in 10 - 15 working days
The iPhone SE 2020 - Having spent less, know more!!! Know your phone in just one read. A user guide for the New iPhone SE 2020.... The iPhone SE 2020 - Having spent less, know more!!! Know your phone in just one read. A user guide for the New iPhone SE 2020. (Paperback)
Brandon P Martin
R340 Discovery Miles 3 400 Ships in 10 - 15 working days
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
R972 Discovery Miles 9 720 Ships in 10 - 15 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.

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,533 Discovery Miles 15 330 Ships in 10 - 15 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.

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
R302 Discovery Miles 3 020 Ships in 10 - 15 working days
Docker - Docker for the Absolute Beginner (Paperback): Christian Leornardo Docker - Docker for the Absolute Beginner (Paperback)
Christian Leornardo
R389 Discovery Miles 3 890 Ships in 10 - 15 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,574 Discovery Miles 15 740 Ships in 10 - 15 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.

Mastering Blockchain Programming with Solidity - Write production-ready smart contracts for Ethereum blockchain with Solidity... Mastering Blockchain Programming with Solidity - Write production-ready smart contracts for Ethereum blockchain with Solidity (Paperback)
Jitendra Chittoda
R1,234 Discovery Miles 12 340 Ships in 10 - 15 working days

Discover the advanced features of Solidity that will help you write high-quality code and develop secure smart contracts with the latest ERC standards Key Features Delve into Solidity and understand control structures, function calls, and variable scopes Explore tools for developing, testing, and debugging your blockchain applications Learn advanced design patterns and best practices for writing secure smart contracts Book DescriptionSolidity is among the most popular and contract-oriented programming languages used for writing decentralized applications (DApps) on Ethereum blockchain. If you're looking to perfect your skills in writing professional-grade smart contracts using Solidity, this book can help. You will get started with a detailed introduction to blockchain, smart contracts, and Ethereum, while also gaining useful insights into the Solidity programming language. A dedicated section will then take you through the different Ethereum Request for Comments (ERC) standards, including ERC-20, ERC-223, and ERC-721, and demonstrate how you can choose among these standards while writing smart contracts. As you approach later chapters, you will cover the different smart contracts available for use in libraries such as OpenZeppelin. You'll also learn to use different open source tools to test, review and improve the quality of your code and make it production-ready. Toward the end of this book, you'll get to grips with techniques such as adding security to smart contracts, and gain insights into various security considerations. By the end of this book, you will have the skills you need to write secure, production-ready smart contracts in Solidity from scratch for decentralized applications on Ethereum blockchain. What you will learn Test and debug smart contracts with Truffle, Ganache, Remix, and MetaMask Gain insights into maintaining code quality with different tools Get up to speed with ERC standards such as ERC-20 and ERC-721 Become adept at using design patterns while writing smart contracts Use MultiSignature (MultiSig) wallets and improve the security of contracts Use Oracle services to fetch information from outside the blockchain Who this book is forThis book is for developers and data scientists who want to learn Ethereum, blockchain, and Solidity to write smart contracts and develop production-ready code. Basic knowledge of Solidity is assumed.

Introducing Microsoft SQL Server 2019 - Reliability, scalability, and security both on premises and in the cloud (Paperback):... Introducing Microsoft SQL Server 2019 - Reliability, scalability, and security both on premises and in the cloud (Paperback)
Kellyn Gorman, Allan Hirt, Dave Noderer, Mitchell Pearson, James Rowland-Jones, …
R972 Discovery Miles 9 720 Ships in 10 - 15 working days

Explore the impressive storage and analytic tools available with the in-cloud and on-premises versions of Microsoft SQL Server 2019. Key Features Gain insights into what's new in SQL Server 2019 Understand use cases and customer scenarios that can be implemented with SQL Server 2019 Discover new cross-platform tools that simplify management and analysis Book DescriptionMicrosoft SQL Server comes equipped with industry-leading features and the best online transaction processing capabilities. If you are looking to work with data processing and management, getting up to speed with Microsoft Server 2019 is key. Introducing SQL Server 2019 takes you through the latest features in SQL Server 2019 and their importance. You will learn to unlock faster querying speeds and understand how to leverage the new and improved security features to build robust data management solutions. Further chapters will assist you with integrating, managing, and analyzing all data, including relational, NoSQL, and unstructured big data using SQL Server 2019. Dedicated sections in the book will also demonstrate how you can use SQL Server 2019 to leverage data processing platforms, such as Apache Hadoop and Spark, and containerization technologies like Docker and Kubernetes to control your data and efficiently monitor it. By the end of this book, you'll be well versed with all the features of Microsoft SQL Server 2019 and understand how to use them confidently to build robust data management solutions. What you will learn Build a custom container image with a Dockerfile Deploy and run the SQL Server 2019 container image Understand how to use SQL server on Linux Migrate existing paginated reports to Power BI Report Server Learn to query Hadoop Distributed File System (HDFS) data using Azure Data Studio Understand the benefits of In-Memory OLTP Who this book is forThis book is for database administrators, architects, big data engineers, or anyone who has experience with SQL Server and wants to explore and implement the new features in SQL Server 2019. Basic working knowledge of SQL Server and relational database management system (RDBMS) is required.

MicroPython Projects - A do-it-yourself guide for embedded developers to build a range of applications using Python... MicroPython Projects - A do-it-yourself guide for embedded developers to build a range of applications using Python (Paperback)
Jacob Beningo
R1,174 Discovery Miles 11 740 Ships in 10 - 15 working days

Explore MicroPython through a series of hands-on projects and learn to design and build your own embedded systems using the MicroPython Pyboard, ESP32, the STM32 IoT Discovery kit, and the OpenMV camera module. Key Features Delve into MicroPython Kernel and learn to make modifications that will enhance your embedded applications Design and implement drivers to interact with a variety of sensors and devices Build low-cost projects such as DIY automation and object detection with machine learning Book DescriptionWith the increasing complexity of embedded systems seen over the past few years, developers are looking for ways to manage them easily by solving problems without spending a lot of time on finding supported peripherals. MicroPython is an efficient and lean implementation of the Python 3 programming language, which is optimized to run on microcontrollers. MicroPython Projects will guide you in building and managing your embedded systems with ease. This book is a comprehensive project-based guide that will help you build a wide range of projects and give you the confidence to design complex projects spanning new areas of technology such as electronic applications, automation devices, and IoT applications. While building seven engaging projects, you'll learn how to enable devices to communicate with each other, access and control devices over a TCP/IP socket, and store and retrieve data. The complexity will increase progressively as you work on different projects, covering areas such as driver design, sensor interfacing, and MicroPython kernel customization. By the end of this MicroPython book, you'll be able to develop industry-standard embedded systems and keep up with the evolution of the Internet of Things. What you will learn Develop embedded systems using MicroPython Build a custom debugging tool to visualize sensor data in real-time Detect objects using machine learning and MicroPython Discover how to minimize project costs and reduce development time Get to grips with gesture operations and parsing gesture data Learn how to customize and deploy the MicroPython kernel Explore the techniques for scheduling application tasks and activities Who this book is forIf you are an embedded developer or hobbyist looking to build interesting projects using MicroPython, this book is for you. A basic understanding of electronics and Python is required while some MicroPython experience will be helpful.

Amazon Echo Dot - The Ultimate User Guide to Amazon Echo Dot for Beginners and Advanced Users (Amazon Echo Dot, user manual,... Amazon Echo Dot - The Ultimate User Guide to Amazon Echo Dot for Beginners and Advanced Users (Amazon Echo Dot, user manual, step-by-step guide, Amazon Alexa, smart device) (Paperback)
John Edwards, Andrew Howard
R498 Discovery Miles 4 980 Ships in 10 - 15 working days
Raspberry Pi Technology (Paperback): Simon J Cox, Steven J Johnston Raspberry Pi Technology (Paperback)
Simon J Cox, Steven J Johnston
R1,899 R1,625 Discovery Miles 16 250 Save R274 (14%) Ships in 10 - 15 working days
IoT and Edge Computing for Architects - Implementing edge and IoT systems from sensors to clouds with communication systems,... IoT and Edge Computing for Architects - Implementing edge and IoT systems from sensors to clouds with communication systems, analytics, and security, 2nd Edition (Paperback, 2nd Revised edition)
Perry Lea
R1,616 Discovery Miles 16 160 Ships in 10 - 15 working days

Learn to design, implement, and secure your IoT infrastructure. Revised and expanded for edge computing. Key Features Build a complete IoT system that's the best fit for your organization Learn about different concepts, tech, and trade-offs in the IoT architectural stack Understand the theory and implementation of each element that comprises IoT design Book DescriptionIndustries are embracing IoT technologies to improve operational expenses, product life, and people's well-being. An architectural guide is needed if you want to traverse the spectrum of technologies needed to build a successful IoT system, whether that's a single device or millions of IoT devices. IoT and Edge Computing for Architects, Second Edition encompasses the entire spectrum of IoT solutions, from IoT sensors to the cloud. It examines modern sensor systems, focusing on their power and functionality. It also looks at communication theory, paying close attention to near-range PAN, including the new Bluetooth (R) 5.0 specification and mesh networks. Then, the book explores IP-based communication in LAN and WAN, including 802.11ah, 5G LTE cellular, Sigfox, and LoRaWAN. It also explains edge computing, routing and gateways, and their role in fog computing, as well as the messaging protocols of MQTT 5.0 and CoAP. With the data now in internet form, you'll get an understanding of cloud and fog architectures, including the OpenFog standards. The book wraps up the analytics portion with the application of statistical analysis, complex event processing, and deep learning models. The book then concludes by providing a holistic view of IoT security, cryptography, and shell security in addition to software-defined perimeters and blockchains. What you will learn Understand the role and scope of architecting a successful IoT deployment Scan the landscape of IoT technologies, from sensors to the cloud and more See the trade-offs in choices of protocols and communications in IoT deployments Become familiar with the terminology needed to work in the IoT space Broaden your skills in the multiple engineering domains necessary for the IoT architect Implement best practices to ensure reliability, scalability, and security in your IoT infrastructure Who this book is forThis book is for architects, system designers, technologists, and technology managers who want to understand the IoT ecosphere, technologies, and trade-offs, and develop a 50,000-foot view of IoT architecture. An understanding of the architectural side of IoT is necessary.

Mastering Arduino - A project-based approach to electronics, circuits, and programming (Paperback): Jon Hoffman Mastering Arduino - A project-based approach to electronics, circuits, and programming (Paperback)
Jon Hoffman
R1,177 Discovery Miles 11 770 Ships in 10 - 15 working days

Mastering Arduino is a practical, no-nonsense guide that will teach you the electronics and programming skills that you need to create advanced Arduino projects. Key Features Covers enough electronics and code for users at any level Includes complete circuit diagrams for all projects Final robot project combines knowledge from all the chapters Book DescriptionMastering Arduino is an all-in-one guide to getting the most out of your Arduino. This practical, no-nonsense guide teaches you all of the electronics and programming skills that you need to create advanced Arduino projects. This book is packed full of real-world projects for you to practice on, bringing all of the knowledge in the book together and giving you the skills to build your own robot from the examples in this book. The final two chapters discuss wireless technologies and how they can be used in your projects. The book begins with the basics of electronics, making sure that you understand components, circuits, and prototyping before moving on. It then performs the same function for code, getting you into the Arduino IDE and showing you how to connect the Arduino to a computer and run simple projects on your Arduino. Once the basics are out of the way, the next 10 chapters of the book focus on small projects centered around particular components, such as LCD displays, stepper motors, or voice synthesizers. Each of these chapters will get you familiar with the technology involved, how to build with it, how to program it, and how it can be used in your own projects. What you will learn Explains the basics of electronics and circuits along with the Arduino IDE and basic C operations Use sensors to build a mini weather station Control LEDs using code Power a robot arm using stepper motors Remotely control your Arduino using RF, Bluetooth LE, and Bluetooth Classic Make a sound tone generator with buttons Who this book is forMastering Arduino is for anybody who wants to experiment with an Arduino board and build simple projects. No prior knowledge is required, as the fundamentals of electronics and coding are covered in this book as well as advance projects.

Build your own Computer - An illustrated guide (Paperback, Fourth Edition: Fully Revised, Corrected, and Updated ed.): Hugh... Build your own Computer - An illustrated guide (Paperback, Fourth Edition: Fully Revised, Corrected, and Updated ed.)
Hugh Pittman
R813 Discovery Miles 8 130 Ships in 10 - 15 working days
3 Things You Need to Make $1000 Monthly (Paperback): Bassey Jimmy 3 Things You Need to Make $1000 Monthly (Paperback)
Bassey Jimmy
R531 Discovery Miles 5 310 Ships in 10 - 15 working days
Beginner's Guide to iPadOS - Updated Tips and Tricks to Operate Your iPad on iPadOS 13 and iOS 13 For Seniors and New iPad... Beginner's Guide to iPadOS - Updated Tips and Tricks to Operate Your iPad on iPadOS 13 and iOS 13 For Seniors and New iPad Users (Paperback)
Tech Reviewer
R326 Discovery Miles 3 260 Ships in 10 - 15 working days
Samsung Galaxy Note 10 and Note 10 Plus User's Guide - The Beginner's Manual to Master Your Galaxy Note 10/10+ with... Samsung Galaxy Note 10 and Note 10 Plus User's Guide - The Beginner's Manual to Master Your Galaxy Note 10/10+ with Tips and Tricks (Paperback)
Tech Reviewer
R325 Discovery Miles 3 250 Ships in 10 - 15 working days
Apple TV 4k - HD User Guide - Complete Tips and Tricks to Operate Your Apple TV Like A Pro Using Siri Remote (Bonus: List of... Apple TV 4k - HD User Guide - Complete Tips and Tricks to Operate Your Apple TV Like A Pro Using Siri Remote (Bonus: List of Siri Commands) (Paperback)
Tech Reviewer
R287 Discovery Miles 2 870 Ships in 10 - 15 working days
Senior's Guide Book to the Samsung Galaxy S20, Plus and Ultra - Master Your Device with Expert Tips and Tricks... Senior's Guide Book to the Samsung Galaxy S20, Plus and Ultra - Master Your Device with Expert Tips and Tricks (Paperback)
Nobert Young
R400 Discovery Miles 4 000 Ships in 10 - 15 working days
Learn AWS Serverless Computing - A beginner's guide to using AWS Lambda, Amazon API Gateway, and services from Amazon Web... Learn AWS Serverless Computing - A beginner's guide to using AWS Lambda, Amazon API Gateway, and services from Amazon Web Services (Paperback)
Scott Patterson
R1,181 Discovery Miles 11 810 Ships in 10 - 15 working days

Build, deploy, test, and run cloud-native serverless applications using AWS Lambda and other popular AWS services Key Features Learn how to write, run, and deploy serverless applications in Amazon Web Services Make the most of AWS Lambda functions to build scalable and cost-efficient systems Build and deploy serverless applications with Amazon API Gateway and AWS Lambda functions Book DescriptionServerless computing is a way to run your code without having to provision or manage servers. Amazon Web Services provides serverless services that you can use to build and deploy cloud-native applications. Starting with the basics of AWS Lambda, this book takes you through combining Lambda with other services from AWS, such as Amazon API Gateway, Amazon DynamoDB, and Amazon Step Functions. You'll learn how to write, run, and test Lambda functions using examples in Node.js, Java, Python, and C# before you move on to developing and deploying serverless APIs efficiently using the Serverless Framework. In the concluding chapters, you'll discover tips and best practices for leveraging Serverless Framework to increase your development productivity. By the end of this book, you'll have become well-versed in building, securing, and running serverless applications using Amazon API Gateway and AWS Lambda without having to manage any servers. What you will learn Understand the core concepts of serverless computing in AWS Create your own AWS Lambda functions and build serverless APIs using Amazon API Gateway Explore best practices for developing serverless applications at scale using Serverless Framework Discover the DevOps patterns in a modern CI/CD pipeline with AWS CodePipeline Build serverless data processing jobs to extract, transform, and load data Enforce resource tagging policies with continuous compliance and AWS Config Create chatbots with natural language understanding to perform automated tasks Who this book is forThis AWS book is for cloud architects and developers who want to build and deploy serverless applications using AWS Lambda. A basic understanding of AWS is required to get the most out of this book.

Robot Operating System Cookbook - Over 70 recipes to help you master advanced ROS concepts (Paperback): Kumar Bipin Robot Operating System Cookbook - Over 70 recipes to help you master advanced ROS concepts (Paperback)
Kumar Bipin
R1,335 Discovery Miles 13 350 Ships in 10 - 15 working days

Leverage the power of ROS to build exciting collaborative robots. Key Features Delve into an open source, meta-operating system for your robot Get acquainted with tools and libraries for building and running code on multiple platforms Use Gazebo to model your robot and create a virtual environment Book DescriptionThis book will leverage the power of ROS with an introduction to its core and advanced concepts through exciting recipes. You will get acquainted with the use of different synchronous and asynchronous communication methods, including messages, services, and actions. You will learn how to use the various debugging and visualization tools used in development and how to interface sensors and actuators with the ROS framework. Firstly, you will get to grips with ROS simulation frameworks, such as Gazebo and RotorS for modeling and simulating any physical robot and virtual environment. You will also cover mobile robotics, micro-aerial vehicles, and robotic arms, which are the leading branches of robotic applications. Robot Operating System Cookbook will also guide you in the development of an autonomous navigation framework for both mobile robots and micro-aerial vehicles. Finally, you will explore ROS-Industrial, an open source project that extends the advanced capabilities of ROS software to manufacturing industries. What you will learn Explore advanced concepts, such as ROS pluginlib, nodelets, and actionlib Work with ROS visualization, profiling, and debugging tools Gain experience in robot modeling and simulation using Gazebo Understand the ROS Navigation Stack for mobile robots Configure a MoveIt! package for a manipulator robot Develop an autonomous navigation framework for MAV using ORB SLAM and MoveIt Integrate sensors, actuators, and robots into the ROS ecosystem Get acquainted with the ROS-Industrial package with hardware support, capabilities, and applications Who this book is forIf you're a researcher or engineer with an interest in the problems, solutions, and future research issues that you may encounter in the development of robotic applications, this book is for you. Basic knowledge of C++ and Python programming with the GNU/Linux environment is strongly recommended to assist with understanding the key concepts covered in the book.

Mastering Azure Serverless Computing - A practical guide to building and deploying enterprise-grade serverless applications... Mastering Azure Serverless Computing - A practical guide to building and deploying enterprise-grade serverless applications using Azure Functions (Paperback)
Lorenzo Barbieri, Massimo Bonanni
R1,176 Discovery Miles 11 760 Ships in 10 - 15 working days

Become an expert in implementing Azure Functions to work seamlessly with your serverless applications Key Features Develop scalable, robust multi-tier apps without worrying about infrastructure needs Deploy and manage cost-effective and highly available serverless apps using Azure Functions Accelerate enterprise-level application development by seamlessly integrating different cloud services with Azure Functions Book DescriptionApplication development has evolved from traditional monolithic app development to using serverless options and microservices. This book is designed to guide you through using Microsoft's Azure Functions to process data, integrate systems, and build simple APIs and microservices. You will discover how to apply serverless computing to speed up deployment and reduce downtime. You'll also explore Azure Functions, including its core functionalities and essential tools, along with understanding how to debug and even customize Azure Functions. In addition to this, the book will take you through how you can effectively implement DevOps and automation in your working environment. Toward the concluding chapters, you'll cover some quick tips, troubleshooting techniques, and real-world serverless use cases that will help you make the most of serverless computing. By the end of this book, you will have gained the skills you need to develop and deliver cost-effective Azure serverless solutions. What you will learn Create and deploy advanced Azure Functions Learn to extend the runtime of Azure Functions Orchestrate your logic through code or a visual workflow Add caching, security, routing, and filtering to your APIs Use serverless technologies in real-world scenarios Understand how to apply DevOps and automation to your working environment Who this book is forThis book is designed for cloud administrators, architects, and developers interested in building scalable systems and deploying serverless applications with Azure Functions. Prior knowledge of core Microsoft Azure services and Azure Functions is necessary to understand the topics covered in this book.

The The SQL Workshop - Learn to create, manipulate and secure data and manage relational databases with SQL (Paperback): Frank... The The SQL Workshop - Learn to create, manipulate and secure data and manage relational databases with SQL (Paperback)
Frank Solomon, Prashanth Jayaram, Awni Al Saqqa
R909 Discovery Miles 9 090 Ships in 10 - 15 working days

Get to grips with SQL fundamentals and learn how to efficiently create, read and update information stored in databases Key Features Understand the features and syntax of SQL and use them to query databases Learn how to create databases and tables and manipulate the data within them Create advanced queries and apply them on realistic databases with hands-on activities Book DescriptionMany software applications are backed by powerful relational database systems, meaning that the skills to be able to maintain a SQL database and reliably retrieve data are in high demand. With its simple syntax and effective data manipulation capabilities, SQL enables you to manage relational databases with ease. The SQL Workshop will help you progress from basic to advanced-level SQL queries in order to create and manage databases successfully. This Workshop begins with an introduction to basic CRUD commands and gives you an overview of the different data types in SQL. You'll use commands for narrowing down the search results within a database and learn about data retrieval from single and multiple tables in a single query. As you advance, you'll use aggregate functions to perform calculations on a set of values, and implement process automation using stored procedures, functions, and triggers. Finally, you'll secure your database against potential threats and use access control to keep your data safe. Throughout this Workshop, you'll use your skills on a realistic database for an online shop, preparing you for solving data problems in the real world. By the end of this book, you'll have built the knowledge, skills and confidence to creatively solve real-world data problems with SQL. What you will learn Create databases and insert data into them Use SQL queries to create, read, update, and delete data Maintain data integrity and consistency through normalization Customize your basic SQL queries to get the desired output Refine your database search using the WHERE and HAVING clauses Use joins to fetch data from multiple tables and create custom reports Improve web application performance by automating processes Secure a database with GRANT and REVOKE privileges Who this book is forThis Workshop is suitable for anyone who wants to learn how to use SQL to work with databases. No prior SQL or database experience is necessary. Whether you're an aspiring software developer, database engineer, data scientist, or systems administrator, this Workshop will quickly get you up and running.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Spectrophotometry, Volume 46 - Accurate…
Thomas Germer, Joanne C. Zwinkels, … Hardcover R4,271 Discovery Miles 42 710
Transparency in Biology - Making the…
Kohei Soga, Masakazu Umezawa, … Hardcover R3,899 Discovery Miles 38 990
UV-Visible Spectrophotometry of Waters…
Olivier Thomas, Christopher Burgess Paperback R5,521 Discovery Miles 55 210
Algorithms for Next-Generation…
Mourad Elloumi Hardcover R4,725 Discovery Miles 47 250
Soil Plant Water Analysis - Theory and…
D.K. Sarkar Hardcover R5,878 R4,865 Discovery Miles 48 650
Assessing Transformation Products of…
Joerg E. Drewes, Thomas Letzel Hardcover R5,138 Discovery Miles 51 380
Aggregation-Induced Emission: Materials…
Michiya Fujiki, bin Liu, … Hardcover R5,143 Discovery Miles 51 430
Double Resonance Spectroscopy as a…
Moi Leong Hardcover R2,235 Discovery Miles 22 350
Algorithms as a Basis of Modern Applied…
Sarka Hoskova-Mayerova, Cristina Flaut, … Hardcover R5,643 Discovery Miles 56 430
Illustrated Computational Intelligence…
Priti Srinivas Sajja Hardcover R4,118 Discovery Miles 41 180

 

Partners