73

Becoming Fully Buzzword Compliant - QCon Londonakka-http, http4s, play, finch, just to name some of the more popular ones. However, a common pain point.. More A Quick Guide to Microservices

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

https://www.linkedin.com/in/trishagee/

Autonomous things, Augmented analytics, AI-driven development, Digital twins, Edge computing, Immersive experience, Blockchain, Smart spaces, Digital ethics and privacy, Quantum computing

Increased Automation, Blockchain Comeback, Human/AI Collaboration, Connected Devices, Augmented Reality, Cybersecurity Using ML And AI, Solutions To The Tech Backlash, Technology Convergence, Augmented Analytics Using Natural Language, Data Security

https://en.wikipedia.org/wiki/File:Technology-Adoption-Lifecycle.png

https://flic.kr/p/b99vsi

https://www.oreilly.com/ideas/reactive-programming-vs-reactive-systems

http://rxmarbles.com/

Observable.fromIterable(words).flatMap(word -> fromArray(word.split(""))).zipWith(range(1, Integer.MAX_VALUE),

(str, count) -> format("%2d. %s", count, str)).subscribe(System.out::println);