iOS Talks
How we use the BFF pattern in the My Vodafone app
In the My Vodafone NL app, we’re using the BFF pattern. BFF stands for Backend for Frontend and is a software pattern where all the business logic of the app is moved to the backend. Blueprints In the mobile app, we’re working with blueprints. A blueprint is a view that Read more…