Design Patterns
Kafka
Documents
← All tags
design-patterns
3 documents.
Adapter
Wrapping an incompatible interface so a client can use it unchanged.
Design Patterns
Patterns worth remembering, and the trade-offs that decide when to use them.
Singleton
One instance per process, and why that is a stronger claim than it sounds.