#design-patterns
Read more stories on Hashnode
Articles with this tag
🗿 · Back in the days, it was not that crazy to pack a whole LAMP stack in a single box. If your website made it big maybe you’d split your database onto...
🤔 · A common use for a cache is to front a database, in order to improve latency, throughput or both. If the use case depends on these improved...
🔑 · The keyhole design pattern can be used when we wish to expose only a fraction of an object to another component. If an object’s capabilities are...
↔️ · We often hear about "premature optimization" in the context of performance. We also hear about the virtues of "clean code", which means many...