by Mischa Hildebrand | Dec 21, 2020 | iOS
Unsafe Territory! Understanding Raw Bytes and Pointers in Swift DECEMBER 21, 2020 | MISCHA HILDEBRAND It’s rare that you juggle with bits and bytes in Swift because of its neat static type system. Most of the time, you don’t care what’s under the...
by Nasir Ghulam | Nov 13, 2020 | General
How to Validate Your Data with a Cyclic Redundancy Check (CRC) NOVEMBER 13, 2020 | GHULAM NASIR The cool thing about programming is that there is an absolute truth in every Bit: It’s either black or white, 1 or 0, true or false. In theory. But whenever you...
by Nasir Ghulam | Nov 13, 2020 | iOS
Data Integrity: CRC with Swift on iOS NOVEMBER 13, 2020 | GHULAM NASIR When working with any communication or storage medium such as Bluetooth, wi-fi (and even wired networks) or disk storage, data can get corrupted. In such cases, we need to make sure that the data...
by Balazs Toth | Sep 29, 2020 | Android
Testing MVI View Models on Android SEPTEMBER 29, 2020 | BALAZS TOTH In MVI, View Models are the main connection between the user interface and all the logic and services of an app. Without this connection working correctly, the app won’t do what it’s...
by Paul Kraft | Jul 27, 2020 | iOS
Advanced Property Wrappers in Swift JULY 27, 2020 | PAUL KRAFT We love Swift as a lean and intuitive programming language and recently, SwiftUI made our hearts beat faster for providing us with great tools to create amazing user experiences with very little, simple...