Showing 4021–4032 of 4482 results

Understanding the Difference Between Microsoft Azure and Amazon AWS
Choosing a public cloud provider is a big decision. This course will teach you how the Microsoft Azure and Amazon Web Services (AWS) clouds are similar and different.

Understanding the Java Virtual Machine: Class Loading and Reflection
This course covers some of the fundamentals and inner workings of the Java Virtual Machine. This class will be the first in the series and will examine class loading.

Understanding the Java Virtual Machine: Memory Management
This course covers all aspects of garbage collection in Java, including how memory is split into generations and managed and how the different collectors do their job. We also cover the classes you can use to interact with the garbage collection, such as Soft, Weak, and PhantomReference.

Understanding the Java Virtual Machine: Security
This course covers the details of code security explaining how the SecurityManager and the AccessController work together to grant permissions to code in the current call stack. We cover how to grant permissions based on policy and how to create your own permissions and also cover how to limit the stack walk so that privileged code can run.

Understanding the Lean Six Sigma Methodology
With this course, you will be made ready for the Lean Six Sigma White Belt certification and will be eligible to work in process improvement projects as a team member by understanding the DMAIC methodology, which is Lean Six Sigma's beating heart.

Unit Testing an ASP.NET Core MVC Web Application
Unit testing your ASP.NET Core MVC web application helps with improving its reliability. This course will teach you the ins and outs of unit testing with xUnit in detail.

Unit Testing an ASP.NET Core Web API
Unit testing your ASP.NET Core Web API helps with improving its reliability. This course will teach you the ins and outs of unit testing with xUnit in detail.

Unit Testing in ASP.NET Core Blazor
Unit testing ensures that all code meets quality standards before it's deployed. This course will teach you how to unit test Blazor Applications using bUnit.

Unit Testing in Ruby
This course will teach you how to configure and use RSpec to test existing Ruby code.

Unit Testing in Spring Framework 6 with JUnit
Comprehensive unit testing provides you with confidence in running production applications. This course will teach you effective strategies for writing unit tests for all layers of your Spring applications.

Unit Testing Java Applications using JUnit 5
In this course, you will learn - What is unit testing? Why write Unit Tests? and then we will learn about JUnit 5 the popular Java Unit Testing Framework.

Unit Testing Legacy Code in Java SE 8
Untested code can be difficult and risky to maintain. This course will teach you techniques to get existing code under test as you work on it, without risky rewrites or redesigns.