September 2021
Intermediate to advanced
404 pages
8h 35m
English
Up until now, we have mainly talked about traditional cloud-native applications that adopt imperative programming with clearly defined input and output. Imperative programming is the oldest programming paradigm. Applications using this paradigm are built using a clearly defined sequence of instructions making it easier to understand. Its architecture requires that the connection services are predefined.
However, sometimes, a cloud-native application does not know which services it should call. Its purpose might be just sending or receiving messages or events and staying responsive and reactive. Thus, imperative programming no longer applies to these kinds of applications. Under such circumstances, ...
Read now
Unlock full access