Developer Glossary
Plain-English definitions of developer terms. No jargon, no fluff—just the stuff you actually need to know.
A
B
C
CORS (Cross-Origin Resource Sharing)
The browser's bouncer that decides which domains can talk to each other.
URL EncoderJSON FormatterBase64 Encoder
Cron (Cron Expression)
Five cryptic fields that tell servers when to do things—runs at 2am every Sunday? Easy.
Cron BuilderTimestamp ConverterDate Calculator
CSV (Comma-Separated Values)
Spreadsheets as text files, with commas doing all the heavy lifting.
CSV to JSONJSON to CSVCSV Escape/Unescape
H
J
M
N
O
R
S
T
U
Unix Timestamp
Time as a single number—seconds since 1970. Simple, universal, timezone-free.
Timestamp ConverterDate CalculatorCron Builder
URL Encoding (Percent Encoding)
Turning spaces into %20 so URLs don't break.
URL Encoder/DecoderUTM BuilderURL Slug Generator
UTF-8 Encoding
The encoding that lets you use emojis, Chinese characters, and plain ASCII in the same file.
UTF-8 Encoder/DecoderUnicode Escape DecoderBase64 Encoder
UUID (Universally Unique Identifier)
A random ID that won't collide with anyone else's, ever.
UUID GeneratorHash Generator