becoming fully buzzword compliant - qcon londonakka-http, http4s, play, finch, just to name some of...

73

Upload: others

Post on 21-May-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

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);