Software Development
Showing 361–372 of 2824 results
Building Concurrent Applications with the Actor Model in Akka.NET
Easily build concurrent .NET applications using the high level abstractions of the Actor Model that automatically recovers from errors and that can be distributed across multiple computers with little additional effort.
Building Cross-Platform Applications with .NET MAUI
Learn to build cross-platform applications using .NET MAUI, focusing on user interface design and development for multiple platforms.
Building Custom GitHub Actions
GitHub Actions is the official automation solution for GitHub projects. Unlock its full potential by creating your own custom actions. This course will teach you how to build real-world GitHub Actions using TypeScript and Docker.
Building Distributed Applications with Go
This course will teach you to build the basic elements of a distributed application architecture from first principles, using only Go’s standard library.
Building DSLs in Kotlin
One of the valuable features of Kotlin is its support for Domain Specific Languages (DSLs). This course will teach you how to apply kotlin language features, design patterns, & DSL design principles to create DSLs and improve the syntax of your code.
Building Event Driven and Microservices Architecture in Azure
In this course, we will learn how to easily design and build complex solutions based on the Event-Driven Architecture in the Azure Cloud.
Building fault-tolerant microservices with the @Fallback annotation
Discover how to build fault-tolerant microservices in Java using the @Fallback annotation. Learn to create resilient services that handle failures gracefully, using fallback methods to ensure high availability and minimize service disruption in case of errors.
Building Go Web Services and Applications
This course will teach you how to build web services using the Go programming language.
Building iOS User Interfaces with SwiftUI
This course will teach you to make iOS apps with engaging user interfaces using Xcode, Swift, and SwiftUI.
Building Microservices
In this course, you will learn about several key patterns and practices that will enable you to successfully design and build microservice applications that are maintainable, testable, and secure.
Building Modern Applications (Java – Kafka – Microservices)
All In One (Java, Spring Boot, Apache Kafka and Microservices)
Building Multithreaded C# 8 Applications with the Task Parallel Library
Learn how to effectively apply multithreaded principles in any type of .NET application using parallel extensions. This course will give you the insight to build fast, powerful, and easy to maintain applications.