Showing 4069–4080 of 4482 results

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 gRPC in ASP.NET Core
gRPC is a new way to build APIs based on contracts and binary serialization. This course will show you how to write and use these APIs in a variety of different clients.

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 Hooks in React 18
This course will teach you how to best use React Hooks, how to build your own Hooks, and how to combine Hooks together to make awesome React apps.

Using HttpClient to Consume APIs in .NET 5
This course will teach you how to consume APIs with HttpClient in .NET.

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 Intermediate Wireshark 3 Features
Wireshark is the most widely used packet analyzer in the world, and the go-to tool for breaking down network traffic. This course will teach you where to go beyond the basics, with a look at HTTP traffic, forensic analysis and basic customization.

Using Java Lambda Expressions
Lambda Expressions are one of the foundation of the Java language available since Java 8. In this course, you will learn a very simple method to write lambda expressions that always works and how to chain and compose them.

Using Java Streams
The Stream API is an in-memory implementation of the map/filter/reduce pattern, introduced in Java 8. In this course, you will learn the basics of this API, how you can use it to improve your code, and how this implementation works internally.

Using Jenkins to Automate Artifact Builds and Security
This course teaches you how to automate the creation of different artifacts, like VMs, containers, and serverless components in a CI/CD tool chain with the help of, Jenkins, Terraform, and Ansible, and how to add security with HashiCorp Vault.

Using Laravel for Advanced String Manipulation in PHP
Explore advanced string manipulation techniques in PHP using the Laravel framework, focusing on practical applications and best practices.