Notes

A collection of concise notes, an attempt to replicate Zettelkasten note taking system.

Durability

A transaction must transform the database from one consistent state to another consistent state.

Consistency

A transaction must transform the database from one consistent state to another consistent state.

Isolation

Isolation is the "I" in ACID - it governs how concurrent transactions interact with each other in a database.

Atomicity

Atomicity ensures the All-or-Nothing behavior of a transaction.

mTLS

mTLS (Mutual Transport Layer Security) is a security process that ensures traffic is secure and trusted in both directions between a client and a server.

Active Object

Design pattern to facilitate asynchronous programming

HTTP

Explains HyperText Transfer Protocol (HTTP)

gRPC

Explains Google Remote Procedure Call

rpc

Explains remote procedural call

epoll

Explains Kernel epoll interface