Glossary of programming terms, concepts, and acronyms
An SSH key is a cryptographic key pair used to authenticate securely with remote systems via SSH(/li...
UDP, or User Datagram Protocol, is a lightweight communication protocol that sends packets without g...
SSL/TLS is a family of cryptographic protocols that secure communication over networks by providing ...
In programming, an object is a data structure that contains both state (data) and behavior (methods)...
A session is a way for a server to remember information about a user across multiple requests. Since...
Storage refers to the systems and devices used to save data persistently so it remains available eve...
A network protocol is a set of rules that define how devices communicate over a network. Protocols s...
Version control is a system that tracks changes to files over time, enabling developers to collabora...
Microservices are an architectural style where a system is built as a collection of small, independe...