IT & Software
Showing 253–264 of 16328 results
Advanced Bicep
Bicep enables you to deploy Azure resources. Bicep uses a declarative syntax that you treat like application code. Treating your infrastructure as code enables you to track changes to your infrastructure requirements and makes your deployments more consistent and repeatable.
Advanced Branching and Looping in GO
In the Advanced Branching and Looping in GO course, you will learn how to effectively use loops and branch statements in a wide variety of use cases. We will demonstrate the best practices with several demos and mini-projects for business objectives.
Advanced C# 7 Collections
Learn to use the full range of Microsoft collections, from lists and dictionaries to sets, queues, and concurrent and immutable collections. This course will explore the principles of ensuring code with collections is scalable and robust.
Advanced C++ Mocking Using Google Mock 1
Writing unit tests is not trivial. In this course, you'll learn how to succeed using a powerful tool, Google Mock. It has become the standard mocking framework for C++ developers who want to write high quality code faster.
Advanced Computer Vision and Deep Learning
Explore advanced topics in computer vision and deep learning techniques for complex image analysis tasks.
Advanced configuration for Dynamics 365 Customer Insights – Journeys
Administrators use settings to fine-tune application behavior, set marketing defaults, check quotas, manage core marketing settings, and more.
Advanced Cyber Defense Analysis with Wireshark
As a member of the security team, you will need to have the skills required to help with mitigating potential attacks. This course will prepare you to use the Wireshark utility to help in this mitigation.
Advanced Data Analysis with Power BI
Deep dive into advanced data analysis techniques using Microsoft Power BI.
Advanced Data Cleansing in SQL Server: Techniques and Strategies
This course will teach you how to use Regular Expressions in SQL Server to both identify data issues, and clean them up to ensure your data is fit for purpose. This is a critical part of ensuring your data is fit for the purpose intended.
Advanced Data Modeling in Salesforce
Understanding data modeling is fundamental to understanding Salesforce. This course will teach you about standard and custom objects, object relationships, and how to decide when objects and specific relationships need to be created.
Advanced Data Retrieval Techniques in SQL Server
This course will teach you advanced querying, indexing, and data analysis skills.
Advanced Data Structures: Implementing Tries in C++ and Java
This course covers the intuition, implementation and problem-solving using tries.