An Introduction to Functional Reactive Programming and Combine
Learn how this powerful paradigm simplifies asynchronous tasks, improves code readability, and integrates seamlessly with SwiftUI for modern iOS development.
My name is Juan Dorado. I'm a proudly Mexican 🇲🇽 Software Engineer focused on mobile development. It’s nice to meet you.
Learn how this powerful paradigm simplifies asynchronous tasks, improves code readability, and integrates seamlessly with SwiftUI for modern iOS development.
Discover the MV pattern in SwiftUI! Learn how this simple architecture can streamline your app development, enhance code quality, and leverage SwiftUI’s reactive data flow.
Enhance your debugging skills with Git Bisect, a powerful tool for pinpointing bug-introducing commits using binary search. Learn how to leverage this feature effectively, especially when tagging releases.
Unlock the secrets of maintainable code with our deep dive into the Single Responsibility Principle in Swift. Perfect for those looking to refine their software design skills!
Did you ever wonder what SOLID principles are? - I’m pretty sure you have heard about them, so I’ll try to give you a brief introduction to them. SOLID principles were introduced by Uncle Bob on 2000’s, but they are...