Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.08 KB

glossary.md

File metadata and controls

32 lines (17 loc) · 1.08 KB

DI - Dependency injection

In software engineering, dependency injection (DI) is a design pattern used to achieve inversion of control between classes and their dependencies. This technique allows an object to receive its dependencies from an external source rather than creating them internally, promoting loose coupling and enhancing code maintainability.

RPC

Remote Procedure Call

REPL

Read-Eval-Print-Loop The term REPL stands for Read-Eval-Print Loop. It refers to a computer environment where user inputs are read, evaluated, and then the results are returned to the user. This interactive environment allows users to explore tools and programming languages by executing commands piecewise and receiving immediate feedback.

MAU's

Monthly Active User's

NS

Namespace

RBAC

Authorization using Role-Based Access Control

https://docs.confluent.io/platform/current/security/rbac/index.html#authorization-using-role-based-access-control

Rate Limit

CQERS Query vs Command vs Event.

https://www.tutisani.com/software-architecture/cqers-command-query-event.html