Showing 3985–3996 of 4028 results

Working with Containers: Docker & Docker Compose
Explore containerization with Docker and Docker Compose, focusing on building and managing containerized applications.

Working with CSV Data in Windows PowerShell
PowerShell is one of the most popular scripting languages for IT Professionals in the Microsoft ecosystem. This course will teach you how to use CSV files both as input for your PowerShell scripts, as well as an output from your PowerShell scripts.

Working with Data
This course introduces key concepts to proficiently work with data - data cleaning, preprocessing, manipulation, transformation, and core concepts of data visualization and interpretation. You'll also work through examples with a provided dataset.

Working with Data in PowerShell
PowerShell is versatile and can work with common data structures such as JSON, XML, and CSV. PowerShell also provides cmdlets for interacting with web endpoints natively. This course will teach you the fundamentals of working with data in PowerShell.

Working with Data Types in R
R is a widely used programming language for statistical computing. This course will teach you the fundamentals of understanding data types and data structures and how to work with them within R.

Working with Databases in IBM Cloudant
Explore how to work with IBM Cloudant, a fully managed NoSQL database. Learn to store, retrieve, and manage JSON data, perform queries, and optimize operations for scalable, cloud-based applications.

Working with Date and Time in PHP
Date and time are so basic, that we often forget its complexity. Look into the functions and classes in PHP, to deal with all the different date and time formats used across the globe. See how PHP handles timezone and daylight savings.

Working with Graph Algorithms in Python
This course focuses on how to represent a graph using three common classes of graph algorithms - the topological sort to sort vertices by precedence relationships, the shortest path algorithm, and finally the spanning tree algorithms.

Working with Hierarchies in SQL Server
In this course, you will learn to work with hierarchical data in SQL Server using hierarchyid. You will master techniques to create, query, optimize, and traverse hierarchies efficiently.

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 Local Data in Xamarin.Forms 4
At the core of high quality mobile app development with Xamarin.Forms is an understanding of how to store data locally. In this course, you'll learn about different local data storage options, and how they can improve your app's performance.

Working with Multidimensional Data Using NumPy
As working with huge numeric datasets becomes the norm, using the right tools and libraries to work with the data becomes very important. NumPy allows data analysts and data scientists to work with multi-dimensional data to solve these problems.