Software Development
Showing 2653–2664 of 2824 results
Using Annotations in Java (Java SE 11 Developer Certification 1Z0-819)
Annotations in Java help you make your code readable and help the compiler generate metadata for your Java types. This course will teach you how to use built-in annotations, develop custom Java annotations, and apply them to real-world applications.
Using Apache Camel with Enterprise Integration Patterns
This course is about enterprise integration patterns proposed by Apache Camel.
Using Configuration and Options in .NET Core 3 and ASP.NET Core 3 Apps
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.
Using Declarative Jenkins Pipelines
Learn the modern way to use Jenkins, with declarative pipelines stored in Jenkinsfiles which live alongside your project source code. Pipelines promote re-use and simplify your whole Jenkins experience, from managing agents to building branches.
Using Entity Framework Core for Data Access & Relational Mapping
Entity Framework Core is a modern, lightweight, open-source, cross-platform object-relational mapper.
Using Git for Source Control in Visual Studio 2019
Git is the most commonly used version control system. In this course you will learn how to use Git in Visual Studio 2019 while working on a .NET application in the context of a small team.
Using Git with a GUI
Getting started with Git can be hard, but I can help you make this process easy by using a GUI. This course will teach you the mechanics of working with Git with a GUI using a great free tool: Atlassian SourceTree.
Using GitHub Copilot with JavaScript
Use GitHub Copilot, an AI pair programmer that offers autocomplete-style suggestions as you code, to work with JavaScript
Using GitHub Copilot with Python
GitHub Copilot is an AI pair programmer that offers autocomplete-style suggestions as you code in Python.
Using gRPC in ASP.NET Core 5
In today's market, building services that communicate with a variety of platforms is crucial. gRPC represents a new, cross-platform, open-source way to build services for places that need tighter contracts and higher performance.
Using IIS 10 as a Developer
IIS is the backbone for application development in the Microsoft stack. This course will teach you what IIS is, how it works, and how to work effectively with it.
Using Jasmine to Unit Test Your JavaScript App
You'll gain skills through examples and exercises using Jasmine and JavaScript.