-
Programming Elixir ≥ 1.6
Bruce Tate is always an interesting sounding board, and his comments on early drafts of the book made a big difference. And I’ve been blessed with an incredible number of active and insightful beta readers who have made literally hundreds of suggestions for improvements. Thank you, all
-
Learning OpenCV 5 Computer Vision with Python
We’re giving you an exclusive preview of this book before it goes on sale. It can take many months to write a book, but our authors have cutting-edge information to share with you today. Early Access gives you an insight into the latest developments by making chapter drafts available. The chapters may be a little rough around the edges right now, but our authors will update them over time.
-
SwiftUI Cookbook
SwiftUI is the modern way to build user interfaces for all Apple platforms. SwiftUI code is easy to read and write because it uses Swift’s declarative programming syntax. The new edition of this comprehensive cookbook includes fully updated content, code samples and a companion GitHub repository for SwiftUI 5, iOS 17, Xcode 15, and Swift 5.9.This book covers the foundations of SwiftUI, as well as the new features of SwiftUI 5 introduced in iOS 17. Particular attention is given to illustrating the interaction between SwiftUI and the rest of an app’s code, such as concurrency with Combine and async/await, persistence with Core Data and Swift Data, and data visualization with Swift Charts.
-
Strategizing Continuous Delivery in the Cloud
Many organizations are embracing cloud technology to remain competitive. Implementing and adopting your software development processes, tools, and techniques while modernizing a cloud-based ecosystem can be challenging. Strategizing Continuous Delivery in the Cloud will help you to understand why you need to modernize continuous delivery, a core component of software development and delivery, and how to drive the convergence of infrastructure and software application deployment in the cloud.
-
Practical MongoDB Aggregations
This book is about the MongoDB aggregation framework. It provides a set of practical, easy-to-digest principles and approaches for increasing your effectiveness in developing aggregation pipelines, supported by examples for building pipelines to solve various data manipulation and analysis tasks.The aggregation framework is a runtime component of MongoDB with an API for client applications. By using the aggregation framework, developers can invoke queries to perform sophisticated transformations, analytics, and computations on the data held directly within the database. MongoDB aggregations help with tasks such as filtering, grouping, sorting, and calculating aggregated values from large datasets without needing to extract and process the data externally.
-
Learning OpenCV 3
This book provides a working guide to the C++ Open Source Computer Vision Library (OpenCV) version 3.x and gives a general background on the field of com‐puter vision sufficient to help readers use OpenCV effectively.
-
Security Orchestration, Automation, and Response for Security Analysts
Hey everyone! In this book, we will cover the topic of Security Orchestration, Automation, and Response (SOAR). SOAR is one of the main tools in Security Operation Centers (SOCs) as it provides a unique set of features that allows you to perform needed steps from incident creation to incident resolution.
-
Learning Chaos Engineering
This is a book for practitioners of the scientific discipline of chaos engineering. Chaos engineering is part of the overall resilience engineering approach and serves the spe‐cific purpose of surfacing evidence of system weaknesses before those weaknesses result in crises such as system outages. If you care about how you, your colleagues, and your entire sociotechnical system collectively practice and respond to threats to your system’s reliability, chaos engineering is for you!
-
Practical Guide to Applied Conformal Prediction in Python
Embark on an insightful journey with “Practical Guide to Applied Conformal Prediction in Python,” your comprehensive guide to mastering uncertainty quantification in machine learning. This book unfolds the complexities of Conformal Prediction, focusing on practical applications that span classification, regression, forecasting, computer vision, and natural language processing. It also delves into sophisticated techniques for addressing imbalanced datasets and multi-class classification challenges, presenting case studies that bridge theory with real-world practice.
-
Modern DevOps Practices
The new and improved Second Edition of this book goes beyond just the fundamentals of DevOps tools and their deployments. It covers practical examples to get you up to speed with containers, infrastructure automation, serverless container services, continuous integration and delivery, automated deployments, deployment pipeline security, and operating your services in production, all using containers and GitOps as a special focus
-
Mastering MongoDB 7.0
Mastering MongoDB 7.0 is a technical guide for developers and database professionals wanting to implement advanced functionalities and master complex database operations in MongoDB. Exploring the latest version of MongoDB, it helps with gaining the skills necessary to create efficient, secure, and high-performing applications using MongoDB.This book is an excellent collection of real-world examples, practical insights, and invaluable tips. It is a comprehensive guide to equip developers with the skills needed to handle the challenges of modern data management, application integration, and security
-
Mastering Elastic Kubernetes Service on AWS
Welcome! This is a handy book on using Elastic Kubernetes Service (EKS) to effortlessly deploy and manage your Kubernetes clusters on AWS. With EKS, running Kubernetes on AWS becomes a breeze as you no longer have to worry about the complexity of managing the underlying infrastructure. Kubernetes (K8s) is one the fastest-growing open source projects in the world and is rapidly becoming the de facto container orchestration platform for cloud-native applications.
-
Mastering Apex Programming
Applications built on the Salesforce platform are now a key part of many organizations’ IT systems,with more complex and integrated solutions being delivered every day. As a Salesforce developer working with Apex, it is important to understand the range and variety of tools at your disposal, how and when to use them, and what the best practices are.This revised second edition includes a complete restructuring and five new chapters filled with detailed content on the latest Salesforce innovations, including integrating with DataWeave in Apex and utilizing Flow and Apex together to build scalable applications with administrators
-
Manjaro Linux User Guide
More than a decade ago, learning Linux was a challenge. It required hundreds of hours reading hardto-digest books and accepting that compared to its counterparts, macOS and Windows, regular user software was not that good. Despite that, it was always known as a rock-solid OS, offering complete user privacy and the ability to build any software
-
Learn LLVM 17
Constructing a compiler is a complex and fascinating task. The LLVM project provides reusable components for your compiler and the LLVM core libraries implement a world-class optimizing code generator, which translates a source language-independent intermediate representation of machine code for all popular CPU architectures. The compilers for many programming languages already take advantage of LLVM technology
-
Learn Java with Projects
This book is more than just a guide; it’s a companion on your journey to master Java. Our goal is to make this journey enjoyable and effective. This book adopts a hands-on approach, combining theoretical concepts with lots of practical exercises and a capstone project. Whether you are a self-learner or part of a formal educational program, the hands-on exercises and capstone project will help solidify your knowledge, making the learning experience engaging and practical.