Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Mathias Verraes:
Patterns for Decoupling in Distributed Systems: Domain Query
May 08, 2019 @ 22:00:02

Domain Query

Replace Free Queries with Domain Queries to decouple from knowledge of the server’s internals.

Problem

The word query is usually associated with database queries. There are however other ways we can query a system that we don’t perceive as a database. REST and GraphQL...

tagged:

Link: http://verraes.net/2019/05/patterns-for-decoupling-distsys-domain-query/


Trending Topics: