BJBabatunde Jimohinlearnwithtunde.hashnode.dev·Jan 15, 2024 · 1 min readA gentle and short intro on Data Structures and AlgorithmsThis article is dedicated to guiding upcoming and junior software engineers in comprehending data structures and algorithms. Contents What is DSA Data Structures Algorithms Types of Data Structures What is DSA Data Structures and Algorithms ser...00
BJBabatunde Jimohinlearnwithtunde.hashnode.dev·Oct 31, 2023 · 2 min readEfficiently Download Movies While Watching Others Using IsolatesThis article illustrates a real-world scenario with an Isolate where downloading and watching a movie might occur at the same time. The downloading will be handled on a separate thread (with an Isolate) while the watching will take place on the main ...00
BJBabatunde Jimohinlearnwithtunde.hashnode.dev·Oct 19, 2023 · 1 min readHandle expensive or long-running tasks with an isolate to prevent an app from freezingThis article shows a simple and steady illustration of how to use an Isolate. The picture below shows that the app freezes when performing an expensive or long-running task. The code below will make the app freeze App free from freezing when per...00