PinnedShrawan K Sharma·Jun 27, 2023Pagination Technique | System Design | iOSToday’s applications require pagination as one of their core capabilities. Pagination reduces the load on the server and frontend.
PinnedShrawan K Sharma·Mar 12, 2023150+ ways to improve performance of iOS Application — IWhat is performance ?
Shrawan K Sharma·Nov 19, 2025Building a Simple “Interceptor Pattern” in Swift || MiddlewareIn many apps, before performing any important action, we need to run a few quick checks — like a checklist before takeoff. This is where…
Shrawan K Sharma·Jun 19, 2023Improve App data loading performance || System Design || iOSIn real world end user hate “Loading….” . End User can’t wait for few seconds to load data. User need instant result. User like…