Software Development
Showing 721–732 of 2824 results
Declare variable types in TypeScript
JavaScript is a dynamically typed language. While this makes declaring variables easy, it can in some cases lead to unexpected results. The static type system in TypeScript enables you to describe the shape of an object, providing better documentation, and allowing TypeScript to validate that your code is working correctly. In TypeScript, declarations of namespaces, classes, properties, functions, variables, and other language entities associate types with those entities. The way that a type is formed and associated with a language entity depends on the kind of entity. This module introduces some of the available types and shows how to associate them with variables. Later modules examine how interfaces, functions, and classes use static typing.
Deep Dive: Flow Proficiency Report and Mob/Pair programming
Pluralsight's VP of Tech Leader Products Dave Rackham demos our new Flow experiences including the integration with Skills, Proficiency Report and mob and pair programming support.
Deep Learning & Neural Networks Python Keras For Dummies
Deep Learning and Data Science using Python and Keras Library - Beginner to Professional - The Complete Guide
Defensive Coding in C#
Learn techniques for strengthening your application’s defenses against the perils awaiting it in the real world. You will see how to write clean code, create unit tests, build clear methods, and prepare for the unexpected.
Defensive Coding in Java
Bugs happen, but you can certainly implement a set of practices to catch them early or even prevent them. In this course, Defensive Coding in Java, you will learn how to make your code safer and more robust.
Defensive R Programming
Learn defensive programming in R to make your code more robust.
Define and implement an indexing strategy for Azure Cosmos DB for NoSQL
Create custom indexing policies for Azure Cosmos DB for NoSQL containers.
Define and implement continuous integration
Create automated pipelines that continuously build, test, package, and deploy your applications.
Define generics in TypeScript
Generics are code templates that you can define and reuse throughout your codebase. They provide a way to tell functions, classes, or interfaces what type you want to use when you call it.
Define indexes in Azure Cosmos DB for NoSQL
Discover indexes and indexing policies in Azure Cosmos DB for NoSQL.
DelCAM PowerMill CAD CAM CNC Programming
PowerMill - Provides advanced CNC Programming
DelftX: AI in Practice: Applying AI
Learn about the implementation and practical aspects of Artificial Intelligence and how to write a plan for applying AI in your own organization in a step-by-step manner.