Swifty Journey

  • Home
  • About
  • Archive
  • Tags
  • Affiliates

design-patterns

A collection of 6 posts

September 10, 2024

SwiftUI Architecture: A Complete Guide to the MV Pattern Approach

SwiftUI Architecture: A Complete Guide to the MV Pattern Approach

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.

swiftui architecture mvvm design-patterns state-management ui-design

May 10, 2024

Mastering the Single Responsibility Principle in Swift

Mastering the Single Responsibility Principle in Swift

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!

solid design-patterns architecture swift best-practices

May 3, 2024

Welcome to SOLID Principles

Welcome to SOLID Principles

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...

solid design-patterns architecture swift best-practices

September 4, 2023

The Importance of Architecture in iOS Development: Understanding MVC, MVVM, and SOLID Principles

The Importance of Architecture in iOS Development: Understanding MVC, MVVM, and SOLID Principles

Mastering Architectural Patterns and Principles in iOS Development: Boost Your Skills and Build Robust Applications

swift architecture design-patterns code-quality

April 2, 2023

Mastering Protocols in Swift

Mastering Protocols in Swift

Protocols in Swift provide a way to define a blueprint for types that ensures consistency and interoperability in your code.

swift pop protocols design-patterns code-quality

Page 1 of 2 Older Posts

Twitter icon Twitter GitHub icon GitHub LinkedIn icon Linkedin

Swifty Journey © 2025.

Back to top

Explore Site

  • Home
  • About
  • Archive
  • Tags
  • Affiliates

About Swifty Journey

Just another blog with articles where I share my learnings through my journey as a mobile developer. Explore it yourself.

Recent Articles

  • September 10, 2024
    SwiftUI Architecture: A Complete Guide to the MV Pattern Approach
    SwiftUI Architecture: A Complete Guide to the MV Pattern Approach
  • July 9, 2022
    Variadic Parameters
    Variadic Parameters
  • June 9, 2022
    Countable Ranges
    Countable Ranges

Tags

architecture design-patterns foundations interface-builder ios mvvm productivity state-management swift swiftui tools type-system ui-design uikit xcode