by Marvin März | Jan 3, 2023 | Flutter
Understanding Dart Memory: Weak References and Finalizers Demystified JANUARY 03, 2023 | MARVIN MÄRZ Have you ever had memory issues with your Flutter application? Whether it is through processing huge data or because you somehow created a memory leak. These are...by Allison Poppe | Nov 3, 2022 | iOS
The Complete Guide to iOS 16 Passkeys – App and Backend Implementation NOVEMBER 3, 2022 | ALLISON POPPE Offering authentication always intimidates me, because it’s hard to do correctly and puts my app at risk. If I do mess it up, I know that I’m...by Allison Poppe | Sep 12, 2022 | iOS
Swift RegexBuilder – A New Way to Build Regular Expressions in iOS SEPTEMBER 12, 2022 | ALLISON POPPE Remember the last time you were trying to validate an email address? Or you struggled to create a RegEx to find all the matches for a specified pattern in a...by Balazs Toth | Jul 27, 2022 | Android
Snapshot Testing in Kotlin and Android JULY 27, 2022 | BALAZS TOTH Probably every mobile developer knows these small but annoying bugs: The general toolbar of the app is restyled, and it looks good on 29 out of the total 30 screens but on one of the screens some UI...by Marvin März | May 16, 2022 | Flutter
Handling Exceptions in Dart & Flutter: Everything you need to know MAY 16, 2022 | MARVIN MÄRZ Are you aware that every Dart method can throw an exception at any time? Many Flutter developers understand exceptions the wrong way because exceptions in Dart are...