Saurabh Mishra
Saurabh Mishra's Blog

Saurabh Mishra's Blog

Follow
homeSwiftUISwiftArchitectureData Structure & AlgorithmsSecurityAbout Me!
Series

Architecture

In this series readers will get some insight of architecture, design patterns and the real use case scenario from my past experience.

Articles in this series

Modularity in iOS using Swift Package Manager - Part 1

Aug 8, 20223 min read 105 views

Background When I was beginner or some where around 1-2 years of experience I usually developed the app in very monolithic style code base, where I...

Modularity in iOS using Swift Package Manager - Part 1

MVVM misfit with SwiftUI

Aug 1, 20223 min read 108 views

It's been a more than a year I am working with SwiftUI professionally. From very starting phase of app me and my time followed MMVM like Bible into...

MVVM misfit with SwiftUI