Mostrando 841 - 860 Resultados de 1,169 Para Buscar '"Git"', tiempo de consulta: 0.11s Limitar resultados
  1. 841
    Publicado 2024
    Tabla de Contenidos: “…-- Managing Fabric capacities -- Managing Spark job configurations -- Starter pools -- Custom Spark pools -- Spark runtime -- High concurrency -- Automatically tracking machine learning experiments and models -- Spark properties/configuration -- Library management -- Auto-tune -- Spark utility (MSSparkUtils) -- Summary -- Part 4: Security and Developer Experience -- Chapter 9: Security and Governance Overview -- Securing the Microsoft Fabric platform -- Guest users -- Conditional access -- Securing Microsoft Fabric workspaces and items -- Workspace-level permissions -- Item-level permissions -- Understanding governance and compliance in Microsoft Fabric -- Domains -- Microsoft Purview -- Summary -- Chapter 10: Continuous Integration and Continuous Deployment (CI/CD) -- Technical requirements -- Understanding the end-to-end flow -- Connecting to a Git repo with Azure DevOps -- Working on a new feature or release -- Creating and executing a deployment pipeline -- Managing database code for a Fabric data warehouse -- Managing database code with the SQL Database Projects extension -- Summary -- Part 5: AI Assistance with Copilot Integration -- Chapter 11: Overview of AI Assistance and Copilot Integration -- Technical requirements -- What is Copilot in Fabric? …”
    Libro electrónico
  2. 842
    Publicado 2024
    Tabla de Contenidos: “…. -- See also -- Connecting Looker to Git -- Getting ready -- How to do it... -- How it works... -- There's more... -- Making and saving changes in views -- Getting ready -- How to do it... -- How it works... -- Creating a LookML model and Explore -- Getting ready -- How to do it... -- How it works... -- See also -- Building visualizations (Looks) from Explores -- Getting ready -- How to do it... -- How it works... -- Creating a dashboard from a Look -- How to do it... -- How it works... -- See also -- Chapter 2: Configuring Views and Models in a LookML Project -- Technical requirements -- Creating dimensions in views -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating measures in views -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Describing data in LookML views -- Getting ready -- How to do it... -- Working with filters in LookML views -- Getting ready -- How to do it... -- Joining tables in models -- Getting ready -- How to do it... -- See also -- Adding advanced model parameters -- How to do it... -- There's more... -- See also -- Working with LookML files -- Getting ready -- How to do it... -- See also -- Working with geodata in LookML -- Getting ready -- How to do it... -- Reusing the LookML code -- Getting ready -- How to do it... -- Chapter 3: Working with Data in Explores -- Technical requirements…”
    Libro electrónico
  3. 843
    Publicado 2022
    Tabla de Contenidos: “…-- The Perspectives -- Benefits Adapting Infrastructure as Code -- Improved Time to Production -- Reduction in Drifting Configurations -- Faster and Efficient Development Life Cycle -- Maximizing the Scope of Provisioning -- Lowered Costs and Increase in ROI -- Adapting Tools of Infrastructure as Code -- Factors Deciding Adaption of Infrastructure as Code -- Approaches for Infrastructure as Code -- Best Practices of Infrastructure as Code -- The Way Ahead -- Chapter 2: Patterns and Principles of Infrastructure as Code -- The Emergence of Infrastructure as Code -- The Focus with Infrastructure as Code -- The Challenges with Infrastructure as Code -- Sprawling Servers -- Configuration Drift -- Snowflake Server -- Fragility of Infrastructure -- Fear of Automation -- Erosion of Infrastructure -- Considerations for Quality Infrastructure -- In-Depth Knowledge -- Organizational Workflow -- Perpetual Steps -- The Principles of Infrastructure as Code -- Idempotency -- Immutability -- Easily Reproducible Systems -- Easily Disposable Systems -- Easily Repeatable Processes -- Consistent Systems -- Ever-Evolving Designs -- Self-Reliant Documentation -- The Patterns of Infrastructure as Code -- Updates in Documentation -- Using GitOps -- Securing Your Infrastructure -- Securing Secrets -- Adapting Security Standards -- Restricting User Privileges -- Relying on Trusted Sources -- Security Measures -- Least Privileged Position -- Using Security Tools -- Infrastructure Updates -- Threat Detection -- Testing the Infrastructure -- Concerns with Infrastructure as Code…”
    Libro electrónico
  4. 844
    Publicado 2022
    Tabla de Contenidos: “…Trimming the sprite sheet -- Adding the trimmed sheet -- Colliding with an obstacle -- A bounding box for a stone -- A bounding box for RedHatBoy -- Crashing on the collision -- Jumping onto a platform -- Adding a platform -- Collision from below -- Transparency in bounding boxes -- Summary -- Chapter 6: Creating an Endless Runner -- Technical requirements -- Scrolling the background -- Fixing RHB in x -- An infinite background -- Refactoring for endless running -- f32 versus i16 -- A more useful Rect -- Obstacle traits -- Removing obstacles as they go off screen -- Sharing a sprite sheet -- Many different platforms -- Creating a dynamic level -- Creating one segment -- Adding a timeline -- Creating segments -- Summary -- Chapter 7: Sound Effects and Music -- Technical requirements -- Adding the Web Audio API to the engine -- Playing a sound in Rust -- Loading the sound -- Adding audio to the engine -- Playing sound effects -- Refactoring RedHatBoyContext and RedHatBoy -- Adding a sound effect -- Playing long music -- Summary -- Chapter 8: Adding a UI -- Technical requirements -- Design a new game button -- Preparing a UI -- Showing the button with Rust -- Show the button on game over -- A state machine review -- Redesigning to a state machine -- Start a new Game -- Pre-loading -- Summary -- Part 3: Testing and Advanced Tricks -- Chapter 9: Testing, Debugging, and Performance -- Technical requirements -- Creating automated tests -- Test-driven development -- Getting started -- Pure functions -- Hiding the Browser module -- Browser tests -- Async tests -- Debugging the game -- Log versus error versus panic -- Linting and Clippy -- Measuring performance with a browser -- Frame rate counter -- Browser debugger -- Checking memory -- Summary -- Chapter 10: Continuous Deployment -- Technical requirements -- Creating a CI/CD pipeline -- GitHub Actions…”
    Libro electrónico
  5. 845
    Publicado 2024
    Tabla de Contenidos: “…Implementing CRUD operations -- CRUD operations of items -- Adding a new item -- Editing or deleting an item -- CRUD operations of fields -- Refactoring Razor components -- Creating the Navbar component -- Creating a Dropdown component for the context menu -- Using templated components -- Creating a ListView component -- Using the ListView component -- Accessing a native API from Blazor Hybrid apps -- Summary -- Part 3: Testing and Deployment -- Chapter 11: Developing Unit Tests -- Technical requirements -- Unit testing in .NET -- Setting up the unit test project -- Developing test cases for the model -- Sharing context between tests -- Sharing using a constructor -- Sharing using class fixtures -- Sharing using collection fixtures -- Mock .NET MAUI components -- Razor component testing using bUnit -- Changing the project configuration for bUnit -- Creating a bUnit test case -- Creating test cases in Razor files -- Using the RenderFragment delegate -- Testing Razor pages -- Summary -- Further reading -- Chapter 12: Deploying and Publishing in App Stores -- Technical requirements -- Preparing application packages for publishing -- Preparing for publishing -- Publishing to Microsoft Store -- Publishing to Google Play Store -- Publishing to Apple's App Store -- GitHub Actions -- Understanding GitHub Actions -- Workflows -- Events -- Jobs -- Runners -- Steps -- Summary -- Further reading -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  6. 846
    Publicado 2018
    Tabla de Contenidos: “…. -- Virtual environments -- PostgreSQL configuration -- Git configuration -- Downloading the Odoo source code -- Starting the instance -- There's more... -- Managing Odoo environments using the start command -- Getting ready -- How to do it... -- How it works... -- There's more... -- Managing Odoo server databases -- Getting ready -- How to do it... -- Accessing the database management interface -- Setting or changing the master password -- Creating a new database -- Duplicating a database -- Removing a database -- Backing up a database -- Restoring a database backup -- How it works... -- There's more... -- Storing the instance configuration in a file -- How to do it... -- How it works... -- Activating the Odoo developer tools -- How to do it... -- How it works... -- Updating Odoo from source -- Getting ready -- How to do it... -- How it works... -- Chapter 2: Managing Odoo Server Instances -- Introduction -- Configuring the addons path -- Getting ready -- How to do it... -- How it works... -- There's more... -- Updating the addon modules list -- Getting ready -- How to do it... -- How it works... -- Standardizing your instance directory layout -- How to do it... -- How it works... -- See also -- Installing and upgrading local addon modules -- Getting ready -- How to do it... -- From the web interface -- From the command line -- How it works... -- Addon installation -- Addon update -- There's more... -- Installing addon modules from GitHub -- Getting ready -- How to do it... -- How it works... -- There's more... -- Applying changes to addons -- Getting ready -- How to do it... -- How it works... -- See also…”
    Libro electrónico
  7. 847
    Publicado 2010
    Tabla de Contenidos: “…-- Building Modules -- Installing Modules -- Generating Module Dependencies -- Loading Modules -- Managing Configuration Options -- Module Parameters -- Exported Symbols -- The Device Model -- Kobjects -- Ktypes -- Ksets -- Interrelation of Kobjects, Ktypes, and Ksets -- Managing and Manipulating Kobjects -- Reference Counts -- sysfs -- Adding and Removing kobjects from sysfs -- Adding Files to sysfs -- The Kernel Events Layer -- Conclusion -- 18 Debugging -- Getting Started -- Bugs in the Kernel -- Debugging by Printing -- Robustness -- Loglevels -- The Log Buffer -- syslogd and klogd -- Transposing printf() and printk() -- Oops -- ksymoops -- kallsyms -- Kernel Debugging Options -- Asserting Bugs and Dumping Information -- Magic SysRq Key -- The Saga of a Kernel Debugger -- gdb -- kgdb -- Poking and Probing the System -- Using UID as a Conditional -- Using Condition Variables -- Using Statistics -- Rate and Occurrence Limiting Your Debugging -- Binary Searching to Find the Culprit Change -- Binary Searching with Git -- When All Else Fails: The Community -- Conclusion -- 19 Portability -- Portable Operating Systems -- History of Portability in Linux -- Word Size and Data Types -- Opaque Types -- Special Types -- Explicitly Sized Types -- Signedness of Chars…”
    Libro electrónico
  8. 848
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- PacktPub.com -- Contributors -- Table of Contents -- Preface -- Chapter 1: Understanding the Core Concepts of Laravel 5 -- Setting up the environment -- Installing Composer package manager -- Installing Docker -- Configuring PHPDocker.io -- Setting up PHPDocker and Laravel -- Installing VS Code text editor -- The basic architecture of Laravel applications -- Laravel directory structure -- The MVC flow -- Laravel application life cycle -- Artisan command-line interface -- MVC and routes -- Creating models -- Creating controllers -- Creating views -- Creating routes -- Connecting with a database -- Setting up the database inside a Docker container -- Creating a migrations file and database seed -- Using the resource flag to create CRUD methods -- Creating the Blade template engine -- Summary -- Chapter 2: The Benefits of TypeScript -- Installing TypeScript -- Creating a TypeScript project -- Benefits of TypeScript -- Writing JavaScript code with static types -- Creating a tuple -- Using the void type -- The opt-out type checking - any -- Using enum -- Using the never type -- Types: undefined and null -- Understanding interfaces, classes, and generics in TypeScript -- Creating a class -- Declaring an interface -- Creating generic functions -- Working with modules -- Using the class export feature -- Importing and using external classes -- Summary -- Chapter 3: Understanding the Core Concepts of Angular 6 -- Angular 6 - smaller, faster, and easier -- Angular and the component method for developing modern web applications -- Angular's main building blocks -- The component life cycle -- Installing the tools - Git, the Angular CLI, and VS Code plugins -- Installing Git -- Installing the Angular CLI -- Installing VS Code Angular plugins -- Creating a simple Angular application…”
    Libro electrónico
  9. 849
    Publicado 2024
    Tabla de Contenidos: “…-- Understanding DDD -- Relationships among Bounded Contexts -- Entities -- Entity-level validation in .NET -- DDD entities in .NET -- Value objects -- Aggregates -- Domain events -- Common DDD patterns and architectures -- Classic layers architecture -- Onion architecture -- Repository pattern -- Unit of work pattern -- Classic repository pattern versus DDD aggregates -- Command Query Responsibility Segregation (CQRS) pattern -- Event sourcing -- Command handlers and aggregate events -- Summary -- Questions -- Further reading -- Chapter 8: Understanding DevOps Principles and CI/CD -- Technical requirements -- Describing DevOps -- Understanding DevOps principles -- CI -- CD -- Risks and challenges when using CI/CD -- Disabling continuous production deployment -- Incomplete features -- An unstable solution for testing -- Continuous feedback -- Tools to facilitate DevOps implementation -- Azure DevOps -- GitHub -- Application Insights -- Test and Feedback -- Summary -- Questions -- Chapter 9: Testing Your Enterprise Application -- Technical requirements -- Understanding unit and integration tests -- Automating unit and integration tests -- Writing automated (unit and integration) tests…”
    Libro electrónico
  10. 850
    por Daudi, Husen
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Contributors -- Thank you note -- Table of Contents -- Preface -- Chapter 1: Installing the Odoo Development Environment -- Technical requirements -- Understanding the Odoo ecosystem -- Odoo editions -- Git repositories -- Runbot -- Odoo app store -- Odoo Community Association -- Official Odoo help forum -- Odoo's eLearning platform -- Installing Odoo from the source -- Getting ready -- How to do it... -- How it works... -- Starting the instance -- Managing Odoo server databases -- Getting ready -- How to do it... -- How it works... -- There's more... -- Storing the instance configuration in a file -- How to do it... -- How it works... -- Activating Odoo developer tools -- How to do it... -- How it works... -- Updating the add-on modules list -- Getting ready -- How to do it... -- How it works... -- Chapter 2: Managing Odoo Server Instances -- Configuring the add-ons path -- Getting ready -- How to do it... -- How it works... -- There's more... -- Standardizing your instance directory layout -- How to do it... -- How it works... -- There's more... -- Installing and upgrading local add-on modules -- Getting ready -- How to do it... -- How it works... -- There's more... -- Installing add-on modules from GitHub -- Getting ready -- How to do it... -- How it works... -- There's more... -- Applying changes to add-ons -- Getting ready -- How to do it... -- How it works... -- See also -- Applying and trying proposed PRs -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 3: Creating Odoo Add-On Modules -- Technical requirements -- What is an Odoo add-on module? …”
    Libro electrónico
  11. 851
    Publicado 2018
    Tabla de Contenidos: “…Setting up your environment -- A.1 Choosing a text editor -- A.2 Using the command line -- A.3 Installing Chrome -- A.4 Installing the Vue.js devtools Chrome extension -- A.5 Installing Node and npm -- A.6 Installing Git -- A.7 Starting a new chapter -- A.8 Starting chapter 5 -- A.9 Installing the Java Development Kit -- Appendix B. …”
    Libro electrónico
  12. 852
    Publicado 2023
    Tabla de Contenidos: “…Setting up Docker on your workstation -- Installing Docker Desktop -- Running the hello-world container -- Running containers in Azure -- VM-based container hosts -- Azure Container Instances -- Azure Container Registry -- Azure Kubernetes Service (AKS) -- Azure App Service Web App for Containers -- Implementing Azure Container Instances -- Deploying an Azure container instance -- Verifying and disposing of the container instance -- Storing Images in Azure Container Registry -- Deploying a container registry -- Pushing an image to a new container registry -- Pulling the repository image via ACI -- Introducing Azure Kubernetes Service -- AKS architecture -- AKS administration notes -- kubectl command-line tool -- Kubernetes Web UI -- Using Containers with Azure App Service -- Part 3 Deploying Platform Resources to Microsoft Azure -- Chapter 7 Deploying and Configuring Azure App Service Apps -- Introducing Azure App Service -- Web apps -- API apps -- Mobile apps -- Logic apps -- Function apps -- App Service logical components -- Deploying Your First Web App -- Deploying from the Azure portal -- Configuring Git -- Connecting to a web app from Visual Studio -- Creating a Git repository for a web app -- Pushing a code change to Azure -- Deploying from Visual Studio -- Creating a new web app project in Visual Studio -- Publishing to App Service -- Understanding deployment slots -- Configuring a Web App -- Customizing app settings -- Adding a custom domain -- Binding a TLS/SSL certificate -- Configuring autoscaling -- Monitoring a Web App -- Adding the Application Insights resource -- Enabling instrumentation in a web app -- Viewing Application Insights telemetry data -- Chapter 8 Running Serverless Apps in Azure -- Defining Serverless -- Getting to know Azure Functions apps -- Getting to know Azure Logic Apps -- Custom connectors…”
    Libro electrónico
  13. 853
    Publicado 2011
    Tabla de Contenidos: “…-- Deploy keys -- Configuring Capistrano -- Setting up the deploy environment -- Deploying the application -- Bundling gems -- Choosing a database -- 14.6.Serving requests -- Installing Passenger -- An init script -- 14.7.Summary -- 15.Alternative authentication -- 15.1.How OAuth works -- 15.2.Twitter authentication -- Selling up OmniAuth -- Registering an application with Twitter -- Setting up an OmniAuth testing environment -- Testing Twitter sign-in -- 15.3.GitHub authentication -- Registering and testing GitHub auth -- 15.4.Summary -- 16.Basic performance enhancements -- 16.1.Pagination -- Introducing Kaminari -- Paginating an interface -- Paginating an API -- 16.2.Database query enhancements -- Eager loading -- Database indexes -- 16.3.Page and action caching -- Caching a page -- Caching an action -- Cache sweepers -- Client-side caching -- Caching page fragments -- 16.4.Background workers -- 16.5.Summary -- 17.Engines -- 17.1.A brief history of engines -- 17.2.Why engines are useful -- 17.3.Brand-new engine -- Creating an engine -- The layout of an engine -- Engine routing -- 17.4.Setting up a testing environment -- Removing Test: Unit -- Installing RSpec and Capybara -- 17.5.Writing your first engine feature -- Your first Capybara test -- Setting up routes -- The topics controller -- The index action -- The new action -- The create action -- The show action -- Showing an association count -- 17.6.Adding more posts to topics -- 17.7.Classes outside your control -- Engine configuration -- A fake User model -- Authenticating topics -- Adding authorship to topics -- Post authentication -- Showing the last post -- 17.8.Releasing as a gem -- 17.9.Integrating with an application -- 17.10.Summary -- 18.Rack-based applications -- 18.1.Building Rack applications -- A basic. …”
    Libro electrónico
  14. 854
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Unleashing React Applications with MERN -- MERN stack -- Node -- Express -- MongoDB -- React -- Relevance of MERN -- Consistency across the technology stack -- Less time to learn, develop, deploy, and extend -- Widely adopted in the industry -- Community support and growth -- Range of MERN applications -- MERN applications developed in this book -- Social media platform -- Online marketplace -- Media streaming application -- VR game for the web -- Book structure -- Getting started with MERN -- Building MERN from the ground up - a skeleton application -- Developing basic web applications with MERN -- Advancing to complex MERN applications -- Going forward with MERN -- Getting the most out of this book -- Summary -- Chapter 2: Preparing the Development Environment -- Selecting development tools -- Workspace options -- Local and cloud development -- IDE or text editors -- Chrome Developer Tools -- Git -- Installation -- Remote Git hosting services -- Setting up MERN stack technologies -- MongoDB -- Installation -- Running the mongo shell -- Node -- Installation -- Upgrading npm versions -- Node version management with nvm -- npm modules for MERN -- Key modules -- devDependency modules -- Checking your development setup -- Initializing package.json and installing npm modules -- Configuring Babel, Webpack, and Nodemon -- Babel -- Webpack -- Client-side Webpack configuration for development -- Server-side Webpack configuration -- Client-side Webpack configuration for production -- Nodemon -- Frontend views with React -- Server with Express and Node -- Express app -- Bundle React app during development -- Serving static files from the dist folder -- Rendering templates at the root -- Connecting the server to MongoDB…”
    Libro electrónico
  15. 855
    Publicado 2016
    Tabla de Contenidos: “…Installing the Certificate module via GIT -- Installing plugins via the command line -- Keeping plugins up to date -- Uninstalling third-party add-ons -- Summary -- Chapter 9: Moodle Configuration -- Collaboration -- Configuring blogs -- Supporting comments -- Managing tags -- Configuring and managing badges -- Adding badges -- Supporting the LTI consumers and producers -- Localization -- Languages, idiomas, , and اللغات -- Language packs -- Language settings -- Language customization -- Multilingual content -- Calendaric information -- Calendars -- Time zones -- Grades and gradebook settings -- Miscellaneous educational settings -- Communication -- Synchronous communication -- Instant messaging -- Video conferencing -- Asynchronous communication -- Messaging configuration -- Configuration RSS feeds -- Experimental settings -- Summary -- Chapter 10: Moodle Logging and Reporting -- Moodle's logging framework -- Events -- Event lists -- Event monitoring rules -- The log manager -- The log store -- Reports -- An overview of reporting -- Moodle's reporting facilities -- Live logs -- Error reports -- Course and user reports -- Statistics -- Statistics settings -- Statistics view -- Report generation -- Configurable reports -- The Totara report builder -- Data analysis -- Web log analyzers -- Google Analytics and Piwik -- Miscellaneous reports -- Summary -- Chapter 11: Moodle Security and Privacy -- Security - an overview -- Security notifications -- Moodle notifications -- Security report -- User security -- Access to Moodle -- Self-registration -- Guest access -- Protection of user details -- Course contacts -- Moodle passwords -- Security in roles -- Spam prevention -- Data and content security -- Content created within Moodle -- Visibility of content -- Site policy -- Antivirus -- System security -- Configuration security -- Access to dataroot…”
    Libro electrónico
  16. 856
    Publicado 2017
    Tabla de Contenidos: “…-- Creating a PWS account -- What you get when you register for PWS -- Signing up -- Installing the cf CLI -- Downloading and installing from GitHub -- Install using a package manager -- Initial setup of the cf CLI -- The cf CLI help command -- Finding cf CLI commands -- Command-specific help -- Deploying an application to Cloud Foundry -- Targeting Pivotal cf API endpoint -- Logging into the Cloud Foundry API endpoint -- Pushing a simple application -- Accessing the Apps Manager on PWS -- Summary -- Chapter 3: Getting Started with PCF Dev -- A brief introduction to TDD -- Why PCF Dev? …”
    Libro electrónico
  17. 857
    Publicado 2019
    Tabla de Contenidos: “…Android development environment -- Installing SDK components -- Downloading example projects -- Using Git to check out projects -- Running the project -- Running apps in the virtual device -- Android project structure -- Android platform components -- Summary -- Index…”
    Libro electrónico
  18. 858
    Publicado 2023
    Tabla de Contenidos: “…Chapter 4: Achieving Continuous Integration and Delivery with Mobile DevOps -- Introduction -- An overview of the six most popular CI/CD providers for mobile apps -- Bitrise -- Codemagic -- GitHub Actions -- Xcode Cloud -- Visual Studio App Center -- Ionic AppFlow -- Summary -- Chapter 5: Implementing a Robust Mobile App Testing Strategy -- Understanding mobile app testing -- Testing levels -- Types of mobile app testing -- The importance of test automation for mobile apps -- Mobile app testing challenges and pitfalls -- The need for a robust testing strategy -- What is a mobile app testing strategy? …”
    Libro electrónico
  19. 859
    Publicado 2024
    Tabla de Contenidos: “…Using fixtures in your e2e tests -- Summary -- Chapter 12: Deploying Angular Applications -- Building and linting Angular applications inside your Nx monorepo -- Linting Nx projects -- Building your Angular libraries and applications -- Analyzing your build output -- Automatically deploying Angular applications -- Creating an access token -- Creating a .yml file -- Deploying the application to GitHub Pages -- Fixing workflow fails -- Summary -- Index -- Other Books You May Enjoy…”
    Libro electrónico
  20. 860
    Publicado 2022
    Tabla de Contenidos: “…Adding swimlanes and completing the process diagram -- Defining data models -- Building the Task UI -- Integration with external services -- Working with users -- Working together with robots -- Packaging and deployment -- Escalation and exception handling -- Administration and troubleshooting -- Summary -- Further reading -- Chapter 8: Automating Decisions to Speed Up Your Processes -- Business problem -- Modeling - decision models and task models -- The decision model -- The data model -- The task model -- Composition of models -- Writing simple and complex decision logic -- Business rules -- Decision tables -- Defining the logic -- Rule vocabulary -- Governing changes in decision logic -- Collaboration -- Changes and commits -- Branches and merges -- Connection with Git -- Testing decisions -- Packaging and deploying decisions -- Single-click deployment -- Automation services -- Packaging and advanced deployment options -- Combining decisions with AI prediction -- Summary -- Chapter 9: Manage Documents with Content Management -- Problem statement -- Designing your content repositories -- Security -- Business data -- Applications -- Creating a content desktop -- Document entry template -- Role-based redaction -- Teamspaces -- Searching and accessing content from applications -- Extensions -- Retention policy -- Summary -- Further reading -- Chapter 10: Extract Meanings with Document Processing -- Technical requirements -- Example - a bill of lading document -- Setting expectations for AI document processing systems -- Problem statement - automating inventory management systems -- Content classification and extraction with AI -- Document types and samples -- Training the classification model -- Training the extraction model -- Building a document processing application -- Customized document types and data formats -- Create document type…”
    Libro electrónico