b/bonnybooks by cuongnhung1234

Reactive Programming in Kotlin ( True PDF)

This post was published 6 years ago. Download links are most likely obsolete. If that's the case, try asking the uploader to re-upload.

Reactive Programming in Kotlin ( True PDF)

December 5, 2017| ISBN: 9781788473026 | English | 322 Pages | True PDF | 21.9 MB

Learn how to implement Reactive Programming paradigms with Kotlin

Key Features
Learn how to solve blocking user experience with Reactive Programming and get deep insights into RxKotlin
Integrate Reactive Kotlin with Spring and build fantastic Android Apps with RxKotlin and RxAndroid
Build reactive architectures that reduce complexity throughout the development process and make your apps(web and Android) scalable

Book Description
In today’s app-driven era, when programs are asynchronous, and responsiveness is so vital, reactive programming can help you write code that’s more reliable, easier to scale, and better-performing. Reactive programming is revolutionary.

With this practical book, Kotlin developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm. You will begin with the general concepts of Reactive programming and then gradually move on to working with asynchronous data streams. You will dive into advanced techniques such as manipulating time in data-flow, customizing operators and provider and how to Use the concurrency model to control asynchronicity of code and process event handlers effectively.

You will then be introduced to functional reactive programming and will learn to apply FRP in practical use cases in Kotlin. This book will also take you one step forward by introducing you to spring 5 and spring boot 2 using Kotlin. By the end of the book, you will be able to build real-world applications with reactive user interfaces as well as you’ll learn to implement reactive programming paradigms in Android.

What you will learn
Learn about reactive programming paradigms and how reactive programming can improve your existing projects
Gain in-depth knowledge in RxKotlin 2.0 and the ReactiveX Framework
Use RxKotlin with Android
Create your own custom operators in RxKotlin
Use Spring Framework 5.0 with Kotlin
Use the reactor-kotlin extension
Build Rest APIs with Spring,Hibernate, and RxKotlin
Use testSubscriber to test RxKotlin applications
Use backpressure management and Flowables