If the iOS developer job as we know it will slowly go extinct with the advancements of AI and time... what is the best path to level up my game? I'm thinking about learning MLX, SLMs, and running models in a mobile environment. Would that be a good pivot?
When i am going to warp up a story about app edits thinking i done everything to their satisfaction!! After 5 min sending feedback mentioning 28 changes they need 😣 Cmon man!! cant u make up ur mind on a one thing 😩😭
#devlife#iosdev
I have wasted 😥 whole last sunday evening for setting up sentry for my upcoming macOS app to crash reporting. official documentation is good but its missed some major steps. so i published a guide for How to setup sentry for mac app. 🙃https://t.co/8ZC4H7Yb8T
i am on favour of creating not boring software. recently i start to building a macOS app that remind you take break when you tiered. i simply implement a lottie animation to reminder view. now when the window popup its feels alive. 😍
#notboringsoftware
this is cool ! there is new youtube channel that have all apple developer videos from WWDC! its an official channel by apple. #WWDC#appledev
https://t.co/4z5Xqr2iPa
Sendable checks at compile-time are already saving me from potential data races! Wish I had learned about these concurrency concepts sooner.
#Swift#SwiftUI#iOSDev
Exploring Swift's sendable types for safe sharing of data across actors and async contexts. Definitely taking some time to wrap my head around.
#Swift#SwiftUI#iOSDev
Wrote my first set of concurrency tests using @MainActor-isolated environments. Being able to reliably test async code is such a game-changer! ✌️
#Swift#SwiftUI#iOSDev
Hit another hurdle - how do I test async code without blocking the main thread? Discovered the @MainActor-isolated approach for unit testing concurrent logic.
#Swift#SwiftUI#iOSDev
Learning about structured concurrency and the power of async/await cancelation. No more tangled webs of completion handlers and disposables!
#Swift#SwiftUI