Programming
Showing 4309–4320 of 4349 results
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 Regular Expressions in C#
Quickly familiarize yourself with regular expressions in C#, and learn how to use .NET regular expressions to implement powerful text pattern matching.
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.
Working with the Java Module System (Java SE 11 Developer Certification 1Z0-819)
Learn all about the Java Module System: one of the biggest recent changes to Java. This course explains its features and the impact on the Java platform. Whether you're studying for the exam, or just want an introduction, this course has you covered!
Working with XML in .NET
This course will teach you to create, load, save, and query XML files using the classes within the System.Xml.Linq namespace in .NET.
Working with XML in C#
Learn to use LINQ to XML and XPath queries to process XML files in C#. Use XML serialization to store .NET objects in an XML file and deserialize XML back into a .NET object. Learn to cache frequently used data in a local XML file.
Workshop: Learning Test Driven Development with Angular Part 1
Come learn one of the best ways to improve the quality of your code.
Workshop: Learning Test Driven Development with Angular Part 2
Come learn one of the best ways to improve the quality of your code.