Maciej Gomółka
banner
maciejgomolka.bsky.social
Maciej Gomółka
@maciejgomolka.bsky.social
Senior iOS Developer at Proton | SwiftUI Enthusiast | Testing Expert | Building the Internet where privacy is by default

Posting about Swift!
Imperative, functional, FRP - know the difference?

I always ask this in interviews, especially when candidates mention Combine or RxSwift. Check out my new post explaining it (Swift examples + quiz)

www.mobiledevdiary.com/posts/impera...

#Apple #Swift #iOS #iosdeveloper #programming
Imperative, Functional, Functional Reactive: Do you know the difference?
Paradigms Imperative In the imperative approach, we have a sequence of instructions that describe step by step how the program’s state is modified. Let’s look on the example ⤵️ var value = 0 func incr...
www.mobiledevdiary.com
February 25, 2025 at 3:56 PM
Swift code refactor in action! 👨🏻‍💻

In my latest blog post, I showcase how to tackle code smells and leave your codebase in better shape 🚀

www.mobiledevdiary.com/posts/series...

#Apple #Swift #iOS #iosdeveloper #programming
#2 Swift code refactor in action - price $$$
Swift code refactor in action 👨🏻‍💻 Today, let’s talk about refactoring for clarity, maintainability, and scalability! This time, the scenario is calculating the final price depending on the price and ...
www.mobiledevdiary.com
December 3, 2024 at 1:20 PM