#design-patterns
Read more stories on Hashnode
Articles with this tag
Decomposing monoliths · The strangler fig pattern helps migrate a monolithic application to a microservices architecture incrementally, by adding a...
A more verbose and organized way to initialize structs · This is a really interesting pattern to initialize and configure a struct. Given an app...