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.
The repository pattern provides a way to provide isolation between the data access layer of your application with the business layer. When using this tag on implementation heavy questions - tag the code language the implementation is written in.

0 Questions

Memory that may be simultaneously accessed by multiple programs

0 Questions

The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters. You can use kubectl to deploy applications, inspect and manage cluster resources, and view logs.

0 Questions

Apple ARKit is Augmented Reality SDK introduced in iOS 11.0, which integrates the iOS or iPadOS device RGB camera data, Motion Sensor data and LiDAR Scanner data to produce robust AR experiences.

0 Questions

Use [tag:database-normalization] for normalizing database-structure, and [tag:unicode-normalization] for normalizing unicode text. Normalization refers to transformations which aim to reduce variation of various types of data and thereby allow more consistent processing, searching, sorting, comparison, etc.

0 Questions

git-merge is a git command which integrates changes from another branch by incorporating commits into the currently checked-out branch.

0 Questions

Adobe's official IDE for the Flex SDK and AIR SDK. Based on Eclipse.

0 Questions

Microsoft .Net Compact Framework (compact-framework, .netcf) is a constrained version of Microsoft .Net Framework designed for limited resource devices such as mobile phones, personal digital assistants and other embedded devices. Net Compact Framework also contains classes that are specific for mobile devices.

0 Questions

Indenting is used to organize code by indicating blocks, closures, conditionals, and other constructs. It makes code easier to read, and in some languages is used to handle control flow.

0 Questions

Load Testing: A type of performance testing conducted to evaluate the behavior of a component or system with increasing load, e.g. numbers of parallel users and/or numbers of transactions, to determine what load can be handled by the component or system.

0 Questions

In interpreted languages like Lua, PHP and Ruby, "require" is a statement that tells the interpreter to include a certain source-file at that position where the "require" statement has been placed.

0 Questions