LumoMate
LUMOMATE · 용어집 · THE LINKMAP

한 페이지의
용어집.

용어는 외워서 알게 되는 것이 아니라, 다른 용어와의 거리에서 알게 됩니다. 그래서 우리는 용어집을 목록이 아니라 그물로 그립니다. 누르면 글이 열리고, 글은 다시 다른 용어로 이어집니다.
98개 용어 · 6개 분야 매주 업데이트
용어 제안하기 ↗
분야별로 보기

Intelligence. AI / ML

21 개의 용어
On thought made mechanical.
AI / ML
AI 에이전트

A model that plans, calls tools, and takes turns.

AGENT읽기 →
AI / ML
인공지능

The umbrella for systems that imitate cognition.

AI읽기 →
AI / ML
알고리즘

Algorithms explained in plain English. Learn what they are, how they shape what you see online, and why they matter, with everyday analogies and examples.

ALGORITHM읽기 →
AI / ML
어텐션

The mechanism that lets a model focus selectively.

ATTENTION읽기 →
AI / ML
챗봇

Learn what a chatbot is in plain English. See how rule-based and AI chatbots work, real-world examples, and how small businesses can use them every day.

CHATBOT읽기 →
AI / ML
컨텍스트 윈도우

The amount of text a model can hold at once.

CONTEXT읽기 →
AI / ML
컴퓨터 비전

Teaching machines to see, name, and measure.

CV읽기 →
AI / ML
딥러닝

Machine learning with deep, layered neural networks.

DL읽기 →
AI / ML
임베딩

A dense vector that places meaning into space.

EMBEDDING읽기 →
AI / ML
파인튜닝

Adapting a pretrained model to a narrower task.

FINETUNE읽기 →
AI / ML
거대 언어 모델

A statistical model of language at scale.

LLM읽기 →
AI / ML
MCP
MCP

Model Context Protocol — open plumbing for tools and data.

MCP읽기 →
AI / ML
머신러닝

Programs that improve from examples instead of rules.

ML읽기 →
AI / ML
NLP
NLP

Natural Language Processing — the science of text.

NLP읽기 →
AI / ML
신경망

Layered weights, loosely modeled on neurons.

NN읽기 →
AI / ML
프롬프트 엔지니어링

The craft of asking a model well.

PROMPT읽기 →
AI / ML
RAG
RAG

Retrieval-Augmented Generation: read, then write.

RAG읽기 →
AI / ML
강화학습

Learning by reward, action, and consequence.

RL읽기 →
AI / ML
토큰화

Slicing text into the units a model actually reads.

TOKENIZATION읽기 →
AI / ML
트랜스포머

The attention-based architecture behind modern LLMs.

TRANSFORMER읽기 →
AI / ML
벡터 데이터베이스

A database indexed by geometric similarity.

VECTORDB읽기 →
분야별로 보기

Surface. Web

18 개의 용어
The thin layer between people and machines.
Web
API
API

A contract for one program to call another.

API읽기 →
Web
컴포넌트

A reusable piece of interface, with its own state.

COMPONENT읽기 →
Web
쿠키

Cookies explained in plain English. Learn what browser cookies are, why websites use them, and how they affect privacy, with simple analogies and examples.

COOKIE읽기 →
Web
CSS
CSS

The visual layer over HTML.

CSS읽기 →
Web
DNS
DNS

DNS explained in plain English. Learn how the Domain Name System turns website names into numeric IP addresses so your browser can find any page online.

DNS읽기 →
Web
DOM
DOM

The live, in-memory tree of a web page.

DOM읽기 →
Web
GraphQL
GraphQL

A query language for APIs, schema-first.

GRAPHQL읽기 →
Web
HTML
HTML

The semantic skeleton of every web page.

HTML읽기 →
Web
HTTP
HTTP

The request-response protocol of the web.

HTTP읽기 →
Web
IP 주소

IP addresses explained in plain English. Learn what an IP address is, how IPv4 and IPv6 work, and why every device online needs one to send and receive data.

IP-ADDRESS읽기 →
Web
JavaScript
JavaScript

The language of the browser, now everywhere.

JS읽기 →
Web
픽셀

A pixel is the smallest single dot of color in a digital image or screen. Learn what pixels are, how they work, and why they matter for everyday photos and disp

PIXEL읽기 →
Web
React
React

A library for composing UI out of components.

REACT읽기 →
Web
REST
REST

A discipline of HTTP — resources, verbs, and nouns.

REST읽기 →
Web
SPA
SPA

A single-page app that renders client-side.

SPA읽기 →
Web
서버 사이드 렌더링

Rendering the first paint on the server.

SSR읽기 →
Web
TypeScript
TypeScript

JavaScript with a type system bolted carefully on.

TS읽기 →
Web
웹소켓

A persistent two-way pipe over HTTP.

WEBSOCKET읽기 →
분야별로 보기

Sediment. Data

12 개의 용어
Of what is stored, shaped, and recalled.
분야별로 보기

Substrate. Infra / DevOps

19 개의 용어
The ground beneath the running.
Infra / DevOps
대역폭

Bandwidth explained in plain English. Learn what internet bandwidth is, why it matters for streaming and video calls, and how it differs from speed.

BANDWIDTH읽기 →
Infra / DevOps
블록체인

Learn what a blockchain is in plain English. Discover how this shared digital ledger works, why it powers Bitcoin, and how businesses use it beyond crypto.

BLOCKCHAIN읽기 →
Infra / DevOps
캐시

Cache explained in plain English. Learn how caches make apps and websites faster by storing copies of frequently used data, with simple analogies and examples.

CACHE읽기 →
Infra / DevOps
CDN
CDN

A network of edge caches near your users.

CDN읽기 →
Infra / DevOps
CI/CD
CI/CD

Continuous Integration and Continuous Delivery.

CICD읽기 →
Infra / DevOps
클라우드 컴퓨팅

Renting compute, storage, and services on demand.

CLOUD읽기 →
Infra / DevOps
컨테이너

An isolated, portable unit of running software.

CONTAINER읽기 →
Infra / DevOps
Docker
Docker

A way to package an app with everything it needs.

DOCKER읽기 →
Infra / DevOps
코드형 인프라

Defining your infrastructure in version-controlled files.

IAC읽기 →
Infra / DevOps
Kubernetes
Kubernetes

An orchestrator that runs containers in a fleet.

K8S읽기 →
Infra / DevOps
로드 밸런서

A traffic cop that spreads requests across servers.

LB읽기 →
Infra / DevOps
로깅

A written record of what a system has done.

LOGGING읽기 →
Infra / DevOps
마이크로서비스

Many small services in place of one big one.

MICROSERVICE읽기 →
Infra / DevOps
모니터링

Watching a system to know when it misbehaves.

MONITORING읽기 →
Infra / DevOps
오케스트레이션

Coordinating many moving parts on a schedule.

ORCHESTRATION읽기 →
Infra / DevOps
리버스 프록시

A polite middleman that fronts your services.

PROXY읽기 →
Infra / DevOps
램(RAM)

RAM is your device’s short-term working memory that keeps open apps and files instantly reachable. Learn what RAM is, how it works, and why it matters.

RAM읽기 →
Infra / DevOps
서버리스

Code that runs only when something asks for it.

SERVERLESS읽기 →
Infra / DevOps
SSD
SSD

An SSD is a fast, quiet storage device that has largely replaced spinning hard drives. Learn what an SSD is, how it works, and why upgrading to one matters.

SSD읽기 →
분야별로 보기

Boundary. Security

14 개의 용어
Of trust, threat, and the seal.
분야별로 보기

Discipline. Product / Process

14 개의 용어
Practices of building, measured.
Product / Process
접근성

Designing so more people can actually use it.

A11Y읽기 →
Product / Process
A/B 테스팅

Showing two versions to see which performs.

ABTEST읽기 →
Product / Process
애자일

Agile is a way of organizing work around short cycles, frequent feedback, and close teamwork. Learn what Agile is, how it works, and why it matters.

AGILE읽기 →
Product / Process
디자인 시스템

A shared vocabulary of components, tokens, and rules.

DESIGN-SYSTEM읽기 →
Product / Process
데브옵스

DevOps explained in plain English. Learn how developers and operations teams work together to ship software faster, with real-world analogies and examples.

DEVOPS읽기 →
Product / Process
오픈 소스

Learn what open source software means in plain English. Discover how open source works, famous examples like Linux and Firefox, and why it matters for everyone.

OPEN-SOURCE읽기 →
Product / Process
프로토타입

A working stand-in for the thing you intend to build.

PROTOTYPE읽기 →
Product / Process
사용자 리서치

Talking to and observing the people you build for.

RESEARCH읽기 →
Product / Process
SaaS
SaaS

Learn what SaaS means in plain English. Explore how Software as a Service works, real-world examples like Gmail and Zoom, and why it matters for businesses.

SAAS읽기 →
Product / Process
디자인 토큰

A named, versioned value for a design decision.

TOKEN읽기 →
Product / Process
UI
UI

The interface itself — what the user sees and touches.

UI읽기 →
Product / Process
UI/UX
UI/UX

UI is what users see; UX is what users feel. Learn the difference between UI and UX with simple analogies and examples for small business owners.

UI-UX읽기 →
Product / Process
UX
UX

The shape of a user's experience with a product.

UX읽기 →
Product / Process
와이어프레임

A low-fidelity sketch of structure before style.

WIREFRAME읽기 →
매주 월요일 오전 8시

한 주에 한 통,
오래 남는 이해를 보냅니다.

흘려보내지 않는 글만 골라 보내드립니다. 광고와 추적, 외부로 빠지는 미끼 링크 없이 메일 안에서 끝나는 한 통입니다.

언제든 한 번의 클릭으로 해지할 수 있습니다. 스팸은 보내지 않습니다.