PluralSight – Getting Started with Azure Media Services

PluralSight – Getting Started with Azure Media Services Bookware-KNiSO
English | Size: 264.25 MB
Category: Tutorial


Release Notes: Processing and broadcasting high quality video content is a specialized and resource intensive process. In this course, Getting Started with Azure Media Services, you’ll learn to leverage the power and flexibility of Azure Media to achieve all that and more. First, you’ll explore the management and encoding of video assets using the portal and code. Next, you’ll discover how to play the video content in a web application. Finally, you’ll learn how to analyze the content leveraging the artificial intelligence in Azure Cognitive Services. When you’re finished with this course, you’ll have the skills and knowledge of Azure Media Services needed to bring your applications to life with high-quality video content

PluralSight – Building a CyberSecurity Home Lab Environment

PluralSight – Building a CyberSecurity Home Lab Environment Bookware-KNiSO
English | Size: 348.21 MB
Category: Tutorial


Release Notes: As a cybersecurity professional, it is imperative that you establish a laboratory for you to practice your skills and test new vulnerabilities. Just as with any discipline, before you take your skills to the real world you need to practice practice, and then practice some more. The time to learn a new tool or try something out isn t during an engagement. In this course, Building a CyberSecurity Lab Environment, you ll learn how to create an environment that you can use to enhance your learning that is separate from your production network.

PluralSight – Getting Started with JSON in C Sharp Using Json NET

PluralSight – Getting Started with JSON in C Sharp Using Json NET Bookware-KNiSO
English | Size: 565.25 MB
Category: Tutorial


Release Notes: The rising popularity of the web, mainly around JavaScript related technologies has given JSON a great deal of importance over other data interchange formats like XML. In this course, Getting Started with JSON in C# Using Json.NET, you will learn foundational knowledge that will allow you to work with JSON in .NET First, you will learn the principles behind serialization fundamentals. Next, you will discover how to control and customize serialization using settings and attributes Then, you will explore advanced serialization and deserialization techniques including LINQ to JSON. Finally, you will learn about the future of Json.NET with NET Core and .NET 5. When you’re finished with this course, you will have the skills and knowledge needed to work with JSON in .NET

PluralSight – Security Policies and Standards Automation on AWS for DevOps Engineers

PluralSight – Security Policies and Standards Automation on AWS for DevOps Engineers Bookware-KNiSO
English | Size: 214.05 MB
Category: Tutorial


Release Notes: Though most companies think that cloud migration would help them save costs they are in for a surprise if they don’t adhere to some standards and set up cost controlling measures. In this course, Security Policies and Standards Automation on AWS for DevOps Engineers, you ll learn to set up a governance strategy and create budgets to control costs for your enterprise.. First you ll explore the basics of IAM and some of the best practices recommended by AWS and learn how to manage access policies. Next, you ll discover how to create budgets for your organization and make sure that your AWS cloud costs don t exceed the budget and learn how to create cost and usage reports

PluralSight – C Sharp Concurrent Collections Bookware

PluralSight – C Sharp Concurrent Collections Bookware-KNiSO
English | Size: 388.54 MB
Category: Tutorial


Making applications concurrent can be a vital part of ensuring good responsiveness and high performance, but standard collections are not designed for concurrent environments. In this course, C# Concurrent Collections, you ll learn how to use concurrent collections to bring the power of manipulating data in collections to multithreaded scenarios by thinking about problems in a concurrent way. First you ll discover how to avoid race conditions and data corruption, and how to use lambdas and closures to complete concurrent collection operations in a thread-safe way. Next, you ll explore producer-consumer collections, such as stacks and queues Then, you’ll learn how to safely consume all items from a queue when you don t know if other threads might be adding other items. Finally, you ll delve into good coding practices to keep your concurrent collection code efficient. By the end of this course, you ll understand how to safely store data in collections and have multiple threads access that data concurrently, while avoiding the thread synchronization bugs that can otherwise plague concurrent code