custom DSL

Improve your code with custom DSL

Recently I had to use URL request with query parameters, which were based on FIQL syntax. I’ve started with simple string concatenation, but then it began to grow and became … Continue reading “Improve your code with custom DSL”

Scalable architecture for iOS

Scalable architecture for iOS app – case study

Long story short – we had an iOS app, written in Objective-C. A huge one, with many, many issues. We decided to rewrite it in Swift – for various reasons, … Continue reading “Scalable architecture for iOS app – case study”