Software Development
Showing 2401–2412 of 2824 results
Strategies for Microservice Scalability and Availability in ASP.NET Core
This course will teach you how to scale-out .NET Microservices to improve your software's performance and availability using stateless microservices with load balancers, queues, and caching.
Streaming API Development and Documentation
Explore best practices for developing and documenting streaming APIs for real-time data applications.
Streaming messages between client&server services using gRPC
Learn how to stream messages between client and server services using gRPC. Explore the advantages of gRPC for high-performance communication in microservices architectures, including features like bidirectional streaming and real-time data exchange.
Streaming updates to a client using Server-Sent Events
Master the use of Server-Sent Events (SSE) for streaming real-time updates to clients. Learn how to push updates efficiently from the server to the client over a single, long-lived HTTP connection, ensuring seamless communication in modern web applications.
Streams, Collectors, and Optionals for Data Processing in Java 8
This course shows advanced patterns to process data in Java 8 using lambdas, streams, spliterators, optionals, and collectors. It shows how to build your own spliterators to connect streams to non-standard data sources, and to build your own collectors.
String Manipulation and Regex in C#
Strings are a core concept in .NET, which all developers must master. This course will teach you practical techniques for manipulating string data in modern C# applications that can be easily applied in your code.
String Manipulation in C#: Best Practices
Strings are a core concept in .NET, which all developers must master. This course will teach you everything you need to know about the best practices for working with strings using C#.
Structural Design Patterns in Kotlin
Patterns are the fundamental design and communication toolkit of programmers. This course will teach you the classic Gang of Four structural patterns with implementations in Kotlin.
Structure your Bicep code for collaboration
Build Bicep files that support collaborative development and follow best practices. Plan your parameters to make your templates easy to deploy. Use a consistent style, clear structure, and comments to make your Bicep code easy to understand, use, and modify.
Successful interviewing
In this module, you'll learn how to prepare for technical and nontechnical interviews. You'll also get recommendations on how to best carry out an interview.
Summarize data with Azure AI Services and Azure database for PostgreSQL
This module will examine how Azure AI Services and the Azure AI extension for Azure Database for PostgreSQL - Flexible Server enable Generative AI summarization techniques for condensing complex content into concise summaries.
Supercharging Your GitHub Workflow
Setting the pace with a competitive advance is rooted in your software development workflow. Learn why the popular GitHub flow is used among industry leading companies both large and small and how to supercharge it to meet your project's needs.