D
ictionaryof
Vibes
.com
Full Index
Categories
Tip Jar
L
anguages and frameworks
7 terms in this category.
C
SS
also: Cascading Style Sheets
The language that describes how a web page looks — colours, fonts, spacing, layout, animations.
H
TML
also: HyperText Markup Language
The language that describes the structure of a web page — the headings, paragraphs, links, images, and layout.
J
avaScript
also: JS
The programming language that runs in every web browser. Also runs on servers via Node.js.
N
ext.js
also: Next
A framework built on top of React that handles the plumbing — routing between pages, loading data from servers, deploying to the web.
P
ython
A programming language known for being readable and beginner-friendly. Heavily used in AI, data, and automation work.
R
eact
A popular JavaScript framework for building the interactive part of websites — buttons, forms, anything that updates as you click.
T
ypeScript
also: TS
JavaScript with extra labels that say what kind of data each variable is. Helps catch mistakes before the code runs.