Pressable vs. TouchableOpacity in React Native: Making the Right ChoiceI started working with React Native a while ago and follow this roadmap. One of the titles I encountered was Pressable, but I already knew…Jan 1Jan 1
The Great Tech Massacre of 2024: A Totally-Not-Bitter EulogyOh, gather ‘round, dear readers, as we pay our respects to the fallen soldiers of Silicon Valley’s ever-churning battlefield.Dec 29, 2024Dec 29, 2024
Building Beautiful, Functional Text Fields in SwiftUIAs iOS developers, crafting a delightful user experience is one of our top priorities. One critical UI element we often need to get right…Nov 5, 20241Nov 5, 20241
Asynchronous Data Processing in Swift with adjacentPairs()Swift’s async/await paradigm has revolutionized how we handle asynchronous operations. The Swift Async Algorithms package takes this…Oct 21, 2024Oct 21, 2024
In-Depth Comparison: Flutter vs Jetpack Compose UI ComponentsIn the ever-evolving world of mobile app development, two frameworks have been gaining significant traction: Flutter and Jetpack Compose…Oct 1, 2024Oct 1, 2024
Riverpod Deep Dive: Choosing Between StateNotifier and NotifierThere are 5 top Flutter State Management solutions. Riverpod is a state management library inspired by Provider. But Riverpod introduces…Sep 4, 20241Sep 4, 20241
Custom Optionals in Swift: Implementing Your Own Optional TypeSwift’s Optional type is a powerful feature that helps us to write safer code by explicitly handling the presence or absence of a value…Jul 12, 2024Jul 12, 2024
Saving an Array of Codable Objects in SwiftUI’s @AppStorageAs we know SwiftUI’s @AppStorage property wrapper is a convenient way to persist simple data types like strings, integers, and booleans…Jun 13, 20241Jun 13, 20241
Keeping User Data Private with SwiftUI’s redacted ModifierIn iOS our apps handle sensitive user information, so it’s crucial to take steps to protect that data from being inadvertently exposed.Jun 6, 20241Jun 6, 20241
SwiftUI Sheet with ScrollView like in Apple MapsI decided to write this article after answering a question at the Stackoverflow.Jun 3, 2024Jun 3, 2024