Programming
Showing 361–372 of 3124 results
Build your first microservice with .NET
Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other by using standard protocols and well-defined interfaces. Each microservice typically encapsulates simple business logic, which you can scale out or in. You test, deploy, and manage the microservice independently. Smaller teams develop a microservice based on a customer scenario and choose the technologies that they use. This module teaches you how to build your first microservice by using .NET.
Build your first Orleans app with ASP.NET Core 8.0
Learn how to build cloud-native, distributed apps with Orleans.
Build your first web app with Blazor
Learn how to build your first web app with Blazor.
Build your kernel
This module introduces the Semantic Kernel SDK. Learn how the kernel connects code to large language models to extend functionality with generative artificial intelligence.
Build your own AI copilot with vCore-based Azure Cosmos DB for MongoDB and Azure OpenAI
Learn how to use your own data to build AI copilots using vCore-based Azure Cosmos DB for MongoDB and Azure OpenAI. You'll focus on database setup and vector search integration for easy AI application development.
Build Your Own Chatbot in Python
Create a chatbot from scratch using Python and popular libraries like NLTK and TensorFlow.
Build your tech resilience
Far too many talented people avoid choosing or actively decide to leave tech because it can be unwelcoming. Our mission? To help build a more inclusive future for the tech industry by fostering confidence, a growth mindset, resilience, and a sense of belonging. Start here to grow more as an individual and team and learn useful strategies that have a strong research base of evidence for improving effectiveness in the workplace. By the end of this series, we hope you have a new way of taking ownership over your problem-solving process, which you can apply when debugging code or when working with a team under a tight deadline.
Building a Back-End Application with NestJS
Learn to build efficient back-end applications using NestJS, focusing on TypeScript, modular architecture, and best practices for development.
Building a Back-End Application with NestJS
Learn to build robust back-end applications using NestJS, focusing on modular architecture and TypeScript integration.
Building a Backend Application with Go
This course enables web developers to learn how to develop a backend Go application using REST API and GraphQL.
Building a Full-stack Application Using the MEAN Stack
Features of the App: Creating a RESTFUL API, Setting up a Database, JSON Web Tokens, Authentication & Authorization, CRUD functionality and Deployment
Building a GraphQL Endpoint with Deno
Deno is a modern and secure runtime for JavaScript and can be used to create a complete GraphQL endpoint.