Tags

A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
Dynamic programming is an algorithmic technique for efficiently solving problems with a recursive structure containing many overlapping subproblems. Do not use this tag for general "dynamic" behavior in code.

0 Questions

Aggregate functions are a subset of SQL functions that compute a single value from multiple input rows, mostly used in `SELECT` queries with a `GROUP BY` clause. Practically all modern RDBMS feature aggregate functions. Typical examples include `COUNT()`, `SUM()`, `MIN()`, `MAX()`, and `AVG()`.

0 Questions

The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a powerful command interpreter for shell scripting.

0 Questions

Refers to the action of sending data to a specific destination.

0 Questions

Microsoft Azure Data Factory is a cloud service used to invoke (orchestrate) other Azure services in a controlled way using the concept of time slices. Data factories are predominately developed using hand crafted JSON, this provides the tool with instructions on what activities to perform. While still in preview, the introduction of Azure Data Factory V2 allows for an easier data integration experience using the api and not only JSON files.

0 Questions

Solidity is a language for smart contracts for blockchain technologies like Ethereum. It is designed to compile code for the Ethereum Virtual Machine. Use this tag for questions about programming smart contracts using the Solidity language.

0 Questions

A general RPC (Remote Procedure Call) framework over HTTP/2, initially developed at Google. gRPC is a language neutral and platform neutral framework that allows users to write applications where independent services can work with each other as if they were native. It uses Protocol Buffers as the interface description language.

0 Questions

Questions about Angular version 7, the web framework from Google. Use this tag for Angular questions which are specific to only version 7. Use tag Angular for any Angular questions which are not specific to an individual version.

0 Questions

A set of extensions to ASP.NET developed by Microsoft for implementing Ajax functionality.

0 Questions

The Prometheus monitoring system, including the server, alertmanager, push gateway, exporters, client libraries and other components.

0 Questions

Teradata is a Relational Database Management System (RDBMS), capable of supporting many concurrent users from various client platforms. Teradata is compatible with the ANSI standard and built completely on parallel architecture.

0 Questions