Software Development
Showing 1297–1308 of 2653 results
Implement Azure Cosmos DB for NoSQL point operations
Write code to create, read, update, and delete items in Azure Cosmos DB for NoSQL.
Implement Azure Key Vault
Learn how Azure Key Vault can help you keep your apps more secure, and how to set and retrieve secrets by using the Azure CLI.
Implement Azure Load Testing
Learn how to optimize application performance by simulating real-world loads with Azure Load Testing service. Learn how to automate load testing with GitHub Actions to ensure consistent application performance and scalability.
Implement backup and restore for Azure Cosmos DB for NoSQL
We'll learn to use the two backup models Azure Cosmos DB provides.
Implement code improvements using GitHub Copilot tools
This module explores using GitHub Copilot Chat to develop improvements for an existing codebase. Exercises provide practical experience implementing GitHub Copilot suggestions that improve code quality, reliability, performance, and security.
Implement compliance in a cloud-native .NET 8 application
Microservice applications, because of their distributed nature, can be difficult to secure. In this module, you'll learn how to classify sensitive data in a cloud-native application, redact sensitive data in log files, and generate compliance reports for a cloud-native application.
Implement data integration concepts and solutions for finance and operations apps
Connect to your finance and operations apps data by using data entities, where data is accessed outside of the application and with different endpoint and external applications.
Implement error handling and logging in Go
Understand how to handle errors and log helpful information in your Go programs.
Implement exception handling in C# console applications
Learn about exceptions, the exception handling process supported by C#, and then implement exception handling patterns for various coding scenarios.
Implement feature flags in a cloud-native ASP.NET Core microservices app
Implement a feature flag in your cloud-native ASP.NET Core microservices app to enable or disable a feature in real time.
Implement generic types and traits
Understand what generic types and traits are and how to use them in Rust.
Implement GitHub Actions
GitHub Actions is a powerful CI/CD platform that allows developers to automate their software development workflows. Learn how GitHub actions are implemented, how workflow files are structured, and how to control workflow execution.