Abbreviations Flashcards

1
Q

MVC

A

Model view controller

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

MVP

A

Minimum viable product

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

PoC

A

Proof of concept

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

CI/CD

A

Continuous integration/continuous deployment

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

BLOB

A

Binary large object

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

DRY

A

Don’t repeat yourself

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

CORS

A

Cross origin resource sharing

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

XSS

A

Cross site scripting

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

CSRF

A

Cross site request forgery

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

IIFE

A

Immediately invoked function expression

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

REPL

A

Read Evaluate Print Loop

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

REST

A

Representational State Transfer

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

TLS

A

Transport Layer Security

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

BETH

A

Bun (runtime environment),
Elysia (ts server web framework),
Turso (SQLite fork db),
HTMX (fe library using html attributes instead of JS)

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

MEAN

A

MongoDB
Express
Angular
Node

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

MERN

A

MongoDB
Express
React
Node

17
Q

HMR

A

Hot Module Replacement

18
Q

LSP

A

Liskov substitution principle

19
Q

SOLID principles?

A

Single responsibility principle
Open/closed principle
Liskov substitution principle
Interface segregation principle
Dependency inversion principle