Software Development
Showing 1357–1368 of 2824 results
ICAgile (ICP-PRG): Improving and Refactoring Code
This course will teach you how to identify code smells in your code as well as how to use refactoring to eliminate those smells and improve the overall quality of your codebase.
ICAgile (ICP-TST): Agile Testing Process
This course will teach you how to create tests by devising a test strategy, as well as explore testing infrastructures and environments used by different testing roles in an Agile distributed environment.
ICAgile (ICP-TST): Getting Started
You know that you need to test, but you’re not sure how. This course will teach you the basics and the essence of software testing to get you started.
ICAgile (ICP-TST): Overview
This is an introduction to the IC-Agile Test certification. This course will teach you the broad outlines of what you can expect in ICAgile Testing.
ICAgile (ICP-TST): Testing Techniques
Agile changes the nature of testing. This course will teach you how it changes, and how to integrated Agile testing into your enteprise.
ICAgile Foundations of DevOps: Getting Started
This course will teach you what led to the emergence of DevOps and how this way of working enables product teams to accelerate growth in skills and empathy for their customers.
Identify data integration patterns and scenarios in finance and operations apps
As a developer, you are generally part of the data integration scenarios during and after a finance and operations apps implementation. This module explores web application programming interfaces (APIs) that are available for finance and operations apps and will help you understand the key differences between synchronous and asynchronous integrations for the application.
Identify functional table types and characteristics in Dynamics 365 Business Central
Do you want to learn about table types in Business Central? In this module, you'll learn about the different functional table types and their specific characteristics, such as special fields, properties, and linked pages.
Identify security vulnerabilities in your codebase by using CodeQL
In this module, you learn about CodeQL and how you can use it to analyze the code in your GitHub repository and identify security vulnerabilities.
Identifying Hidden Dependencies
Learn how Honeycomb improved the reliability of our Zookeeper, Kafka, and stateful storage systems through terminating nodes on purpose.
IDisposable Best Practices for C# Developers
.NET takes care of memory management for you, right? Mostly. But the Garbage Collector needs your help and that's where IDisposable comes in. This course will teach you how to use it correctly to prevent strange errors and crashes in your apps.
IITBombayX: Algorithms
Learn how to structure and use algorithms to solve real life problems.