+1M libros, ¡a una página de distancia!
Bookbot

Nick Samoylov

    Nick Samoylov es un autor cuya obra se adentra en las profundidades de la psique humana y las complejidades de las relaciones interpersonales. A través de su estilo narrativo único, explora temas de identidad, memoria y la búsqueda de significado en un mundo a menudo ambiguo. Sus historias están llenas de personajes matizados y momentos conmovedores que resuenan con los lectores mucho después de haber terminado de leer. La prosa de Samoylov se caracteriza por su calidad poética y su profunda visión de la experiencia humana.

    Learning RxJava - Second Edition
    Java 11 Cookbook - Second Edition
    Introduction to Programming
    • Introduction to Programming

      • 722 páginas
      • 26 horas de lectura

      Have you ever thought about learning how to make your computer do what you want it to do? Do you want to learn to program but just don't know where to start? Have all other learning resources got you confused with over explanations, rather than walking you in the right direction? Don't worry, you have to look no further. Written by not just an ...

      Introduction to Programming
    • Java 11 Cookbook - Second Edition

      • 802 páginas
      • 29 horas de lectura

      Java is one of the most widely accepted languages because of its design and programming features. This book offers a range of software development examples in simple and straightforward Java 11 code, providing step-by-step resources and time-saving methods to help you solve data problems efficiently.

      Java 11 Cookbook - Second Edition
    • Learning RxJava - Second Edition

      • 412 páginas
      • 15 horas de lectura

      Updated with the latest Maven coordinates, Java programming features, and API changes, this book is your guide to solving problems in writing asynchronous and event-based programs Key Features Explore a variety of tools and techniques used to solve problems in implementing concurrency and parallelization Learn about core operators in RxJava that enable you to express your code logic productively Apply RxJava with Kotlin to create responsive Android apps with better user experience Book Description RxJava is not just a popular library for building asynchronous and event-based applications; it also enables you to create a cleaner and more readable code base. In this book, you'll cover the core fundamentals of reactive programming and learn how to design and implement reactive libraries and applications. Learning RxJava will help you understand how reactive programming works and guide you in writing your first example in reactive code. You'll get to grips with the workings of Observable and Subscriber, and see how they are used in different contexts using real-world use cases. The book will also take you through multicasting and caching to help prevent redundant work with multiple Observers. You'll then learn how to create your own RxJava operators by reusing reactive logic. As you advance, you'll explore effective tools and libraries to test and debug RxJava code. Finally, you'll delve into RxAndroid extensions and use Kotlin features to streamline your Android apps. By the end of this book, you'll become proficient in writing reactive code in Java and Kotlin to build concurrent applications, including Android applications. What you will learn Discover different ways to create Observables, Observers, and Subscribers Multicast in order to push data to multiple destinations and cache and replay them Express RxJava idiomatically with the help of Kotlin features such as extension functions and data classes Become familiar with various operators available in RxJava to perform common transformations and tasks Explore RxJava's reactive types, including Flowable, Single, Maybe, and Completable Demystify Observables and how they express data and events as sequences Who this book is for This book is for Java developers who want to leverage reactive programming to develop more resilient and concurrent applications. If you're an RxJava user looking to get to grips with the latest features and updates in RxJava 3, this book is for you. Fundamental knowledge ..

      Learning RxJava - Second Edition