Github
Blog
Contact
Wed, December 21 2022
I built a profile page in SwiftUI and Flutter, let's compare the differences
#swiftui
#flutter
#dart
#mobile
Thu, October 27 2022
Guide users through creating complex data with a smoothly animated wizard.
#ui
Sun, July 24 2022
When loading data from an api it is best practice to show a mock view of the content that is being fetched. Here is how to do that
SwiftUI3 introduced a new View allowing you to fetch and load images over the internet, here is an example on how to do that.
I built the same screen in both Flutter and SwiftUI to compare and contrast them against each other