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
Wed, October 26 2022
Using a cool app I made for managing sports teams, learn how to create your sports team.
#crosscheck
Wed, October 5 2022
A neural network created entirely in the Dart programming language and without packages.
#neuralnetwork
#ai
Tue, August 23 2022
Simple instructions for my WSU workshop on getting started with the command line
#unix
#wsu
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
A simple floating bottom slide up sheet implemented in Flutter using minimal packages for iOS and Android.
Flutter does not have a good way to handle this, so I implemented it. Very smooth animations with lots of control.
#widget
The login screen based on my app Crosscheck Sports. Fluid UI and functional.
#svg
iOS has a nice flat design language, and this is an implementation of the iPad menu inside of Flutter