#distributed-system
Uses: 2
Migrate Your Application To Cloud Age
Tags: #architecture #microservices #non-functional requirements #scalability #consumer journey #search #domain driven design #common data model #distributed system #cloud
Microservices became a design style to implement applications in the cloud. It define system architectures, purify core business concepts, evolve solutions in parallel.
The 13 Type Safe Combinators To Build Networking I/O In Distributed Systems
Tags: #coding #pure functional #golang #algebra #combinators #networking #distributed-system #microservices #http
The post defines the basic principles of composing networking I/O. All defined combinators use standard Golang notations from which other combinator notations are constructed. Domain Specific Language built over combinators shows that any networking could be reduced to an expression purely in terms of combinators. The crucial idea here is the computational language, which delivers abstractions, where anyone can declare things and then reuse them without having to think about how theyβre built inside.