Programming
Showing 1657–1668 of 1721 results
Using Arrays and Collections in TypeScript 5
This course will teach you how to utilize collections in TypeScript, including arrays, tuples, maps, and sets.
Using Entity Framework Core for Data Access & Relational Mapping
Entity Framework Core is a modern, lightweight, open-source, cross-platform object-relational mapper.
Using fp-ts for Functional Programming in TypeScript
This course is a practical guide that explains the most important concepts of functional programming in understandable terms and shows how to actually use them.
Using fp-ts for Functional Programming in TypeScript
This course is a practical guide that explains the most important concepts of functional programming in understandable terms and shows how to actually use them.
Using GeoPandas for Geospatial Analysis in Python
Analyze geospatial data and perform geographic operations using GeoPandas, a Python library.
Using Jasmine to Unit Test Your JavaScript App
You'll gain skills through examples and exercises using Jasmine and JavaScript.
Using Java Lambda Expressions
Lambda Expressions are one of the foundation of the Java language available since Java 8. In this course, you will learn a very simple method to write lambda expressions that always works and how to chain and compose them.
Using Java Streams
The Stream API is an in-memory implementation of the map/filter/reduce pattern, introduced in Java 8. In this course, you will learn the basics of this API, how you can use it to improve your code, and how this implementation works internally.
Using ML.NET to Build Machine Learning Models
Learning machine learning basics and how to build machine learning models.
Using OpenAI API for Natural Language Processing in JavaScript
Explore the OpenAI API and learn to implement natural language processing features in JavaScript applications.
Using OpenAI API for Natural Language Processing in Python
This course covers various endpoints of the Open AI API with GPT and how it can accomplish NLP tasks such as text completion, summarization, and classification.
Using Python Altair for Data Storytelling
Gain the skills to transform data into stories, using the DIKW pyramid and the Altair Python library.