1. 자료형(Type) - 변수(Variable)에 저장하는 데이터의 형식
변수를 선언하다 = Declaring a variable
정수 = Integer [인티저][이니저]
부호가 없는 정수 = Unsigned Integer
부호가 있는 정수 = Signed Integer
실수(부동소수점) = Float
문자 = Character
문자열 = String
불린 = Boolean
널 = Null
변수를 초기화하다 = Initialize a variable
2. 프로그래밍
반복문 Loop (Statement)
반복: Iteration
조건문 Conditional Statement
statement 문장, 명령문
상속 Inheritance
객체 지향 Object-oriented
매개변수 Parameter
함수 안에서 함수의 로직을 처리하기 위해 사용되는 변수
인자 Argument
함수에 직접 전달되는 값
지역 변수 Local Variable
전역 상수 Global Constant
함수 호출 call a function Function Call
명령어 Command (강세 두 번째 음절)
비동기적인 Asynchronous
정규식 Regular Expression (RegEx)[레젝스][레겍스]
구문 Syntax
Syntax error
선언 Declaration 첫 음절 강세[데]
예외 처리 Error handling
반복 Iteration
연산자 Operator
추상화 Abstraction
재귀 함수 Recursive function
자신 스스로를 부르는 함수
중첩된 Nested
들여쓰기 Indentation
불변의 Immutable <-> mutable
보안 취약점 Security vulnerability
정적인 / 동적인 Static / Dynamic
3. 실무
프론트엔드 Front-end
백엔드 Back-end
데브옵스 DevOps
풀 리퀘스트 Pull Request (PR)
온프레미스 On-Premises
설치용 프로그램이나 소프트웨어
SaaS [쌔스] Software as a Service
서비스형 소프트웨어
GUI [구이] Graphic User Interface
WYSIWYG [위지윅] What You See Is What You Get
JSON [제이쓴] JavaScript Object[업직트] Notation
CRUD [크러드] Create, Read, Update, Delete
MVC : Model, View, Controller
가장 널리 알려진 디자인 패턴