Software Development
Showing 2725–2736 of 2769 results
Working with Git and GitHub in Visual Studio 2022
Git is the most commonly used version control system. This course will teach you how to work with Git and GitHub in Visual Studio 2022 to track and store the changes of your C# code and to collaborate with other .NET developers.
Working with Git Branches
Git branches help you manage your daily tasks easier. If you're working in a shared codebase, then branching is essential. Packed full of demos, this course will guide you through Git branches and the tools available to help you along the way.
Working with Inheritance (Java SE 8 Programmer I Certification 1Z0-808)
Having a good understanding of the Java Type System is mandatory to maintain and extend any Java application. This course explains you how encapsulation, abstraction, inheritance and polymorphism have been implemented in the Java language.
Working with Java Data Types (Java SE 8 Programmer I Certification 1Z0-808)
Working with Java data types is a fundamental skill that any Java developer should have and know for the 1Z0-808 certification exam. This course breaks down and demonstrates what Java data types are and how they are used within an application.
Working with Java Data Types and String APIs (Java SE 11 Developer Certification 1Z0-819)
This course will teach you the eight primitive types and their wrappers. Including coverage of variables and scope rules, operators, as well as the String, Date, and Time types.
Working with Java I/O API in Java SE Applications (Java SE 11 Developer Certification 1Z0-819)
In this course, you will learn how the API is organized and working, how you can solve common problems with I/O , and get hints on how to get ready for the certification.
Working with JavaScript Modules
When writing web applications, JavaScript code can rapidly become difficult to maintain and understand. In this course, you will learn how to use modules to break up your code into manageable pieces that are easier to work with.
Working with Methods and Encapsulation (Java SE 8 Programmer I Certification 1Z0-808)
Learn how to declare and use methods in Java and how to hide implementation details to create robust code by using encapsulation effectively. This course covers the topics from the 1Z0-808 certification.
Working with Nulls in Java 11
Learn the best practices and techniques to handle nulls effectively in Java.
Working with Pointers and Arrays in C++ 20
Managing memory with pointers on a low level is one of the key building blocks of modern C++. This course will teach you how to use pointers and how they relate to arrays and dynamic memory management.
Working with Selected Classes from the Java API (Java SE 8 Programmer I Certification 1Z0-808)
The Java SE 8 Programmer I exam contains questions on Java types and how to use them. This course will teach you how to declare and use ArrayLists, Strings, StringBuffers, Dates and Times, and Lambda Predicates.
Working with Streams and Lambda Expressions in Java (Java SE 11 Developer Certification 1Z0-819)
This course will teach you everything you need to know about lambda expressions and streams in Java, so that you are ready to use them for your work and to prepare you to successfully pass the Oracle Java SE 11 Developer Certification exam.