
15 Sep 2020 • Jack Rudenko
The revolutionary cross-platform mobile development framework: is it Flutter 1.0?Google has announced the initial stable release of Flutter 1.0, one of the best cross-platform mobile development frameworks. Flutter allows you to build native apps for iOS and Android from a single codebase. Flutter looks very promising. It allows you to create cross-platform applications providing the following three main features according to the Flutter website. 1. Fast development Flutter…

09 Sep 2020 • Anastasia Osypenko
What Is Geoclustering? How to Handle 200,000 Points on the MapWhile making an application for truck drivers, we faced an engineering challenge plotting location data on a map in a way that overwhelming volumes wouldn’t crash users’ phones. We had more than 200,000 geopoints and needed them to be grouped into certain categories so that a driver would operate within these categories instead of seeing all the points at once. We solved this issue by applying a…

22 May 2020 • Anastasia Osypenko
Implementing Secure Messaging in Healthcare: Best Practices and SolutionsPatient data is at the core of any digitised healthcare system. Through it, researchers and doctors can develop a deeper understanding of causes and risks in certain conditions, improve treatments, and develop new ways to prevent disease. But if medical records fall into the wrong hands, they can be used for identity fraud or to jeopardize patient security in myriad other ways. Modern-day…