Terminology Flashcards

(35 cards)

1
Q

SDK

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Token

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Access Token

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

integrated development environment (IDE)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

workflow management tools

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Cloud

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

integrated development environment (IDE)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Application Performance Management (APM) tools

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

API

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Client Side SDK

A

Designed for single user, desktop, mobile, and embedded applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Server Side SDK

A

Designed for multi-user systems such as inside a corporate network, web server, or other trusted environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Application

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Mobile SDK

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Boolean

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Multi-variate

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Log Verbosity

A

Verbose logging is a computer logging method that records more information than standard logging when software is running. It can include a wide range of activities, such as critical errors, purchase transactions, and method execution.

18
Q

Scheme Migrations

21
Q

Flag Key

A

This is how your flag is represented in LDs code

22
Q

Flag Description

A

write short flag descriptions, they should not be longer than a sentance or two

23
Q

Feature Flag Lifecycle

A

Make the code change, wrap the change in a flag, deploy, release, clean up flag

24
Q

Flag Statuses

A

To make it easier, LaunchDarkly shows the status of each flag in the flag list. This status simplifies the task of identifying which flags are candidates for cleanup.

The feature flags list provides the status of every flag and when it was last evaluated.

25
Flag Hygiene
The process of cleaning up expired flags and code usually follows these steps: Identify flags to be removed Remove flag references from code Remove flags from the flag list (Archiving or Deleting)
26
LaunchDarkly Code Reference
LaunchDarkly's Code References feature makes it easier to find flag references in your code, across all your repositories. It can find flag names and their aliases, based on patterns which you configure.
27
Archiving and Deleting Flags
LaunchDarkly provides the options to archive and delete flags; however, we strongly recommend archiving flags rather than deleting them, because an archived flag's history remains in your LaunchDarkly project.
28
Custom Contexts
Contexts let you configure targeting, and segmentation based on a variety of different information, including attributes pertaining to users, organizations, devices, and more.
29
Arrays
30
Context
Descriptions of things like individual people, users, devices, or organizations
31
Context Kinds
Different conceptual groupings of information
32
Variation Calls
33
Evaluation Context
An evaluation context is the object that the SDK uses to evaluate a feature flag. It
34
Client-side SDK
A client-side SDK, or software development kit, is a set of tools that run on a user's device, such as a mobile app or web browser, and are designed for applications that users run directly on their own devices. These applications can be desktop, mobile, or web-based.
35
AB Testing