Lingo
A glossary of programming terms, concepts, and acronyms
253 terms available
Browse by letter:
BIOS
HardwareBIOS (Basic Input/Output System) is firmware(/lingo/firmware) stored in ROM(/lingo/rom) that initial...
Monolith
ArchitectureA monolith is a software architecture in which the entire application—including frontend logic, back...
Stack Trace
ProgrammingA stack trace is a report that shows the sequence of function calls leading up to an error or except...
Infrastructure
CloudInfrastructure refers to the underlying hardware, networks, and services required to run application...
Cloud storage
CloudCloud storage is a service that lets you store files and data on infrastructure managed by a cloud p...
Octal
Data EncodingOctal is a base-8 number system that uses digits 0 through 7. It serves as a compact way to represen...
Process
ProcessesA process is an instance of a running program managed by the operating system. It contains the progr...
Object (Programming)
ProgrammingIn programming, an object is a data structure that contains both state (data) and behavior (methods)...