PinnedLeo NinProAndroidDevComparing SupervisorScope with viewModelScope: Understanding Their Use Cases and Differences in…When working with Kotlin coroutines in Android development, managing asynchronous tasks effectively is essential. Two coroutine scopes that…Nov 93Nov 93
PinnedLeo NinProAndroidDevExploring the Secrets of Dispatchers Default and IO in Kotlin CoroutinesUnderstanding the architecture of CPU cores and threads can be a game-changer when writing optimized code. In this guide, we will explore…Nov 3Nov 3
PinnedLeo NinProAndroidDevUnderstanding the Role of Mocks and Spies in Unit TestingWhen building Android applications, writing unit tests is crucial to ensure your code behaves as expected. As your app grows in complexity…Sep 131Sep 131
Leo N🧑💻 LeetCode 0268 — Missing Number, A Deep Dive into Efficient Solutions with Java 🔥LeetCode problem 268, Missing Number, is a classic problem that tests your ability to solve array-related challenges efficiently. The…16h ago16h ago
Leo NinLevel Up Coding🧑💻 LeetCode 0594 Longest Harmonious Subsequence — All solutions Explained 🔥The Longest Harmonious Subsequence problem on LeetCode asks us to find the length of the longest subsequence where the difference between…1d ago1d ago
Leo NinLevel Up CodingUnderstanding the Sliding Window Technique: A Comprehensive Guide with Examples and Real-World…The sliding Window technique is a powerful and commonly used approach in solving computational problems that invoke continuous or…6d ago6d ago
Leo NinLevel Up Coding🧑💻 LeetCode 0003—Longest Substring Contains Without Repeating Characters🔥🔥The Longest Substring Without Repeating Characters is a classic problem in computer science that tests knowledge of sliding window…6d ago6d ago