All Stories

Opps - no_image

OOP Principles

In tutorial, no_image, opps, Jan 23, 2025

Opps - no_image

git merge git merge simply remembers the history as it happened. It takes the two current versions, merge them together based on their common ancestor, fix any conflicts, and then re...

In tutorial, no_image, opps, Jan 23, 2025

Opps - no_image

Scrum vs Kanban

In tutorial, no_image, opps, Jan 23, 2025

Opps - concurrency

Concurrency vs Parallelism

In tutorial, concurrency, opps, Jan 23, 2025

Opps - no_image

Composition vs InheritanceComposition over inheritance (or composite reuse principle) in object-oriented programming (OOP) is the principle that classes should achieve polymorphic beh...

In tutorial, no_image, opps, Jan 23, 2025

Code - no_image

Puzzle 1 - subscribeOn + observeOnOn which thread doSomething() will be executed?

In tutorial, no_image, Rx, Jan 23, 2025

Rx - flatMap

flatMap() vs concatMap() vs switchMap()

In tutorial, flatMap, Rx, Jan 23, 2025

Rx - schedulers

ObserveOn() vs SubscribeOn()

In tutorial, schedulers, Rx, Jan 23, 2025

Rx - transforming_map

map vs flatMap

In tutorial, transforming_map, Rx, Jan 23, 2025

Rx - concat

Concat vs Merge

In tutorial, concat, Rx, Jan 23, 2025