Software Development
Showing 1153–1164 of 2653 results
GTx: Introduction to Object-Oriented Programming with Java II: Object-Oriented Programming and Algorithms
Learn the basics of object-oriented programming and algorithms.
GTx: Introduction to Object-Oriented Programming with Java III: Exceptions, Data Structures, Recursion, and GUIs
Learn how to create and use exceptions, data structures, recursion, and graphical user-interfaces (GUIs).
GTx: Machine Learning
Learn about machine learning, the area of artificial intelligence (AI) that is concerned with computational artifacts that modify and improve performance through experience.
Guide to Secure .NET Development with OWASP Top 10
Discover the most common software vulnerabilities according to OWASP and different techniques of writing more secure code. Prevent from security bugs creeping into your codebase following security best practices.
Guided project – Accelerate app development using GitHub Copilot tools
This Module explores using GitHub Copilot to accelerate development of an end-to-end project. GitHub Copilot is used to explain unfamiliar code, generate project documentation, develop a new app feature, develop unit tests, and implement improvements.
Guided project – Build a .NET app with Azure Cosmos DB for NoSQL
Connect to an Azure Cosmos DB for NoSQL account using C# and .NET to perform common operations. Your code creates resources, coordinate multiple operations, and query items.
Guided project – Build a chat bot using Azure OpenAI, Azure Cosmos DB for NoSQL, and Blazor
Connect an existing Blazor web application to Azure Cosmos DB for NoSQL and Azure OpenAI using their .NET software development kits. Your code manages and queries items in an API for NoSQL container. Your code also sends prompts to Azure OpenAI and parses the responses.
Guided Project – Build a message extension plugin with TypeScript (TS) for Microsoft Copilot
This guided project is about building message extension plugins for Microsoft 365 Copilot using TypeScript and the Teams Toolkit.
Guided project – Build auto suggest engine with Copilot
Use GitHub Copilot to interpret, debug, and extend project code for a Trie data structure that supports autocomplete and spelling suggestion features.
Guided project – Calculate and print student grades
Learn to develop an application that will calculate and display results based on given data.
Guided project – Calculate final GPA
Gain experience developing an application that will calculate and display results based on given data.
Guided project – Create an AI travel agent
This module guides you through the steps required to develop a proof-of-concept AI Travel assistant with the Semantic Kernel SDK. By the end of this module, you complete a small chatbot application.