Browse Results

Showing 35,901 through 35,925 of 61,805 results

Mastering API Architecture: Design, Operate, and Evolve API-Based Systems

by James Gough Daniel Bryant Matthew Auburn

Most organizations with a web presence build and operate APIs; the doorway for customers to interact with the company's services. Designing, building, and managing these critical programs affect everyone in the organization, from engineers and product owners to C-suite executives. But the real challenge for developers and solution architects is creating an API platform from the ground up.With this practical book, you'll learn strategies for building and testing REST APIs that use API gateways to combine offerings at the microservice level. Authors James Gough, Daniel Bryant, and Matthew Auburn demonstrate how simple additions to this infrastructure can help engineers and organizations migrate to the cloud; and open the opportunity to connect internal services using technologies like a service mesh.Learn API fundamentals and architectural patterns for building an API platformUse practical examples to understand how to design, build, and test API-based systemsDeploy, operate, and configure key components of an API platformUse API gateways and service meshes appropriately, based on case studiesUnderstand core security and common vulnerabilities in API architectureSecure data and APIs using threat modeling and technologies like OAuth2 and TLSLearn how to evolve existing systems toward API- and cloud-based architectures

Mastering ARKit: Apple’s Augmented Reality App Development Platform

by Jayven Nhan

Embark on a journey to build an augmented reality world. This book puts theory into practical application by building unique augmented reality apps specific to each chapter’s topic.You’ll learn to engineer successful, well-designed, and comprehensive augmented reality applications for Apple devices. First, uncover the foundation of augmented reality on Apple platforms. Understand the building blocks and inner workings of the technologies that power augmented reality. Then, learn about building AR apps using ARKit, SceneKit, SpriteKit, RealityKit, and RealityComposer. You’ll study augmented reality app business models, designs, and content for the ultimate user experience. Plus, you’ll cover the theories and practicalities of ARKit APIs such as surface detection, working with world maps, body motion capture, face tracking, object scanning and detecting, people occlusion, and more. Chapter by chapter, this book helps you to become an advanced augmented reality engineer. By the end of the book, you’ll have the necessary mental models and tools to engineer delightful experiences in Apple’s augmented reality platforms. What You'll LearnBuild AR apps with SceneKit, SpriteKit, RealityKit, and RealityComposerUnderstand the business models that support augmented realityIncorporate surface detection, computer vision, and body motion capture in your appsWho This Book Is ForiOS developers who want to expand their knowledge of ARKit. They should have a solid foundation in the Swift programming language and understand the basics of navigating Xcode.

Mastering ARKit: Apple’s Augmented Reality App Development Platform

by Jayven Nhan

Embark on a journey to build an augmented reality world. This book puts theory into practical application by building unique augmented reality apps specific to each chapter’s topic. You’ll learn to engineer successful, well-designed, and comprehensive augmented reality applications for iOS devices. This updated edition has been thoroughly revised to cover the latest advancements in iOS 17 and Xcode 15, equipping you with the knowledge and tools to build cutting-edge augmented reality experiences. Starting with the foundation of augmented reality on Apple platforms, you will understand the building blocks and inner workings of the technologies that power augmented reality. Then, delve into the practicalities of building AR apps using ARKit, SceneKit, SpriteKit, RealityKit, and integrating with SwiftUI and advanced features like ReplayKit for recording experiences. Explore augmented reality app business models, designs, and content for the ultimate user experience. This book covers a wide range of ARKit APIs and topics, including surface detection, 3D objects implementation, horizontal plane detection with raycast, physics by launching rocket ships, light estimation, 2D image recognition, world-mapping data for persistence, immersive audio experiences, real-time image analysis, machine learning, face and body motion capture, people occlusion, and more. Chapter by chapter, this book guides you to become an advanced augmented reality engineer for Apple’s platforms. By the end of the book, you’ll have acquired the necessary mental models and tools to engineer delightful experiences in Apple’s augmented reality ecosystem. What You'll Learn Construct AR apps using SceneKit, SpriteKit, RealityKit, and integrate with SwiftUI. Leverage ARKit for advanced features like face and body motion capture, people occlusion, and world tracking. Incorporate 3D objects, surface detection, computer vision, and body motion capture in your apps. Implement persistence in AR experiences and create shared experiences using Multipeer Connectivity. Who This Book Is For iOS developers who want to expand their knowledge of ARKit. Ideal for those with a solid foundation in Swift and familiarity with Xcode, seeking to explore the expansive capabilities of augmented reality on Apple devices.

Mastering ASP.NET Core 2.0

by Ricardo Peres

Become an expert in the shiny new version of ASP.NET About This Book • Grasp the advanced concepts of MVC Core and start making professional-grade applications • Migrate from previous versions of ASP.NET MVC to ASP.NET Core • This book will take you on a journey through all the aspects of ASP.NET Core 2.0 Who This Book Is For If you are a developer who knows the basics of ASP.NET MVC and wants to build powerful applications, this book is for you. Basic C# experience and an understanding of HTML and CSS is assumed. What You Will Learn • Get to know the new features of ASP.NET Core 2.0 • Find out how to configure ASP.NET Core • Configure routes to access ASP.NET Core resources • Create controllers and action methods and see how to maintain the state • Create views to display contents • Implement and validate forms and retrieve information from them • Write reusable modules for ASP.NET Core • Deploy ASP.NET Core to other environments In Detail ASP.NET is an open source web framework that builds modern web apps and services. This book is your one-stop guide to the new features of ASP.NET Core 2.0, including web APIs and MVC. We begin with a brief overview of the basics, taking you through the MVC pattern, platforms, dependencies, and frameworks. We then move on to setting up and configuring the MVC environment before talking about routing and advanced routing options. Next, we'll look at model binding, controllers and actions, filters, user authentication, and testing. Moving on, you'll learn about all the aspects of syntax and processes when working with Razor. You'll be introduced to client-side development and will get to know about the security aspects of ASP.NET Core. We will also look at microservices with ASP.NET Core. Finally, you'll find out how to deploy ASP.NET Core to new environments such as Azure, AWS, and Docker. By the end of the book, you will be well versed with development in ASP.NET Core and will have a deep understanding of how to interact with the framework and work cross-platform. Style and approach Find out how to design modern, cross-platform, business oriented web applications that serve the client needs in the age of emerging .NET framework

Mastering ASP.NET Web API

by Malendra Hurbuns Mithun Pattankar

Leverage ASP.Net Web API to build professional web services and create powerful applications. About This Book • Get a comprehensive analysis of the latest specification of ASP.NET Core and all the changes to the underlying platform that you need to know to make the most of the web API • See an advanced coverage of ASP.NET Core Web API to create robust models for your data, create controllers, and handle routing and security • This book is packed with key theoretical and practical concepts that can be instantly applied to build professional applications using API with Angular 4, Ionic, and React Who This Book Is For This book is for .Net developers who wants to Master ASP.NET Core (Web API) and have played around with previous ASP.NET Web API a little, but don't have in-depth knowledge of it. You need to know Visual Studio and C#, and have some HTML, CSS, and JavaScript knowledge. What You Will Learn • Acquire conceptual and hands-on knowledge of ASP.NET Core (MVC & Web API) • Learn about HTTP methods, the structure of HTTP content, internet media types, and how servers respond to HTTP requests and their associated HTTP codes • Explore middleware, filters, routing, and unit testing • Optimize Web API implementations • Develop a secure Web API interface • Deploy Web API projects to various platforms • Consume your web API in front end application based on Angular 4, Bootstrap, and Ionic • Implement and explore the current trends in service architecture In Detail Microsoft has unified their main web development platforms. This unification will help develop web applications using various pieces of the ASP.NET platform that can be deployed on both Windows and LINUX. With ASP.NET Core (Web API), it will become easier than ever to build secure HTTP services that can be used from any client. Mastering ASP.NET Web API starts with the building blocks of the ASP.NET Core, then gradually moves on to implementing various HTTP routing strategies in the Web API. We then focus on the key components of building applications that employ the Web API, such as Kestrel, Middleware, Filters, Logging, Security, and Entity Framework.Readers will be introduced to take the TDD approach to write test cases along with the new Visual Studio 2017 live unit testing feature. They will also be introduced to integrate with the database using ORMs. Finally, we explore how the Web API can be consumed in a browser as well as by mobile applications by utilizing Angular 4, Ionic and ReactJS. By the end of this book, you will be able to apply best practices to develop complex Web API, consume them in frontend applications and deploy these applications to a modern hosting infrastructure. Style and approach Using a hands-on approach, we cover both the conceptual as well as the technical aspects of the ASP.NET Core (Web API) framework.

Mastering AWS CloudFormation: Plan, develop, and deploy your cloud infrastructure effectively using AWS CloudFormation

by Karen Tovmasyan

Build scalable and production-ready infrastructure in Amazon Web Services with CloudFormation Key Features Leverage AWS CloudFormation templates to manage your entire infrastructure Get up and running with writing your infrastructure as code and automating your environment Simplify infrastructure management and increase productivity with AWS CloudFormation Book Description DevOps and the cloud revolution have forced software engineers and operations teams to rethink how to manage infrastructures. With this AWS book, you'll understand how you can use Infrastructure as Code (IaC) to simplify IT operations and manage the modern cloud infrastructure effectively with AWS CloudFormation. This comprehensive guide will help you explore AWS CloudFormation from template structures through to developing complex and reusable infrastructure stacks. You'll then delve into validating templates, deploying stacks, and handling deployment failures. The book will also show you how to leverage AWS CodeBuild and CodePipeline to automate resource delivery and apply continuous integration and continuous delivery (CI/CD) practices to the stack. As you advance, you'll learn how to generate templates on the fly using macros and create resources outside AWS with custom resources. Finally, you'll improve the way you manage the modern cloud in AWS by extending CloudFormation using AWS serverless application model (SAM) and AWS cloud development kit (CDK). By the end of this book, you'll have mastered all the major AWS CloudFormation concepts and be able to simplify infrastructure management. What you will learn Understand modern approaches to IaC Develop universal and reusable CloudFormation templates Discover ways to apply continuous delivery with CloudFormation Implement IaC best practices for the AWS Cloud Provision massive applications across multiple regions and accounts Automate template generation and software provisioning for AWS Extend CloudFormation with custom resources and template macros Who this book is for If you are a developer who wants to learn how to write templates, a DevOps engineer interested in deployment and orchestration, or a solutions architect looking to understand the benefits of managing infrastructure with ease, this book is for you. Prior understanding of the AWS Cloud is necessary.

Mastering AWS Development

by Uchit Vyas

This book is for web and Cloud computing developers with knowledge of databases, basic virtualization, and Cloud computing. Having prior understanding of architecting on AWS is recommended.

Mastering AWS Lambda

by Yohan Wadia Udita Gupta

Build cost-effective and highly scalable Serverless applications using AWS Lambda. About This Book • Leverage AWS Lambda to significantly lower your infrastructure costs and deploy out massively scalable, event-driven systems and applications • Learn how to design and build Lambda functions using real-world examples and implementation scenarios • Explore the Serverless ecosystem with a variety of toolsets and AWS services including DynamoDB, API Gateway, and much more! Who This Book Is For If you are a Cloud administrator and/or developer who wishes to explore, learn, and leverage AWS Lambda to design, build, and deploy Serverless applications in the cloud, then this is the book for you! The book assumes you have some prior knowledge and hands-on experience with AWS core services such as EC2, IAM, S3, along with the knowledge to work with any popular programming language such as Node.Js, Java, C#, and so on. What You Will Learn • Understand the hype, significance, and business benefits of Serverless computing and applications • Plunge into the Serverless world of AWS Lambda and master its core components and how it works • Find out how to effectively and efficiently design, develop, and test Lambda functions using Node.js, along with some keen coding insights and best practices • Explore best practices to effectively monitor and troubleshoot Serverless applications using AWS CloudWatch and other third-party services in the form of Datadog and Loggly • Quickly design and develop Serverless applications by leveraging AWS Lambda, DynamoDB, and API Gateway using the Serverless Application Framework (SAF) and other AWS services such as Step Functions • Explore a rich variety of real-world Serverless use cases with Lambda and see how you can apply it to your environments In Detail AWS is recognized as one of the biggest market leaders for cloud computing and why not? It has evolved a lot since the time it started out by providing just basic services such as EC2 and S3 and today; they go all the way from IoT to Machine Learning, Image recognition, Chatbot Frameworks, and much more! One of those recent services that is also gaining a lot of traction is AWS Lambda! Although seemingly simple and easy to use, Lambda is a highly effective and scalable compute service that provides developers with a powerful platform to design and develop Serverless event-driven systems and applications. The book begins with a high-level introduction into the world of Serverless computing and its advantages and use cases, followed by a deep dive into AWS Lambda! You'll learn what services AWS Lambda provides to developers; how to design, write, and test Lambda functions; as well as monitor and troubleshoot them. The book is designed and accompanied with a vast variety of real-world examples, use cases, and code samples that will enable you to get started on your Serverless applications quickly. By the end of the book, you will have gained all the skills required to work with AWS Lambda services! Style and approach This step-by-step guide will help you build Serverless applications and run Serverless workloads using the AWS Lambda service. You'll be able to get started with it in a matter of minutes with easy-to-follow code snippets and examples.

Mastering AWS Security

by Albert Anthony

<P><P>An informative guide to implementing and using AWS security services effectively <P><P>About This Book <P><P>Learn to secure your network, infrastructure, data and applications in AWS cloud <P><P>Log, monitor and audit your AWS resources for continuous security and continuous compliance in AWS cloud <P><P>Use AWS managed security services to automate security, and focus on your business rather than being distracted by security risks and issues with AWS security <P><P>Cover topics including the security model, compliance, access management and much more to build and maintain a secure environment <P><P>Who This Book Is For <P><P>This book is for all IT professionals, system administrators and security analysts, solution architects and Chief Information Security Officers who are responsible for securing workloads in AWS for their organizations. Master AWS Security is helpful for all Solutions Architects who want to design and implement secure architecture on AWS by the following security by design principle, and is beneficial for personnel in Auditors and Project Management roles who want to understand how they can audit AWS workloads and manage security in AWS. <P><P>If you're learning AWS or championing AWS adoption in your organization, you should read this book to build security in all your workloads. You'll benefit from understanding the security footprint of all major AWS services for multiple domains, use cases, and scenarios. <P><P>What You Will Learn <P><P>Learn about AWS Identity Management and Access control <P><P>Gain knowledge to create and secure your private network in AWS <P><P>Understand and secure your infrastructure in AWS <P><P>Understand monitoring, logging and auditing in AWS <P><P>Ensure Data Security in AWS <P><P>Learn to secure your applications in AWS <P><P>Explore AWS Security best practices <P><P>In Detail <P><P>Mastering AWS Security starts with an exploration of the fundamentals of the shared security responsibility model. This book tells you how you can enable continuous security, continuous auditing, and continuous compliance by automating security in AWS with the tools, services, and features available. <P><P>Moving on, you'll learn about access control in AWS for all resources. You'll also cover the security of your network, servers, data and applications in the AWS cloud using native AWS security services. <P><P>By the end of this book, you will understand the complete AWS Security landscape, covering all aspects of end-to-end software and hardware security along with logging, auditing, and compliance of your entire IT environment in the AWS cloud. <P><P>Lastly, Mastering AWS Security wraps up with AWS best practices for security.

Mastering AWS Security

by Albert Anthony

In depth informative guide to implement and use AWS security services effectively. About This Book • Learn to secure your network, infrastructure, data and applications in AWS cloud • Log, monitor and audit your AWS resources for continuous security and continuous compliance in AWS cloud • Use AWS managed security services to automate security. Focus on increasing your business rather than being diverged onto security risks and issues with AWS security. • Delve deep into various aspects such as the security model, compliance, access management and much more to build and maintain a secure environment. Who This Book Is For This book is for all IT professionals, system administrators and security analysts, solution architects and Chief Information Security Officers who are responsible for securing workloads in AWS for their organizations. It is helpful for all Solutions Architects who want to design and implement secure architecture on AWS by the following security by design principle. This book is helpful for personnel in Auditors and Project Management role to understand how they can audit AWS workloads and how they can manage security in AWS respectively. If you are learning AWS or championing AWS adoption in your organization, you should read this book to build security in all your workloads. You will benefit from knowing about security footprint of all major AWS services for multiple domains, use cases, and scenarios. What You Will Learn • Learn about AWS Identity Management and Access control • Gain knowledge to create and secure your private network in AWS • Understand and secure your infrastructure in AWS • Understand monitoring, logging and auditing in AWS • Ensure Data Security in AWS • Learn to secure your applications in AWS • Explore AWS Security best practices In Detail Mastering AWS Security starts with a deep dive into the fundamentals of the shared security responsibility model. This book tells you how you can enable continuous security, continuous auditing, and continuous compliance by automating your security in AWS with the tools, services, and features it provides. Moving on, you will learn about access control in AWS for all resources. You will also learn about the security of your network, servers, data and applications in the AWS cloud using native AWS security services. By the end of this book, you will understand the complete AWS Security landscape, covering all aspects of end - to -end software and hardware security along with logging, auditing, and compliance of your entire IT environment in the AWS cloud. Lastly, the book will wrap up with AWS best practices for security. Style and approach The book will take a practical approach delving into different aspects of AWS security to help you become a master of it. It will focus on using native AWS security features and managed AWS services to help you achieve continuous security and continuous compliance.

Mastering Active Directory for Windows Server 2008

by John A. Price Scott Fenstermacher Brad Price

Find all the information you need to manage and maintain Active Directory in Mastering Active Directory for Windows Server® 2008, an in-depth guide updated with over 300 pages of new material. Revised to address the new components, enhancements, and capabilities brought by Windows Server 2008 to the directory services, this book covers domain name system design, Active Directory forest and domain design, maintaining organizational units, managing group policy, implementing best practices, and more. Expect high-level coverage of the new version of Microsoft's powerful user authentication and authorization tool, fully updated for Windows Server 2008.

Mastering Active Directory: Deploy And Secure Infrastructures With Active Directory, Windows Server 2016, And Powershell, 2nd Edition

by Dishan Francis

Become a master at managing enterprise identity infrastructure by leveraging Active Directory About This Book • Manage your Active Directory services for Windows Server 2016 effectively • Automate administrative tasks in Active Directory using PowerShell • Manage your organization's network with ease Who This Book Is For If you are an Active Directory administrator, system administrator, or network professional who has basic knowledge of Active Directory and are looking to gain expertise in this topic, this is the book for you. What You Will Learn • Explore the new features in Active Directory Domain Service 2016 • Automate AD tasks with PowerShell • Get to know the advanced functionalities of the schema • Learn about Flexible Single Master Operation (FSMO) roles and their placement • Install and migrate Active directory from older versions to Active Directory 2016 • Manage Active Directory objects using different tools and techniques • Manage users, groups, and devices effectively • Design your OU structure in the best way • Audit and monitor Active Directory • Integrate Azure with Active Directory for a hybrid setup In Detail Active Directory is a centralized and standardized system that automates networked management of user data, security, and distributed resources and enables interoperation with other directories. If you are aware of Active Directory basics and want to gain expertise in it, this book is perfect for you. We will quickly go through the architecture and fundamentals of Active Directory and then dive deep into the core components, such as forests, domains, sites, trust relationships, OU, objects, attributes, DNS, and replication. We will then move on to AD schemas, global catalogs, LDAP, RODC, RMS, certificate authorities, group policies, and security best practices, which will help you gain a better understanding of objects and components and how they can be used effectively. We will also cover AD Domain Services and Federation Services for Windows Server 2016 and all their new features. Last but not least, you will learn how to manage your identity infrastructure for a hybrid-cloud setup. All this will help you design, plan, deploy, manage operations on, and troubleshoot your enterprise identity infrastructure in a secure, effective manner. Furthermore, I will guide you through automating administrative tasks using PowerShell cmdlets. Toward the end of the book, we will cover best practices and troubleshooting techniques that can be used to improve security and performance in an identity infrastructure. Style and approach This step-by-step guide will help you master the core functionalities of Active Directory services using Microsoft Server 2016 and PowerShell, with real-world best practices at the end.

Mastering Active Directory: Deploy and secure infrastructures with Active Directory, Windows Server 2016, and PowerShell, 2nd Edition

by Dishan Francis

Become an expert at managing enterprise identity infrastructure by leveraging Active Directory Key Features Explore the new features in Active Directory Domain Service Manage your Active Directory services for Windows Server 2016 effectively Automate administrative tasks in Active Directory using PowerShell Core 6.x Book Description Active Directory (AD) is a centralized and standardized system that automates networked management of user data, security, and distributed resources and enables inter-operation with other directories. This book will first help you brush up on the AD architecture and fundamentals, before guiding you through core components, such as sites, trust relationships, objects, and attributes. You will then explore AD schemas, LDAP, RMS, and security best practices to understand objects and components and how they can be used effectively. Next, the book will provide extensive coverage of AD Domain Services and Federation Services for Windows Server 2016, and help you explore their new features. Furthermore, you will learn to manage your identity infrastructure for a hybrid cloud setup. All this will help you design, plan, deploy, manage operations, and troubleshoot your enterprise identity infrastructure in a secure and effective manner. You'll later discover Azure AD Module, and learn to automate administrative tasks using PowerShell cmdlets. All along, this updated second edition will cover content based on the latest version of Active Directory, PowerShell 5.1 and LDAP. By the end of this book, you'll be well versed with best practices and troubleshooting techniques for improving security and performance in identity infrastructures. What you will learn Design your Hybrid AD environment by evaluating business and technology requirements Protect sensitive data in a hybrid environment using Azure Information Protection Explore advanced functionalities of the schema Learn about Flexible Single Master Operation (FSMO) roles and their placement Install and migrate Active Directory from older versions to Active Directory 2016 Control users, groups, and devices effectively Design your OU structure in the most effective way Integrate Azure AD with Active Directory Domain Services for a hybrid setup Who this book is for If you are an Active Directory administrator, system administrator, or network professional who has basic knowledge of Active Directory and is looking to become an expert in this topic, this book is for you.

Mastering Active Directory: Design, deploy, and protect Active Directory Domain Services for Windows Server 2022

by Dishan Francis

Become an expert at managing enterprise identity infrastructure with Active Directory Domain Services 2022. Purchase of the print or Kindle book includes a free eBook in the PDF format.Key FeaturesDesign and update your identity infrastructure by utilizing the latest Active Directory features and core capabilitiesOvercome migration challenges as you update to Active Directory Domain Services 2022Establish a strong identity foundation in the cloud by consolidating secure accessBook DescriptionMastering Active Directory, Third Edition is a comprehensive guide for Information Technology professionals looking to improve their knowledge about MS Windows Active Directory Domain Service. The book will help you to use identity elements effectively and manage your organization’s infrastructure in a secure and efficient way. This third edition has been fully updated to reflect the importance of cloud-based strong authentication and other tactics to protect identity infrastructure from emerging security threats. Mastering Active Directory, Third Edition provides extensive coverage of AD Domain Services and helps you explore their capabilities as you update to Windows Server 2022. This book will also teach you how to extend on-premises identity presence to cloud via Azure AD hybrid setup. By the end of this Microsoft Active Directory book, you’ll feel confident in your ability to design, plan, deploy, protect, and troubleshoot your enterprise identity infrastructure.What you will learnInstall, protect, and manage Active Directory Domain Services (Windows Server 2022)Design your hybrid identity by evaluating business and technology requirementsAutomate administrative tasks in Active Directory using Windows PowerShell 7.xProtect sensitive data in a hybrid environment using Azure Information ProtectionLearn about Flexible Single Master Operation (FSMO) roles and their placementManage directory objects effectively using administrative tools and PowerShellCentrally maintain the state of user and computer configuration by using Group PoliciesHarden your Active Directory using security best practicesWho this book is forIf you are an Active Directory administrator, system administrator, or IT professional who has basic knowledge of Active Directory and is looking to become an expert in this topic, this book is for you. You need to have some experience of working with Active Directory to make the most of this book.

Mastering Active Directory: Design, deploy, and protect Active Directory Domain Services for Windows Server 2022, 3rd Edition

by Dishan Francis

Become an expert at managing enterprise identity infrastructure with Active Directory Domain Services 2022.Purchase of the print or Kindle book includes a free eBook in the PDF format.Key FeaturesDesign and update your identity infrastructure by utilizing the latest Active Directory features and core capabilitiesOvercome migration challenges as you update to Active Directory Domain Services 2022Establish a strong identity foundation in the cloud by consolidating secure accessBook DescriptionMastering Active Directory, Third Edition is a comprehensive guide for Information Technology professionals looking to improve their knowledge about MS Windows Active Directory Domain Service. The book will help you to use identity elements effectively and manage your organization's infrastructure in a secure and efficient way. This third edition has been fully updated to reflect the importance of cloud-based strong authentication and other tactics to protect identity infrastructure from emerging security threats. Mastering Active Directory, Third Edition provides extensive coverage of AD Domain Services and helps you explore their capabilities as you update to Windows Server 2022. This book will also teach you how to extend on-premises identity presence to cloud via Azure AD hybrid setup. By the end of this Microsoft Active Directory book, you'll feel confident in your ability to design, plan, deploy, protect, and troubleshoot your enterprise identity infrastructure.What you will learnInstall, protect, and manage Active Directory Domain Services (Windows Server 2022)Design your hybrid identity by evaluating business and technology requirementsAutomate administrative tasks in Active Directory using Windows PowerShell 7.xProtect sensitive data in a hybrid environment using Azure Information ProtectionLearn about Flexible Single Master Operation (FSMO) roles and their placementManage directory objects effectively using administrative tools and PowerShellCentrally maintain the state of user and computer configuration by using Group PoliciesHarden your Active Directory using security best practicesWho this book is forIf you are an Active Directory administrator, system administrator, or IT professional who has basic knowledge of Active Directory and is looking to become an expert in this topic, this book is for you.You need to have some experience of working with Active Directory to make the most of this book.

Mastering Adobe Animate 2021: Explore professional techniques and best practices to design vivid animations and interactive content

by Joseph Labrecque Ajay Shukla

Step into the world of animation and go beyond the fundamentals of Adobe Animate to bring experiences to life through expert-led contentKey FeaturesProduce rich motion graphics and interactive animations for multiple platforms and discover different ways to use AnimateExplore the key features and enhancements in the latest Adobe Animate releaseTake your Adobe Animate projects to the next level by delving into creative workflowsBook DescriptionAdobe Animate is platform-agnostic asset creation, motion design, animation, and interactivity software. Complete with step-by-step explanations of essential concepts, practical examples, and hands-on walkthroughs, this book shows you how to use Adobe Animate to create immersive experiences by breaking through creative limitations across every medium. You will begin by getting up to speed with what you need to know about Adobe Animate quickly. Next, you will learn how to get started with Animate as a creative platform and explore the features introduced in the most recent version of the software. Moving on, you'll consume and produce media assets for multiple platforms through both the publish and export workflows. Following this, you'll delve into advanced rigging techniques and discover how to create more dynamic animation with advanced depth and movement techniques. You'll also find out how to build projects such as games, virtual reality experiences, and apps for various platforms. The book concludes with an examination of different methods used to extend the software for various needs. By the end of this book, you'll be able to produce a variety of media assets, motion design materials and animated artifacts, and interactive content pieces - all while targeting a variety of platforms including HTML5 Canvas, WebGL, and mobile devices.What you will learnGain a solid understanding of Adobe Animate foundations and new featuresUnderstand the nuances associated with publishing and exporting rich media content for various platformsMake use of advanced layering and rigging techniques to create engaging motion contentCreate dynamic motion by using the camera and variable layer depth techniquesDevelop web-based games, virtual reality experiences, and multiplatform mobile applicationsExtend Animate with extensions, application-level scripting, and the creation of custom integrated tutorialsWho this book is forThis book is for web, graphic, and motion design professionals with basic experience in animation who want to take their existing skills to the next level. A clear understanding of basic animation concepts will help you to get the most out of this book and produce impressive results.

Mastering Adobe Captivate 2017

by Packt Publishing

<P><P>Create responsive SCORM-compliant quizzes, demonstrations, and eLearning content that fit on any device <P><P>Key Features <P><P>Create highly engaging interactive eLearning content with Adobe Captivate <P><P>Create SCORM-compliant Quizzes and host them in your favorite LMS <P><P>Make your eLearning content look great on any device with the advanced Responsive features of Adobe Captivate <P><P>Book Description <P><P>Adobe Captivate is used to create highly engaging, interactive, and responsive eLearning content. This book gives you the expertise you need to reinforce your own professional-quality eLearning course modules. <P><P>The book takes you through the production of three pieces of eLearning content. First, you will learn how to create a typical interactive Captivate project. This will give you the opportunity to review all Captivate objects one by one and uncover the application's main tools. Then, you will use the built-in capture engine of Captivate to create an interactive software simulation and a Video Demo that can be uploaded to your YouTube channel or published as an MP4 video. Finally, you will approach the advanced responsive features of Captivate to create a project that can be viewed on any device. At the end of the book, you will empower your workflow and projects with the most advanced features of the application, including variables, advanced actions, using Captivate with other applications, and more. <P><P>This book is an advanced tutorial, containing all the assets required to build its sample projects. Self-exploration is encouraged through extra exercises, experimentation, and external references. <P><P>What you will learn <P><P>Learn how to use features and objects in Adobe Captivate <P><P>Drive engagement by adding interactivity to your eLearning content <P><P>Add multimedia elements, such as audio and video, to create engaging, state-of-the-art learning experiences <P><P>Use themes to craft a unique visual experience that reinforces the learning process <P><P>Capture on-screen action and create highly engaging interactive software demonstrations and simulations <P><P>Use question slides to create SCORM-compliant quizzes and surveys that integrate seamlessly with your favorite LMS <P><P>Make your content look awesome on any device with the advanced responsive features of Captivate <P><P>Integrate Captivate with other applications (such as PowerPoint and Photoshop) to establish a professional eLearning production workflow. <P><P>Unleash the true power of Captivate with variables and advanced actions

Mastering Adobe Captivate 2017 - Fourth Edition

by Damien Bruyndonckx Dr Pooja Jaisingh

Create responsive SCORM-compliant quizzes, demonstrations, and eLearning content that fit on any device. About This Book • Create highly engaging interactive eLearning content with Adobe Captivate • Create SCORM-compliant Quizzes and host them in your favorite LMS • Make your eLearning content look great on any device with the advanced Responsive features of Adobe Captivate Who This Book Is For If you are a teacher, instructional designer, eLearning developer, or human resources manager and want to implement eLearning, then this book is for you. A basic knowledge of your OS is all it takes to create the next generation of responsive eLearning content. What You Will Learn • Learn how to use features and objects in Adobe Captivate • Drive engagement by adding interactivity to your eLearning content • Add multimedia elements, such as audio and video, to create engaging, state–of-the-art learning experiences • Use themes to craft a unique visual experience that reinforces the learning process • Capture on-screen action and create highly engaging interactive software demonstrations and simulations • Use question slides to create SCORM-compliant quizzes and surveys that integrate seamlessly with your favorite LMS • Make your content look awesome on any device with the advanced responsive features of Captivate • Integrate Captivate with other applications (such as PowerPoint and Photoshop) to establish a professional eLearning production workflow. • Unleash the true power of Captivate with variables and advanced actions In Detail Adobe Captivate is used to create highly engaging, interactive, and responsive eLearning content. This book gives you the expertise you need to reinforce your own professional-quality eLearning course modules. The book takes you through the production of three pieces of eLearning content. First, you will learn how to create a typical interactive Captivate project. This will give you the opportunity to review all Captivate objects one by one and uncover the application's main tools. Then, you will use the built-in capture engine of Captivate to create an interactive software simulation and a Video Demo that can be uploaded to your YouTube channel or published as an MP4 video. Finally, you will approach the advanced responsive features of Captivate to create a project that can be viewed on any device. At the end of the book, you will empower your workflow and projects with the most advanced features of the application, including variables, advanced actions, using Captivate with other applications, and more. This book is an advanced tutorial, containing all the assets required to build its sample projects. Self-exploration is encouraged through extra exercises, experimentation, and external references. Style and approach A step-by-step approach to mastering the latest concepts and features of Adobe Captivate 2017

Mastering Adobe Captivate 2019: Build cutting edge professional SCORM compliant and interactive eLearning content with Adobe Captivate, 5th Edition

by Damien Bruyndonckx Dr Pooja Jaisingh

Create responsive eLearning content, including quizzes, demonstrations, simulations and Virtual Reality projects that fit on any device with Adobe Captivate 2019 Key Features Build responsive, interactive and highly engaging eLearning content with Adobe Captivate 2019 Build Virtual Reality eLearning experiences with Adobe Captivate 2019 Assess your student knowledge with interactive and random quizzes Seamlessly integrate your eLearning content with any SCORM or xAPI compliant LMS Book Description Adobe Captivate is used to create highly engaging, interactive, and responsive eLearning content. This book takes you through the production of a few pieces of eLearning content, covering all the project types and workflows of Adobe Captivate. First, you will learn how to create a typical interactive Captivate project. This will give you the opportunity to review all Captivate objects and uncover the application's main tools. Then, you will use the built-in capture engine of Captivate to create an interactive software simulation and a Video Demo that can be published as an MP4 video. Then, you will approach the advanced responsive features of Captivate to create a project that can be viewed on any device. And finally, you will immerse your learners in a 360o environment by creating Virtual Reality projects of Adobe Captivate. At the end of the book, you will empower your workflow and projects with the newer and most advanced features of the application, including variables, advanced actions, JavaScript, and using Captivate 2019 with other applications. If you want to produce high quality eLearning content using a wide variety of techniques, implement eLearning in your company, enable eLearning on any device, assess the effectiveness of the learning by using extensive Quizzing features, or are simply interested in eLearning, this book has you covered! What you will learn Learn how to use the objects in Captivate to build professional eLearning content Enhance your projects by adding interactivity, animations, and more Add multimedia elements, such as audio and video, to create engaging learning experiences Use themes to craft a unique visual experience Use question slides to create SCORM-compliant quizzes that integrate seamlessly with your LMS Make your content fit any device with responsive features of Captivate Create immersive 360Рexperiences with Virtual Reality projects of Captivate 2019 Integrate Captivate with other applications (such as PowerPoint and Photoshop) to establish a professional eLearning production workflow Publish your project in a wide variety of formats including HTML5 and Flash Who this book is for If you are a teacher, instructional designer, eLearning developer, or human resources manager who wants to implement eLearning, then this book is for you. A basic knowledge of your OS is all it takes to create the next generation of responsive eLearning content.

Mastering Adobe Captivate 6

by Damien Bruyndonckx

This book is a step-by-step tutorial including all the needed assets to build the three sample projects it covers. It is divided into lots of small sub-topics and follows a clear and logical outline to help you structure your new knowledge. Every single feature covered is immediately illustrated by a meaningful exercise. Self-exploration of the software is strongly encouraged through extra exercises and experimentations. The book also introduces you to the Captivate community by providing lots of external reference and tips and tricks from established e-learning professionals. If you are: A teacher wanting to produce high quality e-learning content for your students. Working in a training department and want to implement e-learning in your company. Using a SCORM or AICC-compliant LMS and want to produce e-learning content to track your students’ performance. A webmaster in need of a fun and interactive way to produce an FAQ or a support site. Interested in e-learning. Then, this book is for you! A basic knowledge of your operating system (Mac or Windows) is all it takes to author the next generation of e-learning content with this book.

Mastering Adobe Captivate 7

by Damien Bruyndonckx

A comprehensive tutorial packed with examples, which is divided into small subtopics that follows a clear and logical outline to help you get to grips with Adobe Captivate 7. Readers are also encouraged to develop their understanding of the tool through practical exercises and experimentations in every chapter. A lot of external references and tips and tricks from established e-Learning professionals are also included. If you are a designer, e-Learning developer, or webmaster who wants to construct an interactive and fun-filled e-Learning project using Adobe Captivate 7, this book is ideal for you. Just a basic knowledge of operating system is expected from the developers interested in this book.

Mastering Adobe Captivate 7

by Damien Bruyndonckx

A comprehensive tutorial packed with examples, which is divided into small subtopics that follows a clear and logical outline to help you get to grips with Adobe Captivate 7. Readers are also encouraged to develop their understanding of the tool through practical exercises and experimentations in every chapter. A lot of external references and tips and tricks from established e-Learning professionals are also included. If you are a designer, e-Learning developer, or webmaster who wants to construct an interactive and fun-filled e-Learning project using Adobe Captivate 7, this book is ideal for you. Just a basic knowledge of operating system is expected from the developers interested in this book.

Mastering Adobe InDesign 2020: Complete guide to taking your digital design skills from beginner to professional

by Iman Ahmed Mohamed

Make the most out of Adobe InDesign using this practical guide, filled with design examples and useful techniques Key Features Step-by-step guide, in full color, from planning the design project to generating the desired output for web and print Create engaging design solutions for print media such as posters, magazines, books, and brochures Discover InDesign tips and tricks to increase productivity and simplify the design process Book Description InDesign is not just a tool, but a rich application that will inspire you to transfer your ideas into digital designs. This guide will help you understand the design process and get to grips with application tools and design concepts. This InDesign book starts by taking you through the design process, helping you to think like a designer, and introducing you to the significant features of the InDesign workspace. You'll learn about core Adobe InDesign elements such as pages, guides, and document navigation. You'll then advance to creating, resizing, rearranging, and deleting various design aspects. The book will guide you through setting up Master pages, applying them to pages, adding content, and overriding Master pages content in document pages for a more flexible design process. Finally, you'll explore options for working with text, such as text flow, text frame options, spell checks, and tables. By the end of the book, you'll be up to speed with using InDesign to build design projects for different mediums and publishing effective designs with expert tips and tricks. What you will learn Discover Adobe InDesign's core functions and tools to enhance your designs for pages, books, and magazines Use InDesign features such as Layers and Groups to organize content Build a complete design project by applying different InDesign techniques Store design elements using the InDesign library and the Adobe Creative Cloud library Create and edit documents using the Master Page feature in InDesign Explore various options for working with images, shapes, text, tables, and colors to enhance your designs Who this book is for This InDesign 2020 book is for professionals, non-designers, and anyone who wants to use the InDesign software for creating designs for books, magazines, and pamphlets. Intermediate-level InDesign users who want to enhance their InDesign skills will also find this book useful. The book does not assume any prior knowledge of design tools or techniques.

Mastering Adobe Photoshop Elements 2020: Supercharge your image editing using the latest features and techniques in Photoshop Elements, 2nd Edition

by Robin Nichols

An example-driven guide to take your image editing skills from beginner to advanced using powerful Photoshop Elements tools and techniques in tandem with Adobe's latest AI technology Key Features Updated to the latest version of Photoshop Elements 2020 with focused coverage on Adobe's latest AI technology Organize, search, and keep track of an ever-increasing number of images and videos using expert practices Discover common solutions to a wide range of photographic and image-editing problems Book Description Adobe Photoshop Elements is a raster graphics editor for entry-level photographers, image editors, and hobbyists. Updated and improved to cover the latest features of Photoshop Elements 2020, this second edition includes focused coverage of Adobe's new AI-powered features that are designed to make the editing process more efficient, creative and fun. This book takes you through the complexities of image editing in easy-to-follow, bite-sized chunks, helping you to quickly recognize the editing challenge at hand and use suitable tools and techniques to overcome it. You'll start by learning how to import, organize, manage, edit, and use your pictures in a format that's designed for creative photography projects. Throughout this Adobe Photoshop Elements book, you'll discover how to fix different photographic problems using an extensive repertoire of commonly applied solutions. Common processes such as applying artistic effects to creative projects, custom image makeovers, processing images for social media, and other file export methods will also be covered. By the end of this book, you'll have learned about the impressive tools available in Photoshop Elements 2020, and how it is designed not only for photographers who'd like to dip their toes into the editing world, but also for those wanting simple but effective ideas on how to expand their creativity while remaining time-efficient. What you will learn Explore the automatic AI-powered features designed to make the editing process faster and more efficient Add graphic elements to any composition, photograph, or illustration Overcome challenges in editing multi-layered images for your photography projects Develop illustrative skills using Photoshop Elements' drawing tools Learn techniques for professional photo retouching Work with online and local templates to create calendars, greeting cards, and other projects Who this book is for This book is for creative and enthusiastic photographers with elementary experience in photo editing. If you are looking to organize your picture collection and take control of post-processing requirements, you'll find this book useful. Though not necessary, photography skills alongside basic photo editing knowledge will help you to get the most out of this book.

Mastering Adobe Photoshop Elements 2021: Boost your image-editing skills using the latest tools and techniques in Adobe Photoshop Elements, 3rd Edition

by Robin Nichols

Leverage this well-illustrated, easy-to-understand end-to-end guide to become an accomplished photo editor, image retoucher, and creative artistKey FeaturesUpdated to the latest version of Photoshop Elements 2021 with focused coverage of Adobe's latest AI technologyOrganize, search, and manage an ever-increasing number of images and videos using expert practicesUncover common solutions to a wide range of photographic and image-editing problemsBook DescriptionManaging thousands of images while producing perfectly edited results is now a must-have skill for online bloggers, influencers, vloggers, social media users, and photography enthusiasts. Photoshop Elements helps you to manage this easily and boost your creative output. This third edition is updated with Elements 2021's latest features and focuses on Adobe's AI-powered features along with the entire creative workflow. Each chapter is designed to help you get the most out of your image files in an easy way. You'll learn how to add significant visual improvements to your work using no more than a few one-click edits with AI-driven features and manual adjustments. The book is filled with useful instructions to guide you seamlessly through the often complex processes, tools, and features in Photoshop Elements. Finally, you'll cover everything from developing your organizational skills through to creating remarkable special effects, complex text, image combinations, and eye-popping visual techniques using both AI-driven features as well as manually operated tools. By the end of this Photoshop Elements book, you'll have learned how to leverage the impressive tools available in Photoshop Elements 2021, and use them to greatly improve your photo editing and image retouching skills.What you will learnIdentify the five parts of Elements and set up your computer, camera, and monitorImport, organize, and keep track of your imported media libraryDevelop advanced image retouching skillsDiscover how to add text and graphics to photographsCultivate your understanding of multi-image, multi-layered editing techniquesDevelop illustrative skills with the many drawing tools available in Elements 2021Prepare images and projects for uploading to social media, print, and videoFind out how to troubleshoot your work when things don't come out the way you hoped they wouldWho this book is forThis book is for amateur photographers looking to dip their toes into the editing world, anyone who wants simple but effective ideas on how to expand their creativity, as well as advanced enthusiasts seeking to push the boundaries of their creative output. Though not necessary, photography skills together with basic photo editing knowledge will help you to get the most out of this book.

Refine Search

Showing 35,901 through 35,925 of 61,805 results