Sep 221 min readDon’t Run Blocking Operations Using Dispatchers.Default!The Dispatchers.Default dispatcher is optimized for CPU-bound tasks, which means it's perfect for tasks like complex calculations that...
Sep 221 min readWhat’s the difference between Unit, Integration, and End-to-End tests? 🤔In software development, testing is crucial to ensuring our code works as expected in different scenarios. But with various types of...
Sep 91 min readHow you can get rid of distractions by building your own website blocker in 2 minutesImage by John Matychuk I always strive to get rid of distractions. Even though I believe in the ability to improve our willpower, I...