Linkedin Learning – Learning Jira Server Edition

Linkedin Learning – Learning Jira Server Edition-ZH
English | Size: 207.74 MB
Category: Tutorial


Jira is a tool for issue tracking and project management Already the industry standard for software development, Jira is quickly being adopted by many other teams like marketing, legal IT, and finance. By learning Jira, you can easily manage your own daily tasks, help your organization plan strategic initiatives, and keep track of progress with the easy-to-use, real-time reporting tools. This course teaches you everything you need to get started with the server edition of Jira. Instructor Rachel Wright introduces you to the software and explains some of the differences between the versions and types of Jira. Then you can learn how to navigate the dashboard, view your project list, and drill down for details. Next, see how to create and edit issues, estimate the time and effort needed to complete them, and search for issues. Rachel also shows how to generate useful reports by customizing filters, dashboards, and boards, and adjust preferences so that Jira works best for you

Linkedin Learning – Advanced CSS Media Queries-ZH

Linkedin Learning – Advanced CSS Media Queries-ZH
English | Size: 172.45 MB
Category: Tutorial


While most web developers have encountered media queries as part of their work on responsive layouts, media queries offer many more options than just the size of the viewport. In this course instructor Jen Kramer explores some of the latest and greatest media query options available to Chrome, Firefox, Edge, and Safari. Learn how to test for different styles of interaction, determine how devices are held, figure out what resolution they have, and combine these options to build better sites and apps. Jen also covers complex media queries using and not, and comma-separated conditions. Plus, she shows you how to keep these choices from breaking your projects in older

Linkedin Learning – Threat Modeling Information Disclosure in Depth

Linkedin Learning – Threat Modeling Information Disclosure in Depth-ZH
English | Size: 119.59 MB
Category: Tutorial


STRIDE is a popular threat modeling framework that helps security pros and software developers think strategically about risk. This course addresses the I in STRIDE, which stands for information disclosure. You can learn how to preserve the confidentiality of the data, secrets, and other information you store, and the policies you need to put into place to share that information safely. Topics include classic models such as data at rest and data in motion as well as information disclosure in processes and information disclosure in certain technologies such as cloud, Internet of Things and mobile, and AI and machine learning. Expert Adam Shostack also reviews the side effects of computation, the physical effects of CPUs, and the defenses you can put into place at your organization to manage metadata, secrets, and other sensitive information

Linkedin Learning – Microsoft 365 Manage Governance and Compliance

Linkedin Learning – Microsoft 365 Manage Governance and Compliance-ZH
English | Size: 240.57 MB
Category: Tutorial


Microsoft 365 offers a variety of tools designed to help you manage your content lifecycle and comply with legal or regulatory standards. In this course, learn about some of the most notable governance and compliance tools and features, as well as how to use them to protect information within Microsoft 365. Instructor Liam Cleary outlines the recommended configuration of tools such as data loss prevention (DLP), and Azure Information Protection. He also provides configuration and implementation details for overall auditing, data governance, and eDiscovery capabilities.

Linkedin Learning – Advanced C Sharp Functional Programming Patterns

Linkedin Learning – Advanced C Sharp Functional Programming Patterns-ZH
English | Size: 290.73 MB
Category: Tutorial


Functional programming offers developers a straightforward way to tackle modern software problems like massive scale, distributed systems, and multiple threaded runtimes. Curious about how to work functional programming patterns into your .NET applications? In this course, Walt Ritscher shows you how. Discover how to leverage the functional programming features in C# to transform your code. Walt covers key topics such as immutability, higher-order functions, and why expressions are better for functional programs. Plus, learn how to compose function flow in C# using pipelining; work with functional programming concepts like map filter and bind in LINQ; and more