
Hello World 👋🏿
I'm Dabby -
Thanks for stopping by! Hope you find something interesting on here today.
Coding
Documenting some of my programming adventures.
Finance
Some tips and guides on Personal finance & Investing.
Lifestyle
Documenting some ways I'm trying to live life to the fullest.
Recent Stuff
Why you MUST have an emergency fund before investing
Investing can be very rewarding, but you always want to make sure your bases are covered before you begin. In this article, I share why Emergency funds are a must before you begin your investing journey.
[Shorts] Injecting @StateObject into your views
Here, we'll see how to properly inject a @StateObject data model into your view on init
When to use @ObservedObject vs @StateObject in your app
We investigate the implications of using @ObservedObject & @StateObject for declaring data dependencies in your SwiftUI code in an effort to discover the best situations to use each of them.
AnyEncodable: Encoding unknown types
In this post, I show to encode unknown types that conform to Encodable
Debouncing
Debouncing is a powerful tool that should always be considered when juggling between responsiveness and executing an expensive operation that can potentially be triggered multiple times by the user.