Networking terms
The protocols and patterns connecting every system you build
Every web request, API call, and database query travels through a network. This category covers protocols like TCP/IP, HTTP, WebSockets, and gRPC, alongside concepts like DNS resolution, load balancing, TLS handshakes, and network latency. Understanding how data moves between systems is essential for building reliable, performant distributed applications.
OpenID Connect (OIDC) PHP 7.0+
An identity layer on top of OAuth 2.0 — while OAuth 2.0 handles authorisation (access to resources), OIDC adds authentication (who the user is) via the ID token.
2mo ago
networking intermediate
An authorisation framework that allows applications to obtain limited access to user accounts on third-party services without exposing passwords.
2mo ago
networking intermediate