Posts

Jun
13
How to pass secret env vars in Xcode and CI
Posts
8 min read

How to pass secret env vars in Xcode and CI

The tutorial provides a solution for managing secrets as environment variables in Xcode and CI
Dec
08
Building iOS Mobile Apps with Redux-like Architecture
Posts
18 min read

Building iOS Mobile Apps with Redux-like Architecture

One of the things I've been puzzling over recently. Can we benefit much from bringing redux-like architectures to iOS? How? And how can we get most of it?