Overview
A technique for controlling the number of requests a client can make to an API within a specified time period.
Cross-References(1)
More in Software Engineering
Software Engineering
Paradigms & PatternsThe systematic application of engineering principles to the design, development, testing, and maintenance of software.
Continuous Delivery
Development PracticesA software practice where code changes can be released to production at any time through automated pipelines.
Relational Database
Paradigms & PatternsA database structured to recognise relations among stored items, organised in tables with rows and columns.
Waterfall Model
Paradigms & PatternsA sequential software development methodology where each phase must be completed before the next begins.
Git
Development PracticesA distributed version control system for tracking changes in source code during software development.
Design Pattern
Paradigms & PatternsA reusable solution to a commonly occurring problem within a given context in software design.
WebSocket
Paradigms & PatternsA communication protocol providing full-duplex communication channels over a single persistent TCP connection.
Memory Leak
Paradigms & PatternsA type of resource leak where a program fails to release memory that is no longer needed.