Analytics, Git, and Intl.

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Event/property

action + small details (e.g., join_submitted, { groupId }).

2
New cards

Funnel

steps users complete (referral → match).

3
New cards

Cohort

users grouped by time/trait for trends.

4
New cards

Commit/branch/PR

save change / separate line of work / propose merge.

5
New cards

Merge/rebase/squash

ways to combine history.

6
New cards

Tag/release

mark and ship a version.

7
New cards

npm/pnpm/yarn

JavaScript package managers.

8
New cards

Dependencies/devDependencies

runtime vs dev-only libraries.

9
New cards

SemVer

versioning like 1.2.3.

10
New cards

Lockfile

pins exact versions.

11
New cards

Locale

language/region setting.

12
New cards

Intl.DisplayNames

show country names in the user’s language.

13
New cards

Diacritics

accents in text; search should match with/without them.

14
New cards

Git

A version control system that tracks changes in source code throughout software development.