Adapter - Intent: Convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces. (p.139)
Proxy - Intent: Provide a surrogate or placeholder for another object to control access to it. (p.207)
Proxy Pattern
Design Patterns: Elements of Reusable Object-Oriented Software (1995)
Adapter - Intent: Convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces. (p.139)
Proxy - Intent: Provide a surrogate or placeholder for another object to control access to it. (p.207)
Thanks for sharing these additional resources Peer.
Love that patterns.dev website actually! (First time seeing that 🤯)