Große Auswahl an günstigen Büchern
Schnelle Lieferung per Post und DHL

Bücher veröffentlicht von Packt Publishing Limited

Filter
Filter
Ordnen nachSortieren Beliebt
  • - Build, run and orchestrate serverless applications using AWS Lambda, Microsoft Azure Functions, and Google Cloud Functions
    von Kuldeep Chowhan
    62,00 €

    Serverless applications and architectures are gaining momentum and are increasingly being used by companies of all sizes to solve the problems of developers. This book teaches you how to quickly and securely develop applications without the hassle of configuring and maintaining infrastructure on three public cloud platforms.

  • - A practitioner's guide to securing connected industries
    von Sravani Bhattacharjee
    57,00 €

    This book provides you with a comprehensive understanding of Industrial IoT security; and practical methodologies to implement safe, resilient cyber-physical systems. It will help you develop a strong foundation and deeper insights on the entire gamut of securing connected industries, from the edge to the cloud.

  • - A beginner's guide to combining the power of machine learning algorithms using ensemble techniques
    von Prabhanjan Narayanachar Tattar
    64,00 €

    This book introduces you to the concept of ensemble learning and demonstrates how different machine learning algorithms can be combined to build efficient machine learning models. Use R to implement the popular trilogy of ensemble techniques, i.e. bagging, random forest and boosting, to build faster and more accurate machine learning models.

  • - Over 80 recipes that streamline deep learning in a distributed environment with Apache Spark
    von Amrith Ravindra & Ahmed Sherif
    68,00 €

    Apache Spark Deep Learning Cookbook presents useful tips and tricks to overcome any problem related to building efficient distributed deep learning applications on Apache Spark. With the help of this book, you will leverage powerful deep learning libraries such as TensorFlow to develop your models and ensure their optimum performance.

  • von Clement Nedelcu
    61,00 €

  • - Build modern, responsive cross-platform desktop applications with Qt, C++, and QML
    von Nicholas Sherriff
    63,00 €

    Qt is a mature and powerful framework for delivering sophisticated applications across a multitude of platforms. It has a rich history in the Linux world, is widely used in embedded devices and has made great strides in the Mobile arena over the past few years. However, in the Microsoft Windows and Apple Mac OS X worlds, the dominance of ...

  • - Practical architectural patterns for building modern, distributed cloud-native systems
    von John Gilbert
    63,00 €

    Build systems that leverage the benefits of the cloud faster than ever before with cloud-native development. This book focuses on patterns for building highly scalable cloud-native systems. You will learn how the combination of cloud, reactive principles, devops, and automation enable teams to continuously deliver innovation with confidence.

  • - Extract insightful information from images using TensorFlow, Keras, and OpenCV
    von Abhinav Dadhich
    50,00 €

    Computer Vision is a broadly used term associated with acquiring, processing, and analyzing images. This book will show you how you can perform various Computer Vision techniques in the most practical way possible. Right from capturing images from various sources, you will learn how to perform image filtering/manipulation and detect features ...

  • - Over 90 proven recipes to get you scraping with Python, microservices, Docker, and AWS
    von Michael Heydt
    59,00 €

    Python Web Scraping Cookbook is a solution-focused book that will teach you techniques to develop high-performance Scrapers, and deal with cookies, hidden form fields, Ajax-based sites, proxies, and more. By the end of this book, you will be able to scrape websites more efficiently with more accurate data, and how to package, deploy and ...

  • - Sharpen your problem solving skills by learning core computer science concepts in a pain-free manner
    von James Cutajar
    36,00 €

    Learning about data structures and algorithms gives you a better insight on how to solve common programming problems. Most of the problems faced everyday by programmers have been solved, tried, and tested. By knowing how these solutions work, you can ensure that you choose the right tool when you face these problems. This book teaches you ...

  • - Architect, deploy, and operate enterprise-grade firewalls
    von Manuj Aggarwal
    42,00 €

    pfSense is the world's most trusted open source network security solution. In this book, you'll learn about pfSense, all of its key features, how you can install and deploy it, as well as the different tasks you can perform.

  • - Build dashboards and visualizations to make your data come to life
    von Brian Knight, Devin Knight, Mitchell Pearson & usw.
    67,00 €

    Microsoft Power BI is a cloud-based service that helps you easily visualize and share insights from your organization's data. This book will get you started with Business Intelligence using the Power BI tool, covering essential concepts like installation, building basic dashboards and visualizations to make your data come to life.

  • - Ensure continuous security, deployment, and delivery with DevSecOps
    von Tony Hsiang-Chih Hsu
    61,00 €

    Hands-On Security in DevOps explores how the techniques of DevOps and Security should be applied together to make cloud services safer. By the end of this book, readers will be ready to build security controls at all layers, monitor and respond to attacks on cloud services, and add security organization-wide through risk management and training.

  • - Deploy, build, manage, and migrate applications with OpenShift Origin 3.9
    von Denis Zuev, Aleksey Usov & Artemii Kropachev
    57,00 €

    These days, containers and container management are two of the most important software delivery technologies. This book gives you knowledge and hands-on experience to design, build, and operate OpenShift Origin and its underlying software and services not only in the lab, but in production environments as well.

  • - Build four immersive and fun AR applications using ARKit, ARCore, and Vuforia
    von Jesse Glover
    63,00 €

    Augmented Reality offers the magical effect of blending the physical world with the virtual world. On the other hand, Unity is now the leading platform to develop augmented reality experiences since it provides a great pipeline to work with 3D assets. This book will educate you about the specifics of augmented reality development in Unity 2018.

  • - Build highly scalable cloud solutions with the power of Google Cloud Platform
    von Ted Hunter
    62,00 €

    The Google Cloud Platform provides auto-scaling compute power and distributed in-memory cache, task queues and data stores to write, build, and deploy Cloud-hosted applications. This book will help you to learn how to integrate the various services to build optimal solutions for your unique business needs using Google Cloud Platform.

  • - Build and deploy serverless applications on AWS using Zappa
    von Abdulwahid Abdulhaque Barguzar
    58,00 €

    Serverless applications are quite popular, not just because they save developers the trouble of managing servers, but also because they provide several other benefits such as cutting heavy costs and improving the overall performance of the application. This book will teach you the fundamentals of creating efficient serverless applications

  • - Build highly efficient and robust applications
    von Miguel Angel Castiblanco Torres
    64,00 €

    The requirements of modern day applications are scalability, speed and making the most use of hardware. Kotlin provides immense support for concurrency. This book addresses the challenges for the design and implementation of concurrent code and shows you how to write lock-free concurrent code taking advantage of Kotlin's concurrency support.

  • - Leverage the power of Unity 2018 to build elements of an RPG., 2nd Edition
    von Vahe Karamian
    64,00 €

    Unity is one of the most cutting-edge game engines in the world. This comprehensive guide on building some core features of an RPG with Unity teaches you techniques used in developing modern games. The book will mainly focus on the strategy, planning and the implementation of the code. By the end of the book, you will be able to build upon the ...

  • - Build and scale concurrent, distributed, and fault-tolerant applications
    von Daniel Caixinha & André Albuquerque
    63,00 €

    Running concurrent, fault-tolerant applications that scale is a very demanding responsibility. This book will help you by not only going into detail on several aspects of how Elixir works, but also, and more importantly, will guide you along the way with concrete examples of how to apply the concepts learned to a full-fledged application.

  • - Unleash Kali Linux, PowerShell, and Windows debugging tools for security testing and analysis
    von Phil Bramwell
    64,00 €

    Penetration testing is highly competitive, and it's easy to get stuck in the same routine client after client. This book will provide hands-on experience with penetration testing while guiding you through behind-the-scenes action along the way.

  • - Techniques in healthcare computing using machine learning and Python
    von Vikas (Vik) Kumar
    55,00 €

    Machine learning and analytics have been widely utilized across the healthcare sector of late. This book will bridge the gap between practicing doctors and you as a data scientist. You will learn how to work with healthcare data and gain better insight from this data to improve healthcare outcomes.

  • - Over 75 recipes to perform interactive computing across Python, R, Scala, Spark, JavaScript, and more
    von Dan Toomey
    55,00 €

    Jupyter has garnered a strong interest in the data science community of late, as it makes common data processing and analysis tasks much simpler. This book is for data science professionals who want to master various tasks related to Jupyter to create efficient, easy-to-share applications related to data analysis and visualization.

  • - Build end-to-end IoT solutions using popular IoT platforms
    von Arvind Ravulavaru
    52,00 €

    Internet of Things is today and now. This "hand" book covers almost all the bare essential knowledge that is needed for an architect or a developer to build IoT solution. Right from understanding what IoT is and exploring various off of the shelf IoT platforms, this book has it all. This book also covers Machine Learning IoT at a basic level ...

  • - Learn the art of human hacking with an internationally renowned expert
    von Dr. Erdal Ozkaya
    59,00 €

    This book will equip you with a holistic understanding of 'social engineering'. It will help you to avoid and combat social engineering attacks by giving you a detailed insight into how a social engineer operates. The book covers topics from baiting, phishing, and spear phishing, to pretexting and scareware.

  • - Master essential cutting-edge tools, such as create-react-app, Jest, and Flow
    von Adam Boduch
    64,00 €

    React 16 Tooling covers the most important tools, utilities, and libraries that every React developer needs to know - in detail. These will make your development life simpler and happier, enabling you to create better and more performant apps.

  • - Leverage the power of Raspberry Pi 3 and JavaScript to build exciting IoT projects
    von Maneesh Rao
    39,00 €

    Internet of Things (IoT) is currently a growing trend in the technology space, and Raspberry Pi is the perfect board to get started with building IoT projects. Applications of IoT are the basis of smart homes and when scaled up, we can drive smart cities and achieve manufacturing automation. This book covers many powerful features of ...

  • - Learn to create robust RESTful web services with Node.js, MongoDB, and Express.js, 3rd Edition
    von Valentin Bojinov
    42,00 €

    RESTful services have become the standard data feed providers for social services, news feeds, and mobiles. If you want to build fast REST APIs and want to deliver a large amount of data to millions of users, you'll find this book extremely useful. This book will teach you to create scalable RESTful applications based on the Node.js platform.

  • - Recipes to create cutting-edge, real-time hybrid mobile apps with Ionic, 3rd Edition
    von Indermohan Singh
    62,00 €

    Ionic has been a preferred choice for JavaScript developers to develop real time hybrid applications. This book will get you started with Ionic 3.9 and help you create Angular 5 components that interact with templates. Get the best out of Ionic through dedicated recipes which will solve issues related to it.

  • - Learn computer network essentials and enhance your networking skills by obtaining the CCENT certification
    von Bekim Dauti
    45,00 €

    CCENT is the entry-level certification for those looking to venture into the networking world. This book is designed to help you prepare for the ICND Part 1 (100 - 105) exam, thus obtaining the CCENT certification. Apart from learning computer network essentials, you will be able to enhance your networking skills by learning switching and ...

Willkommen bei den Tales Buchfreunden und -freundinnen

Jetzt zum Newsletter anmelden und tolle Angebote und Anregungen für Ihre nächste Lektüre erhalten.