iOS Developer

iOS developer job offer

We are looking for an iOS developer to join our young & dynamic software development team! We are growing our mobile team and we want essential people to be part of it and to work with us on interesting projects … Read More

A Simple Implementation Of Remote Configuration For SwiftUI

A simple implementation of Remote Configuration for SwiftUI

First of all a quick definition of Remote Configuration: It is a way to customize the behaviour of a desired system based on certain parameters that are stored on a remote location. Many well known libraries will give you this … Read More

Security Awareness iOS

Security awareness in an iOS environment

It is really common nowadays for development teams to hurry in order to meet deadlines. One of the first things put aside is the quality of the code in general, but one point that is among the most important ones, … Read More

Intro To Lenses In Swift

Intro to lenses in Swift: Immutability of objects

To understand lenses in Swift, we should first review what we refer to when talking about immutability of an object. We understand as an immutable object that object which can not be modified once it is created. Its use gives … Read More

Memory leaks in iOS

Memory leaks in iOS

By Apple’s definition, a memory leak is: “Memory that was allocated at some point, but was never released and is no longer referenced by your app. Since there are no references to it, there’s now no way to release it and … Read More

How To Simplify The Data Layer

How to simplify the data layer with MoyaRx and Codable

Today all apps are connected at some point with servers to show data. This is why it is very important to have a well defined (and simple) client implementation to avoid problems in this very important layer of the application. … Read More

Secured By miniOrange