All Stories

Testing - no_image

Mock vs Fake vs StubIn automated unit testing, it may be necessary to use objects or procedures that look and behave like their release-intended counterparts, but are actually simplif...

In tutorial, no_image, testing, Jan 23, 2025

Testing - no_image

JUnit 4 vs JUnit 5JUnit 5 aims to adapt Java 8 style of coding and to be more robust and flexible than JUnit 4. One of the main ideas behind the new JUnit version is utilizing the fea...

In tutorial, no_image, testing, Jan 23, 2025

Testing - tdd

Test Driven Development (TDD)Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: requirements are turned i...

In tutorial, tdd, testing, Jan 23, 2025

Testassignments - no_image

Google Images Search

In tutorial, no_image, testAssignments, 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

Rx - no_image

Backpressure

In tutorial, no_image, Rx, Jan 23, 2025