dabby home illustration

Hello World 👋🏿

I'm Dabby -

Thanks for stopping by! Hope you find something interesting on here today.

Recent Stuff

FINANCE [ARTICLE]

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.

CODING [ARTICLE]

[Shorts] Injecting @StateObject into your views

Here, we'll see how to properly inject a @StateObject data model into your view on init

CODING [ARTICLE]

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.

CODING [ARTICLE]

AnyEncodable: Encoding unknown types

In this post, I show to encode unknown types that conform to Encodable

CODING [ARTICLE]

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.