Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Reactive programming paterns

 
Ranch Hand
Posts: 312
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

Apparently reactive programming is like the next "big thing", I just started an angular training recently and the teacher talked about it and we are going to start using it a bit so all my knowdledge about it is limited to a couple of articles on the web.
Is the book meant for "greenhorns" like me? And do you use any library such as Rx or others to explain the different patterns?

Thanks and cheers
 
Author
Posts: 11
5
Mac Scala
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Perhaps the next big thing, but grounded in some older principles. Chapter 3 attempts to put Reactive into some historical context. The actor model goes back to 1973, and there is a bit about what has happened since then.

The book is intended for developers who have some experience in distributed development and want to extend their knowledge into Reactive design. Most of the examples in the book are in Java and Scala, with a few nods to JavaScript along the way. If you are a greenhorn in the sense that you do not know either of those languages or do not have any distributed systems experience, I think you will find the book difficult. The concepts cross languages but sometimes seeing a bit of code is what it takes to reach understanding.
 
Albareto McKenzie
Ranch Hand
Posts: 312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply, I didnt know about that and sounds very interesting. I am not new to java and work regularly with javascript so I am used to functional programming.

Cheers!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic