RxJS in Angular – Basics

Introduction RxJS, or Reactive Extensions for JavaScript, is Observables implementation for JavaScript. RxJS is a library for composing async and event-based progress by observable sequences. Examples Production-lines, airport baggage conveyor belt, a stream etc. With Reactive programming, we create our entire app by defining the various streams and the operations that get performed on those … Read more

Reactive Systems: Actor Model and Akka.NET

Building concurrent applications is hard. Building distributed applications is hard. And building robust resilient applications is also hard. Making use of the Actor model using Akka.NET makes these things easier. There are many things to consider when building reactive systems. The Reactive Manifesto describes the general characteristics of such system at https://www.reactivemanifesto.org/ and Akka.NET adheres … Read more

Encoding

“Ah Gravity, Thou Art a Heartless Bitch” Sheldon Cooper – The Big Bang Theory I like how in that Series, Sheldon’s okay with calling gravity that but the similar feeling I had when I was first researching about encoding. It is that little piece of the puzzle which is easier to reason about but often overlooked in programming. During my … Read more

Pilot: The beginning

Hello World! This is my first introductory post for this newly created blog. I was thinking about it for a while and today finally jumped over the fence and manged to do it. Hopefully will find time to keep it relevant as well. I have been in software development for many years and have my … Read more