IT & Software
Showing 14749–14760 of 14865 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 JSON in .NET
JSON is one of the most widely used data interchange formats for serializing and transmitting structured data. This course will teach you how to work with JSON in .NET using the native System.Text.Json base class library.
Working with Llama 3
Explore the latest techniques for running the Llama LLM locally, fine-tuning it, and integrating it within your stack.
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 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 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.
Working with Native Features in Xamarin.Forms 4 Applications
Xamarin.Forms will let you create applications for multiple platforms using a shared codebase. This course will teach you how to use multiple techniques for accessing native platform features that are not directly exposed to the Xamarin.Forms.
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 Pre-trained NLP Models
Transfer learning is one of the key concepts that leverages companies all over the world in their LLM strategy. This course will teach you how to create LLM powered models through transfer learning.
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 Remote Data in Xamarin.Forms 4 Applications
Learn how your Xamarin.Forms application can connect with APIs for its data needs.