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, 2025Testing - 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, 2025Testing - 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, 2025Testassignments - no_image
Google Images Search
In tutorial, no_image, testAssignments, Jan 23, 2025Code - no_image
Puzzle 1 - subscribeOn + observeOnOn which thread doSomething() will be executed?
In tutorial, no_image, Rx, Jan 23, 2025Featured
-
Testing - no_image
In tutorial, no_image, testing, -
Live_Data
In featured, tutorial, android, -
Kt Coroutine
In featured, tutorial, android, -
Flutter interview questions
In Flutter, oneview, -
Hilt DI Deep Dive
In Android, DI,