Software Development
Showing 649–660 of 2824 results
Create server-side programming constructs in Azure Cosmos DB for NoSQL
Use JavaScript to author server-side stored procedures, user-defined functions, and triggers.
Create serverless applications
Azure Functions enable the creation of event driven, compute-on-demand systems that can be triggered by various external events. Learn how to leverage functions to execute server-side logic and build serverless architectures. This learning path can help you prepare for the Microsoft Certified: Azure Developer Associate certification.
Create serverless logic with Azure Functions
Azure Functions allows developers to host business logic that can be executed without managing or provisioning infrastructure.
Create tokens using OpenZeppelin
Learn about the significance of tokens and how they are used in blockchain.
Create web apps and services with ASP.NET Core, minimal API, and .NET
.NET is a free, cross-platform, open-source developer platform for building many different types of applications. With minimal API, you can create an API in just four lines of code, while using the latest features of .NET.
Create your first Azure AI services text to speech application
Microsoft's Azure AI services provide developers with APIs to create applications that take advantage of Azure's text to speech features. In this module, you'll learn how to use Azure AI services to create a text to speech application that uses both plain text and Speech Synthesis Markup Language (SSML) to create audio files.
Create your first Azure AI speech to text application
Microsoft's Azure AI services provide developers with APIs to create applications that take advantage of Azure's speech to text features. In this module, you'll learn how to use Azure AI services to create a speech to text application that converts a sample WAVE file into text.
Create your first Q# program by using the Quantum Development Kit
Get started with Q# programming by building a quantum random number generator.
Create your first route finding app with Azure Maps
Learn about writing code to interact with Azure Maps. Develop and test a fun app to find the best route for a truck, car, or bicycle. The route is from the west coast of the USA, to the east coast. You can see how routes change based on vehicle. And, for trucks, how routes vary if the contents are hazardous. You get the chance to add in your own locations.
Creating a TypeScript 3 Declaration File
Knowing how to create TypeScript declaration files is an essential skill for any TypeScript developer. This course covers the in’s and out’s of TypeScript declaration files, including what they are, why they are useful, and how to create them.
Creating and Using Arrays (Java SE 8 Programmer 1 Certification 1Z0-808)
Arrays are an essential feature of Java which you need to understand as a professional Java programmer. This course will teach you everything you need to know about working with arrays for the Oracle Java SE 8 Programmer I certification exam.
Creating and Using Decorators in JavaScript
Decorators are a new JavaScript feature that allows you to write flexible and readable code using meta-programming techniques. This course will teach you how to use and implement decorators in JavaScript.