
23 Dec 2024 • Jack Rudenko
Go 1.24 Drops a Quantum Bomb: Your Code Will Never Be the Same! 🚀Go 1.24, scheduled for release in February 2025, brings significant improvements across performance, security, developer tooling, and standard library enhancements. This comprehensive overview details the most impactful changes and additions to the language.

01 Aug 2023 • Ivan Holiak
Astro: The Rocket Fuel for Static Website AwesomenessWhy we decided to change Gatsby to Astro and what came out of it.

15 Sep 2020 • Ekaterina Kelembet
Mobile Application Security Testing: Major Threats and the Tools Needed to Overcome Them
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…