Software Development
Showing 133–144 of 673 results
Collaborative Contract Driven Development
In this presentation, you will learn about the goals and processes behind contract driven development and how they resolve a lot of pain points around developing in a microservices/cloud world.
Collections and Generics in C#
Working with multitudes of objects and using generics requires understanding of programming theory and textbook algorithms. This course will teach you effective use of .NET collections and power of generalization through generic classes and methods.
Collections in Rust 2021
Rust is a powerful programming language that helps you to develop systems and applications that are safe and efficient. This course will teach you how to use collections in Rust so that you can write Rust code that performs reliably and runs fast.
Concurrent Programming in Go
Modern software systems must operate with a high degree of concurrency to take advantage of the hardware they are running on. This course will teach you how to get the most out of Go's features to build robust and elegant concurrent programs.
Concurrent Programming in Java with Virtual Threads
Reactive programming improves the throughput of microservices. This course explains how virtual threads and structured concurrency improve the reactive programming model, by writing simpler code that is easier to maintain and debug.
Configuration and Options in ASP.NET Core 6
This course will teach you everything you need to know about using configuration and options in ASP.NET Core. The skills you will learn will help you to build complex ASP.NET Core applications which can be configured from multiple sources.
Configuring and Compiling TypeScript 5 Projects
TypeScript is a programming language related to JavaScript which is used to build full-complexity web applications.
Configuring, Compiling, and Debugging TypeScript 4 Projects
TypeScript is a powerful tool that adds organization, clarity, and collaborative potential to web applications. Here you'll learn to install, configure, and debug TypeScript, as well as how to configure the compiler and use Type Declaration files.
Confluence: Getting Started
Confluence is Atlassian’s widely used team collaboration and knowledge sharing tool. It's grown far beyond its wiki origins and offers a wealth of features. This course will get you ready to create content and leverage Confluence's capabilities!
Consolidating MVC Views Using Single Page Techniques
Simplify and improve the testability and reusability of your MVC applications through the use of the Single Page Application idiom and MVVM techniques.
Containerization and Virtualization Concepts
Learn the essentials of VMs, containers, Docker, and Kubernetes. Understand the differences to get started!
Context and Dependency Injection (CDI 1.1)
Learn how to decouple and inject your components with CDI (Context and Dependency Injection) in your Java SE and Java EE applications.